public static void save(ItemStack[] stack, String name, Plugin plg){ FileConfiguration cfg = null; File file = new File(plg.getDataFolder(), name +...
What I need is something like this (distance not necessary) : player.getTargetBlock(transparent, maxDistance) but for ItemFrames. Can someone help ?...
My plugin places a sign in the world, that's working fine. My question is, how do I make the sign face the player, or make it attach to the block...
Simple question: How do I get my plugin to check for updates? I have a webserver. (and ubntu server if i would have to install something) I have...
Well, my plugin is responding to something the player says. When I use this code, the message the plugin says appears before my chat message?...
I can't get my plugin to save the list of Strings. Please help me, I've been searching for hours. Main class: package be.mc.woutwoot.NoobResponce;...
I now have this: public void onPlayerChat(PlayerChatEvent event){ if(event.getMessage().equals(plugin.getConfig_message())){...
deleted
Solved, nothing to see here.
I want to default that no one has the permission, what do I need to set for that in my plugin.yml ? permissions: blockthatshit.disabled default:...
----------------------------------------------------------------------- MOVED TO http://dev.bukkit.org/server-mods/blockthatshit/...
I'm making a plugin that detects if you place lava, tnt , or bedrock, and deletes it out of your inventory when you place it. This is a part of my...
Separate names with a comma.