From 82a605b78ca21c0b251cfd50ae41b5b0ea104905 Mon Sep 17 00:00:00 2001 From: Tim Bielawa Date: Sun, 12 Jun 2011 18:49:25 -0400 Subject: [PATCH] Help file for AdminCmd --- AdminCmd/AdminCmd.yml | 109 ++++++++++++++++++++++++++++++++++++++++++ AdminCmd/README | 3 ++ 2 files changed, 112 insertions(+) create mode 100644 AdminCmd/AdminCmd.yml create mode 100644 AdminCmd/README diff --git a/AdminCmd/AdminCmd.yml b/AdminCmd/AdminCmd.yml new file mode 100644 index 0000000..f479843 --- /dev/null +++ b/AdminCmd/AdminCmd.yml @@ -0,0 +1,109 @@ +AdminCmd: + command: help AdminCmd + description: Display AdminCmd help. + main: true + plugin: AdminCmd +actimeset: + command: time day|night|dusk|dawn| + description: Set world time to a given timestamp/alias. + plugin: AdminCmd +actimeday: + command: day + description: Short for /time day. + plugin: AdminCmd +acplayerlist: + command: playerlist + description: Lists all online players. + plugin: AdminCmd +acplayerheal: + command: heal [player] + description: Heal yourself. Or, specify a [player]. + plugin: AdminCmd +acplayerkill: + command: kill [playername] + description: Kill yourself, or kill a special friend! + plugin: AdminCmd +acrepair: + command: repair + description: Repair if possible the item in hand. + plugin: AdminCmd +acrepairall: + command: repairall + description: Repair if possible the item in hand. + plugin: AdminCmd +acplayerloc: + command: loc [player] + description: Display your or [player]s location. + plugin: AdminCmd +acitemmore: + command: "more [#]" + description: "[#] more of what you're holding, 64 default." + plugin: AdminCmd +acitem: + command: "item [name|id] [#] " + description: Gives the player item of choice. + plugin: AdminCmd +acaddbl: + command: addblacklist [name|id] + description: BlackList an item. + plugin: AdminCmd +acrmbl: + command: rmblacklist [name|id] + description: Remove the item from the blackList. + plugin: AdminCmd +acitemcolor: + command: color [color-name|color-id|help] + description: Changes the color of a colorable item in hand. + plugin: AdminCmd +actpto: + command: tp [player] + description: Teleports you to [player]. + plugin: AdminCmd +actp2p: + command: t2p [player] [dest_player] + description: Teleport [player] to [dest_player] + plugin: AdminCmd +actphere: + command: tphere [player] + description: Teleport [player] here. + plugin: AdminCmd +actpthere: + command: tploc [x] [y] [z] + description: Teleport yourself to the co-ordinates x,y,z. + plugin: AdminCmd +acplayermsg: + command: msg [playername] [msg text] + description: Sends a private message to another player. + plugin: AdminCmd +acpclear: + command: clear [player] + description: Clear the inventory of [player] + plugin: AdminCmd +acwclear: + command: clearw + description: Clear the weather. + plugin: AdminCmd +acwstorm: + command: storm [minutes] + description: Make the weather stormy for [minutes] duration. + plugin: AdminCmd +acwstrike: + command: strike [player] + description: Strike [player] with a lighting bolt. + plugin: AdminCmd +acthor: + command: thor + description: Control the thunder! + plugin: AdminCmd +acaddalias: + command: aa [alias] [id|name] + description: Add an [alias] for the item [id|name]. + plugin: AdminCmd +acrmalias: + command: rmalias [alias] + description: Delete the alias. + plugin: AdminCmd +acmob: + command: "mob [mobname] [#]" + description: Spawn the given quantity of [mob]. + plugin: AdminCmd diff --git a/AdminCmd/README b/AdminCmd/README new file mode 100644 index 0000000..6518309 --- /dev/null +++ b/AdminCmd/README @@ -0,0 +1,3 @@ +Help file for AdminCmd (http://forums.bukkit.org/threads/admn-gen-admincmd-4-10-1-time-give-tp-repair-heal-kill-item-blacklist-weather-818.10770/). + +Credit goes to tbielawa (https://github.com/tbielawa).