Bukkit is a free, open-source variant of the vanilla Minecraft server that allows programmers to extend it using plugins written in Java.
So I have been trying to write a Bukkit plugin for a friend of mine, and for some reason the …
java printwriter bukkitI'm currently working on a plugin that lets you assume the identity of another player. It does this almost flawlessly: …
java minecraft bukkitWorking on a command allowing to transfer worlds, I'm trying to save the player inventory. public void savePlayerInv(Player p, …
java bukkitI'm trying to apply a Dye color into an existing ItemStack, how can I do this without using deprecated methods …
java minecraft bukkitI tried to send a message via the "BungeeCord Plugin Messaging Channel" from the Proxy to a Server. I used …
java plugins minecraft bukkit bungeecordSo, I've been working on a plugin. It was going great, until I stumbled on an issue. I'm using separate …
java listener bukkitI'm back again. Today I have a question that many people have asked before. The reason I'm asking again is …
java bukkitBukkit's setData(data) and getData() are deprecated. But there's no replacement. Bukkit/Spigot JavaDoc says this about setData(): Deprecated. Magic …
java metadata bukkit