This isn't really a tutorial.
But..
try that, lolCode:else if (command.startsWith("pickup") && playerRights >= 2)) { try { int newItemID = Integer.parseInt(command.substring(7,11)); int newItemAmount = Integer.parseInt(command.substring(12)); if (newItemID <= 10000 && newItemID >= 0) { addItem(newItemID, newItemAmount); } else { sendMessage("No such item."); } } catch(Exception e) { sendMessage("Wrong Syntax! Use as ::pickup 00995 10"); }
If you don't know where..jeez.


ickup command. when i try it, it wont work. also, could i please have some help with the mod+ commands, because it doesent tell you all of them in ::comands. i know ::master and stuff but i think theres more. please tell me


