Skip to content

Commit

Permalink
Added Help file for motd (zweizeichen)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsawyer committed Jul 31, 2011
1 parent 87b6357 commit dac52d5
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
1 change: 1 addition & 0 deletions motd/README
@@ -0,0 +1 @@
Help file for motd (http://forums.bukkit.org/threads/admn-gen-tp-info-motd-v1-1-greeting-teleport-request-time-vote-ip-wholist-1000-permissions.8359/).
63 changes: 63 additions & 0 deletions motd/motd.yml
@@ -0,0 +1,63 @@
motdWho:
command: "who"
description: "bring up the online players list"
plugin: "motd"
permissions: "motd.who.use"


motdRtpRequest:
command: "rtp [playername]"
description: "creates a teleport request to [playername]"
plugin: "motd"
permissions: "motd.rtp.request"

motdRtpYes:
command: "rtp [yes]"
description: "allow player to teleport to you"
plugin: "motd"
permissions: "motd.rtp.yes"


motdVtimeRequest:
command: "vtime [dawn | day | evening | night]"
description: "initiate vote to change the time"
plugin: "motd"
permissions: "motd.vtime.use"

motdVtimeYes:
command: "vtime [yes]"
description: "agree with vote to change the time"
plugin: "motd"
permissions: "motd.vtime.use"


motdIp:
command: "ip"
description: "shows the ip of the player"
plugin: "motd"
permissions: "motd.ip.use"

motdMotd:
command: "motd"
description: "bring up the message of the day"
plugin: "motd"
permissions: "motd.motd.use"

motdRules:
command: "rules"
description: "bring up the rules"
plugin: "motd"
permissions: "motd.rules.use"


motdReload:
command: "reload"
description: "reload the plugin"
plugin: "motd"
permissions: "motd.reload"

motdEdit:
command: "motd edit [property] [value]"
description: "edit the motd.yml directly"
plugin: "motd"
permissions: "motd.edit"

0 comments on commit dac52d5

Please sign in to comment.