Search results

  1. PetteriM1

    WorldGeneratorExtension 1.3.1

    Structure generator extension for world generation on Nukkit PM1E and Nukkit with LevelDB dev builds Based on plugins made by wode490390 API 1.0.20+ is required! This plugin generates following structures: - Mineshaft - Igloo - Ocean ruin - Pillager outpost - Ruined portal (overworld) -...
  2. PetteriM1

    WorldGeneratorExtension

    PetteriM1 submitted a new resource: WorldGeneratorExtension - Structures for world generation Read more about this resource...
  3. PetteriM1

    EssentialsNK

    PetteriM1 updated EssentialsNK with a new update entry: 1.9.3 Read the rest of this update entry...
  4. PetteriM1

    EssentialsNK - 1.9.3

    - Fixed an error if back was used after level unload - Fixed warp command not working when used to other player - Fixed vanish not staying enabled over rejoin - Made some fixes and improvements for tpa
  5. PetteriM1

    [Fix] Cannot connect to a local server

    Did you change chunk ticking settings in nukkit.yml? Try reverting those
  6. PetteriM1

    MobPlugin - Update

    1.26.3 - Fixed mobs jumping when walking on certain blocks - Fixed endermen teleporting on biomes with no rain - Split mobplugin.command permission to mobplugin.mob & mobplugin.summon
  7. PetteriM1

    MobPlugin

    PetteriM1 updated MobPlugin with a new update entry: Update Read the rest of this update entry...
  8. PetteriM1

    DiscordChat - DiscordChat 2.3.0

    - Fixed message queue out of bounds error - Empty death messages are no longer sent to discord - Added logConsoleCommands to config - Plugins can now access JDA instance through API.getJDA()
  9. PetteriM1

    DiscordChat

    PetteriM1 updated DiscordChat with a new update entry: DiscordChat 2.3.0 Read the rest of this update entry...
  10. PetteriM1

    FireworkShow

    PetteriM1 updated FireworkShow with a new update entry: Update Read the rest of this update entry...
  11. PetteriM1

    FireworkShow - Update

    Added config for flight duration & sounds
  12. PetteriM1

    Pets

    PetteriM1 updated Pets with a new update entry: Update Read the rest of this update entry...
  13. PetteriM1

    Pets - Update

    Bug fixes
  14. PetteriM1

    LoggerX - Update

    Replaced logChestOpen with logContainerOpen to log opening of any container. New config version: 5
  15. PetteriM1

    LoggerX

    PetteriM1 updated LoggerX with a new update entry: Update Read the rest of this update entry...
  16. PetteriM1

    DebugStick

    I believe that's client side
  17. PetteriM1

    How to configure server RAM?

    You can use -Xmx and -Xms in the start command to set memory allocation. Xmx sets the maximum allocated memory and Xms initial allocation. Note that using 32 bit Java limits the amount you can allocate. For example: java -Xms1G -Xmx1G -jar nukkit-1.0-SNAPSHOT.jar or java -Xms1024M -Xmx1024M...
  18. PetteriM1

    Adding new crafting recipe

    Remember to call craftingManager.rebuildPacket() after registering the recipes
  19. PetteriM1

    Chest GUI/UI

    Create a new ChestFakeInventory and show it to player using player.addWindow. You can create listeners for FakeSlotChangeEvent using inventory.addListener.
  20. PetteriM1

    Menu Icons

    You can try sending player attributes a few ticks after opening the form as a workaround to make client refresh the form.
Top