Want a better Minecraft server? Read about SpigotMC here!
Separate names with a comma.
How? :unsure: I couldn't find anything on either spigot javadocs or the protocol.
Why don't you listen for InventoryCloseEvent and cancel the BukkitRunnable when it happens?
Currently it's not possible to change the enchantments available on the enchantment table, I would recommend listening to the EnchantItemEvent and...
Wow não estou sozinho aqui :P
No, on your code you are creating a CuboidRegion that goes from the coordinates (0, 0, 0) until (15, 250, 15), this means that it will only select...
I tested McMMO and had no issues with it, I currently softdepend on McMMO so I don't know if that had any effect, might test it tomorrow if I have...
No, I have no idea how I would do it I had tried that, and it would still drop the items, decided to try it again and now it works, oh well,...
Hello, I'm in need for a way to change the drops of a block on BlockBreakEvent so that they won't drop, however, I've tried different approaches...
Thank you *facepalm*
if (Bukkit.getPluginManager().isPluginEnabled("MVdWPlaceholderAPI")) { logger.info("Encontrado MVdWPlaceholderAPI, hooking...");...
Hello, I am currently having an issue with using dependencies on my plugins. Methods like PluginManager#getPlugin or PluginManager#isPluginEnabled...