Top "Bukkit" questions

Bukkit is a free, open-source variant of the vanilla Minecraft server that allows programmers to extend it using plugins written in Java.

Blank file after writing to it?

So I have been trying to write a Bukkit plugin for a friend of mine, and for some reason the …

java printwriter bukkit
Change player skin with NMS in Minecraft (Bukkit/Spigot)

I'm currently working on a plugin that lets you assume the identity of another player. It does this almost flawlessly: …

java minecraft bukkit
Saving player inventory

Working on a command allowing to transfer worlds, I'm trying to save the player inventory. public void savePlayerInv(Player p, …

java bukkit
How can I correctly set a Dye into an ItemStack?

I'm trying to apply a Dye color into an existing ItemStack, how can I do this without using deprecated methods …

java minecraft bukkit
Sending a PluginMessage from BungeeCord to a SpigotServer

I tried to send a message via the "BungeeCord Plugin Messaging Channel" from the Proxy to a Server. I used …

java plugins minecraft bukkit bungeecord
How do I pass instances of the main class to multiple listeners?

So, I've been working on a plugin. It was going great, until I stumbled on an issue. I'm using separate …

java listener bukkit
Bukkit - Change player's name above head?

I'm back again. Today I have a question that many people have asked before. The reason I'm asking again is …

java bukkit