Search results

  1. 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...
  2. Buddelbubi.

    FakeInventories

    Any news?
  3. 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...
  4. 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...
  5. Buddelbubi.

    FormAPI

  6. 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
  7. Buddelbubi.

    FakeInventories

    Workbench Inventories are broken.
  8. Buddelbubi.

    WorldManager (Advanced MultiWorld Plugin) - Teleport Parameter and Sync command

    - You now can use the -t parameter in /worldmanager load and /worldmanager copy to teleport to the loaded / copied world after the action finished. - /worldmanager sync is back. I forgot to change the sub command name after changing the command format in back in v1.1.12 . v1.1.15
  9. Buddelbubi.

    WorldManager (Advanced MultiWorld Plugin)

    BuddelStudios updated WorldManager (Advanced MultiWorld Plugin) with a new update entry: Teleport Parameter and Sync command Read the rest of this update entry...
  10. Buddelbubi.

    WorldManager (Advanced MultiWorld Plugin)

    BuddelStudios updated WorldManager (Advanced MultiWorld Plugin) with a new update entry: Change generators Read the rest of this update entry...
  11. Buddelbubi.

    WorldManager (Advanced MultiWorld Plugin) - Change generators

    Since I make my own minigames network, it was painful to convert our java maps to bedrock and then have to copy paste them in another world with the emptyworld generator. Now you can use /wm load worldname -g Generator to load a world with a specific generator. If you want to change the...
  12. Buddelbubi.

    Plugin Example for developing.

    Your examples are on top.. xd
  13. Buddelbubi.

    Unknown Command Message

    Noice
  14. Buddelbubi.

    Promotion Code

    You should probably add this to the plugin in the config. Not everyone can code. But if, then it would be cleaner to code the whole thing by yourself. Plugins of this size should be aimed towards non coders...
  15. Buddelbubi.

    https://discord.syodo.xyz/ Upcoming minigames server!

    https://discord.syodo.xyz/ Upcoming minigames server!
  16. Buddelbubi.

    Promotion Code

    You have to document it more. What does a Promotion do? Gifting items? Money? if so, which economy plugins are supported? etc
  17. Buddelbubi.

    LobbyNK

    Yea- You can disable it in LobbyNK's config.yml
  18. Buddelbubi.

    WorldManager (Advanced MultiWorld Plugin) - v1.1.13

    - Removed "use own gamemode" option, replaced by "none" in the gamemode dropdown (Please check if it worked for you) - /worldmanager info now also shows the amount of entitys and block entitys in your world. v1.1.13
  19. Buddelbubi.

    WorldManager (Advanced MultiWorld Plugin)

    BuddelStudios updated WorldManager (Advanced MultiWorld Plugin) with a new update entry: v1.1.13 Read the rest of this update entry...
  20. Buddelbubi.

    CPSCounter

    Look at line 18. Do not store entire player objects. Use the username instead. Also remove the HashMap Entry when the player quits.
Top