SkyeDarkhawk

etc.java

May 10th, 2011
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.80 KB | None | 0 0
  1. rivate etc() {
  2.         /*commands.put("/help", "[Page] - Shows a list of commands. 7 per page.");
  3.         commands.put("/playerlist", "- Shows a list of players");
  4.         commands.put("/reload", "- Reloads config");
  5.         commands.put("/banlist", "<IP or bans> - Gives a list of bans");
  6.         commands.put("/banip", "[Player] <Reason> - Bans the player's IP");
  7.         commands.put("/unbanip", "[IP] - Unbans the IP");
  8.         commands.put("/ban", "[Player] <Reason> - Bans the player");
  9.         commands.put("/unban", "[Player] - Unbans the player");
  10.         commands.put("/mute", "[Player] - Toggles mute on player.");
  11.         commands.put("/tp", "[Player] - Teleports to player. Credits to Zet from SA");
  12.         commands.put("/tphere", "[Player] - Teleports the player to you");
  13.         commands.put("/kick", "[Player] <Reason> - Kicks player");
  14.         commands.put("/item", "[ID] <Amount> <Damage> <Player> - Gives items");
  15.         commands.put("/cloth", "[Amount] [Color] - Gives cloth");
  16.         commands.put("/kit", "[Kit] - Gives a kit. To get a list of kits type /kit");
  17.         commands.put("/listwarps", "- Gives a list of available warps");
  18.         commands.put("/home", "- Teleports you home");
  19.         commands.put("/sethome", "- Sets your home");
  20.         commands.put("/setspawn", "- Sets the spawn point to your position.");
  21.         commands.put("/me", "[Message] - * hey0 says hi!");
  22.         commands.put("/msg", "[Player] [Message] - Sends a message to player");
  23.         commands.put("/spawn", "- Teleports you to spawn");
  24.         commands.put("/warp", "[Warp] - Warps to the specified warp.");
  25.         commands.put("/setwarp", "[Warp] - Sets the warp to your current position.");
  26.         commands.put("/removewarp", "[Warp] - Removes the specified warp.");
  27.         commands.put("/getpos", "- Displays your current position.");
  28.         commands.put("/compass", "- Gives you a compass reading.");
  29.         commands.put("/time", "[time|'day|night|check|raw'] (rawtime) - Changes or checks the time");
  30.         commands.put("/lighter", "- Gives you a lighter for lighting furnaces");
  31.         commands.put("/motd", "- Displays the MOTD");
  32.         commands.put("/modify", "[player] [key] [value] - Type /modify for more info");
  33.         commands.put("/whitelist", "[operation (add or remove)] [player]");
  34.         commands.put("/reservelist", "[operation (add or remove)] [player]");
  35.         commands.put("/enableplugin", "[plugin] - Enables plugin");
  36.         commands.put("/disableplugin", "[plugin] - Disables plugin");
  37.         commands.put("/listplugins", "- Lists all plugins");
  38.         commands.put("/reloadplugin", "[plugin] - Reloads plugin");
  39.         commands.put("/clearinventory", "- Clears your inventory");
  40.         commands.put("/update", "- Checks your Canary version");*/
  41.  
  42.         load();
  43.     }
Advertisement
Add Comment
Please, Sign In to add comment