I've done some thorough Google (and Bing lol) searching, and also browsed through the 50 most-downloaded plugins on BukkitDev's project list, but...
Working on an overhaul of my old plugin dev.bukkit.org/projects/ev-cleanchat (ChatManager), gonna add item-hover & tons of neat stuff
TBH, this is maybe one of the very, very few cases where I would choose NMS over an external library like ProtocolLib. import...
This happened to me as well, for files uploaded December 4th (v3.5.0) and December 8th (v3.5.1); I would prefer to avoid re-uploading because...
I can think of two ways to do this: 1) put some invisible mob, such as an armor stand, riding the item entity, and detect when the player punches...
@Zombie_Striker Not trying to active plugins, in fact I am trying to activate a second server every time the first one is started (I already...
Not sure if this was intended in bukkit, but when I do something like this: Runtime.getRuntime().exec("cmd /c path/to/second/server/run.bat");...
Just a note, locations in minecraft do not have roll, just yaw and pitch. This is because player's heads cannot tilt to the side (although I...
@henderry2019 Methods can indeed call themselves-> e.g., recursive methods. Not always the best idea to, but sometimes very useful. Good idea...
Woah slow down people let's not get into a fight. @thorvaldemar If you've never used schedulers before, here's something to look at to get you...
I would suggest adding the snowball to a Set on ProjectileLaunchEvent and then having a scheduler run ever 1 tick to do the firework effect. If...
Someone correct me if I'm wrong, but I believe particle display based on relative distance is handled client side (i.e., it won't show rain...
Does the class 'Countdown' extend the bukkit class 'Plugin'? It looks like the 'this' value in the scheduler represents a class that is not a...
Update: I found the problem. It wasn't a corrupted world file as I originally assumed, but something that happened when I decided to start using...
Separate names with a comma.