Hey developers! I have a quick question. For my plugin, I created a class called "ChatMessage" which contains a permissions node and a message. My...
Is it possible to sage on the forums? If not could it be added?
How do you get when a player drinks a water bottle? FoodLevelChange doesn't work because drinking water doesnt change your hunger
I'm looking for a plugin that will allow me to fill a chest with random loot. I already tried the plugin Loot, but its out of date and doesn't appear...
Hey everyone, Does anyone know of a plugin that I can use to reset the map? My friends and I have built a relatively large map and every few days we...
Hey everyone, I was wondering about the best way to comment code. Whenever I look at Bukkit's source, I notice how virtually everything is commented....
Everything has essentially been ported over to bukkit dev, not only that but no admins are even checking the plugin submissions category anymore to...
I want to be able to color player names, and its really easy to check if a string contains a players name, but how do I check if it contains a...
I have a List<String> that I want to stay consistent when bukkit starts up and shutsdown, etc. Are there any easy alternatives to yaml/mysql/sqllite?...
public static void startUp() { try { mysql.open(); } catch (SQLException e) { e.printStackTrace(); }...
I have a static function and I am trying to schedule a delay for temp gode mode outside of the main plugin class. How can I get an instance of the...
I looked at the JDs and couldnt find a playthrowitemevent. It looks like theres only an event for egg throws. How do I get when a player throws...
@EventHandler public void onTNTExplode(EntityExplodeEvent event) { for (Iterator<Block> it = event.blockList().iterator(); it.hasNext();)...
I am trying to make a thing that shoots snowballs. How can I convert the look direction of the player into a useable vector to fire the snowball?...
I am developing a plugin that uses a mysql connection. Only problem is that the connection times out after 8 hours. Which is better, start and stop...
I am trying to create a reload system for arrows. What I did was I increased the damage arrows do and increased the speed they fly at, but I don't...
I am trying to make it if you right click on a sign it will replace the item in your first inventory slot on the hot bar with the item on the sign....
I am trying to cause players to collide with the block 36. This is an invisible block and I want to create invisible walls. The only problem is that...
I'm trying to create a list with items and permissions node in a FileConfiguration using YAML. Im trying to do it like this: list: listitem:...
I am trying to create a list with corresponding permissions nodes like list: - listitem: permissionsnode But when I use config.getStringList(),...
Separate names with a comma.