Want a better Minecraft server? Read about SpigotMC here!
Separate names with a comma.
I'm devving for an RPG server and we're going in the direction of Borderlands-style statted items instead of enchantments. Does anyone know a...
I have (what should have been) a dead simple function that deletes blocks within a region. I am not calling breakBlockNaturally() but instead...
First of all, yes. I get it. Synchronous WorldEdit = bad. But it's for a custom solution on a server with monster specs and it's only handling ~1k...
I want to display a message output after dispatching a command, but make sure it appears *after* any message output from the dispatched command....
As part of my plugin I have a "matchmaking system" GUI which, among other things, displays the heads of all players currently viewing that...
Firstly I'm not sure if this belongs in plugin help or plugin development because it's kinda a cross between the two. This is my placeholder hook...
Hey sorry if this is a little too "general" a question but I am trying to make a pretty simple PlayerDeathEvent where, contingent on a few...
I have some cleanup threads for a dirt simple plugin and I was wondering if there was a way to create a task with a certain plugin id and then...
I'm using GameProfile to set a player's skin. I'm just copying the property from a joining event (Code simplified to a single Property variable...
Story time. A long time ago there was a plugin named TagAPI. It would allow you to change the colors of players' nametags using a simple event...
I'm working on a cleanup function for players that leave the game while inside an arena of sorts. I need to do things like change their location,...
hjk321 submitted a new resource: NoPlayerKnockback - Simple, lightweight plugin disabling knockback for players. Mobs still work as vanilla Have...
I have the following mapping in a configuration file, which will eventually have an unknown number of "rooms" and an unknown number of strings for...
Hey all, I'm trying to hook another plugin (namely MythicMobs) and need to call a non-static method in the plugin's main class. Attempting to do...
I'm making a spigot plugin (version 1.8.8) that has an function that I know works because it fires flawlessly through my command. However, when I...