Thank you!
Hello, how can I go through every enchantment on an item and do stuff with it? I have this so far; //Where 'is' is an instance of...
Possibly like this? package uk.co.toomuchminecraft.litepets; import java.util.logging.Logger; import org.bukkit.Bukkit; import...
Possibly have an event handler with InventoryMoveEvent, check if the player's inventory is Enchanting, check if they're using the command, check if...
return true;?
World guard has a flag for this
I would use a method where there are 'checkpoint' locations as suggested and when a player comes within a certain distance of the checkpoint, set...
I have two plugins, both of which have a config that is created in the plugin directory if there isn't one there already. However, one works and one...
Got an answer now, no worries
Nobody?
I have this code to move mobs; Navigation nav = ec.getNavigation(); nav.a(loc.getX(), loc.getY(), loc.getZ(), Options.getSpeed()); However, it...
Thank you, that really helped me a lot :)
Right, I've written my server sockets into the plugin, but now the plugin won't enable, there are no error reports or anything to give me clues. I...
That sounds like an awful lot of work.. :P
I have built a web Applet in java, and a plugin for bukkit. How could I send a message from the applet to the server to be handled by the plugin?...
Thanks.. I feel like such an idiot now :p EDIT: doesn't need to be saveDefaultConfig(), saveConfig() works just as well :P
Normally, to create a plugins config.yml I just include this.getConfig().options().copyDefaults(true);...
I'm having the same problem
I did, I was just speculating that it probably wasn't very active
Seeing as both of those were over a year old I didn't see much point.
Separate names with a comma.