Skip to content

Commit

Permalink
Added FishPeople support.
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianN committed Mar 16, 2011
1 parent 72f9d5a commit 0490ab0
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FishPeople/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Help file for FishPeople(http://forums.bukkit.org/threads/mech-fishpeople-v1-1-gold-helmet-infinite-air-while-swimming-493.7071/).
Credit goes to Bjourk(http://forums.bukkit.org/threads/info-help-0-2-the-smart-help-menu-531.6536/page-4#post-132606).
41 changes: 41 additions & 0 deletions FishPeople/fishpeople.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
FishPeopleHelp:
command: "fishpeople help [command]"
description: "Opens FishPeople Help menu, or shows information about a specified command."
plugin: "FishPeople"
main: false

FishPeopleReload:
command: "fishpeople reload"
description: "Reloads the configuration from the hard disk"
plugin: "FishPeople"
main: false

FishPeopleEnable:
command: "fishpeople <enable|disable>"
description: "Enables or disables infinite air and chat filter."
plugin: "FishPeople"
main: false

FishPeopleOpOnly:
command: "fishpeople op-only <true|false>"
description: "Determines whether the infinite air feature applies only to Ops."
plugin: "FishPeople"
main: false

FishPeopleHelmet:
command: "fishpeople helmet-type <id>"
description: "Changes the type of helmet FishPeople works for."
plugin: "FishPeople"
main: false

FishPeopleChatFilter:
command: "fishpeople chat-filter <true|false>"
description: "Determines whether underwater chat is garbled."
plugin: "FishPeople"
main: false

FishPeopleChatMessage:
command: "fishpeople underwater-chat <message>"
description: "Sets the message that appears when someone talks underwater"
plugin: "FishPeople"
main: false

0 comments on commit 0490ab0

Please sign in to comment.