Skip to content

Commit

Permalink
Merge remote-tracking branch 'spigot/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianN committed Jun 10, 2011
2 parents 56388de + 627b25f commit c6f96d5
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
1 change: 1 addition & 0 deletions Landmarks/README
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Help file for Landmarks(http://forums.bukkit.org/threads/info-web-landmarks-v0-2-with-dynmap-addon-740-819.11932/#post-196034).
28 changes: 28 additions & 0 deletions Landmarks/landmarks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Landmarks:
command: help Landmarks
description: Display Landmarks Help.
main: true
plugin: Landmarks
lmadd:
command: landmark add [name]
description: set a new landmark to your current position
permissions: landmarks.add
main: false
plugin: Landmarks
lmmodify:
command: landmark modify [name]
description: update an existing landmark to your current position
plugin: Landmarks
permissions: landmarks.modify
lmset:
command: landmark set [name]
description: updates existing landmark, or creates one if none exists with [name]
permissions: landmarks.add
main: false
plugin: Landmarks
lmdelete:
command: landmark [delete|del|remove]
description: remove existing landmark
permissions: landmarks.remove
main: false
plugin: Landmarks
1 change: 1 addition & 0 deletions SleepAnnounce/README
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Help file for SleepAnnounce(http://forums.bukkit.org/threads/misc-sleepannounce-v1-1-0-check-who-is-asleep-or-not-818.9927/).
18 changes: 18 additions & 0 deletions SleepAnnounce/sleepannounce.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
SleepAnnounce:
command: help SleepAnnounce
description: Display SleepAnnounce Help.
main: true
plugin: SleepAnnounce
permissions: sleep
sasleeping:
command: sleeping
description: list sleeping players - aliases /sl /slp /sleep
plugin: SleepAnnounce
main: false
permissions: sleep.list
saannounce:
command: announce [sleep|awake]
description: toggle/set asleep and awake announcements
plugin: SleepAnnounce
main: false
permissions: sleep.announce

0 comments on commit c6f96d5

Please sign in to comment.