Recent content by Buddelbubi.

  1. Buddelbubi.

    WorldManager (Advanced MultiWorld Plugin)

    Thats pretty strange. It should work right away. In the folder of the world should be a config.yml. Could you send me the content of it?
  2. Buddelbubi.

    LobbyNK

    Hm.. It should work. Could you share your groups yml so I can check?
  3. Buddelbubi.

    Wie kann ich meinen nukkit server auf raspberry pi auch für meine freunde zugänglich machen?

    Das bezweifle ich. Beim normalem Nukkit fehlt einfach viel zu viel. Nehm auf jeden Fall PowerNukkitX. Sonst ist sogut wie alles auf der 1.12. Braucht ihr eigentlich Plugins oder wollt ihr nur Survival ohne Modifikationen spielen? Dann wäre BDS deutlich besser als Nukkit.
  4. Buddelbubi.

    WorldManager (Advanced MultiWorld Plugin)

    Not on its own. But a plugin that would handle that should be pretty easy to code. Add me on discord https://discordapp.com/users/468499875718234112
  5. Buddelbubi.

    FloatingItems

    Why are you even using an external Form API? Nukkit has a build in API thats not even that hard.
  6. Buddelbubi.

    FakeInventories

    Any news?
  7. Buddelbubi.

    ServerCommunicator

    Was brauchst du denn? Wenn du nur Daten wie Spielerzahlen usw brauchst, gibts ne andere möglichkeit
  8. Buddelbubi.

    ServerCommunicator

    Mal schauen xd Arbeite gerade an was
  9. Buddelbubi.

    FakeInventories

    Thank you. Blast Furnace has the same problem. Crafting Table opens itself, but its empty and the listeners are not working.
  10. Buddelbubi.

    FakeInventories

    Recipe rp = CustomCrafting.recipes.get(fw.getResponse().getClickedButtonId()); if(rp instanceof StonecutterRecipe) { CustomInventory inventory = new CustomInventory(InventoryType.STONECUTTER, name); StonecutterRecipe res = (StonecutterRecipe) rp...
  11. Buddelbubi.

    FakeInventories

    Any news?
  12. Buddelbubi.

    WorldManager (Advanced MultiWorld Plugin)

    Buddelbubi. updated WorldManager (Advanced MultiWorld Plugin) with a new update entry: World Search Read the rest of this update entry...
  13. Buddelbubi.

    WorldManager (Advanced MultiWorld Plugin) - World Search

    Refactored some commands: /wm copy will now create a copy of your current world which will be called CopyOfWORLDNAME If you want to change the name, add a -n NEWNAME. For example /wm copy -n NEWNAME If you want to copy another world you can use -w WORLD. For example /wm copy -w WORLD -n...
  14. Buddelbubi.

    FormAPI

  15. Buddelbubi.

    FakeInventories

    Blast Furnace and Stonecutter Inventories dont even open. me.iwareq.fakeinventories.block.FakeBlock.create(cn.nukkit.Player, String)" because "this.fakeBlock" is null Sometimes freeze the server
Top