Search results

  1. SupremeMortal

    How much ram need to load 10 big plugins?

    I think you'd be better off testing first and measuring memory usage as it depends on the plugin. "Big plugins" could not use much RAM depending on what they do.
  2. SupremeMortal

    Multiple Commands dont work

    If you define the commands in your plugin.yml, you will need to get the instance already created like so: ((PluginCommand<PluginClass>) this.getCommand("commandname")).setExecutor(); Replace PluginClass with your main Plugin class that extends PluginBase.
  3. SupremeMortal

    DbLib

    SupremeMortal updated DbLib with a new update entry: 0.2.5 Read the rest of this update entry...
  4. SupremeMortal

    DbLib - 0.2.5

    Update libraries.
  5. SupremeMortal

    Why is fake inventory closes automatically after 3-4 seconds after open?

    I created a library to handle fake inventories if anyone wants to use it. https://github.com/NukkitX/FakeInventories/
  6. SupremeMortal

    Where to find pre-made maps?

    Anvil format maps pre 1.13 on Java Edition will work but some blocks may be broken. This plugin should help https://nukkitx.com/resources/worldfixer.63/
  7. SupremeMortal

    EssentialsNK

    SupremeMortal updated EssentialsNK with a new update entry: 1.5.0 Read the rest of this update entry...
  8. PetteriM1

    EssentialsNK - 1.5.0

    Add teleportation cool down using essentialsnk.tp.cooldown.<seconds> Add command cool down using essentialsnk.cooldown.<seconds>
  9. SupremeMortal

    Nukkit for Bedrock Edition 1.7

    @Buddelbubi Please report your errors to the issue tracker as mentioned in the post
  10. SupremeMortal

    Nukkit for Bedrock Edition 1.7

    Nukkit for Bedrock Edition 1.7 can now be found on our Jenkins CI starting from build #143. The first builds only add protocol support and scoreboards will be added later on. If you find any bugs on the latest builds, please report them to the GitHub issue tracker unless they have already...
  11. SupremeMortal

    EssentialsNK

    SupremeMortal updated EssentialsNK with a new update entry: Gamemode bug fix Read the rest of this update entry...
  12. PetteriM1

    EssentialsNK - Gamemode bug fix

    Gamemode aliases did not work. Now they do!
  13. SupremeMortal

    Generate world without oceans

    Extend the default world generator, override the init method then use reflection to get the biome selector field and set your own.
  14. SupremeMortal

    EconomyLand

    SupremeMortal updated EconomyLand with a new update entry: Update to 1.6 Read the rest of this update entry...
  15. SupremeMortal

    [Fix] Cannot connect to a local server

    @Ritah You shouldn't need to change the IP in your server.properties. 0.0.0.0 broadcasts to all interfaces. Did you run as Administrator and restart the server and client after running? Try connecting with 127.0.0.1
  16. SupremeMortal

    EssentialsNK

    SupremeMortal updated EssentialsNK with a new update entry: Command completion Read the rest of this update entry...
  17. PetteriM1

    EssentialsNK - Command completion

    Fix some bugs and auto completion support to all commands.
  18. SupremeMortal

    ChangeDimensionPacket

    I don't recommend messing with this stuff. It can cause the client to freeze or crash. Dimension IDs: 0 - Overworld 1 - Nether 2 - End
  19. SupremeMortal

    Nukkit for Bedrock Edition 1.5

    It's only possible on a computer.
  20. SupremeMortal

    Nukkit for Bedrock Edition 1.5

    You would have to build it yourself. Use git to checkout the commit before 1.5 and build with maven.
Top