Is this plugin good enough? http://dev.bukkit.org/server-mods/easyrules/ I used to use all the time (when i was hosting big servers)
Thanks worked!
Example?
I've tried lots of different code and they all work in the console but none work for the player. here is an example of what i have tried: public...
this will send players 5 blocks up: in a onCommand: Player p = (Player)sender; Location loc = p.getLocation(); loc.setY(loc.getY() + 5);...
Not sure but i think something like this: @EventHandler public void cmd(PlayerCommandPreprocessEvent event) { if(event.getMessage() == "give") {...
I'm trying to remove all text in a RandomAccessFile because if i do: new RandomAccessFile(file, "rw").writeUTF("Test String"); it won't replace...
How can i get get all arguments used in a onCommand? tried with: for (String string : args) { setmotd(string); } but it didn't work anyone know this?
Found out... just needed: panel.setLayout(null);
Escape any idea why? http://forums.bukkit.org/threads/need-help-with-pail-where-to-place-items.59639/
getServer().getPluginManager().registerEvents(this, this); in your onEnable and the other one after your onEnable
I hooked my plugin into pail and before i did that i testet a single class to see how to do it. small code i used: addElement(contentPanel,...
Thanks, worked but someone know how to check how many of on thing you have in your inventory? my small code to check if the player has stone:...
if i use the SignChangeEvent does it activate if i make a sign or right click a sign, if only first how can i make so if user right clicks do...
Separate names with a comma.