diff options
author | Sowgro <69283684+Sowgro@users.noreply.github.com> | 2022-06-27 13:15:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-27 13:15:52 -0400 |
commit | 9f584d084bc115128b2270464fccdf52a48957e5 (patch) | |
tree | b40d41302e959ce5a57f00f18e9de457ba0766ab | |
parent | ba59037547aeee145ccf7ee2ef5f4218e7afb72a (diff) | |
download | LeaveCmd-9f584d084bc115128b2270464fccdf52a48957e5.tar.gz LeaveCmd-9f584d084bc115128b2270464fccdf52a48957e5.tar.bz2 LeaveCmd-9f584d084bc115128b2270464fccdf52a48957e5.zip |
Update README.md
-rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,2 +1,22 @@ # LeaveCmd Universal leave command for spigot 1.19 + +Instead of players needing to remember /hg leave or /bw leave, they can just use /leave. +The plugin decides what command to use based on the world the player is in. + +## Commands: +- /leave +- /leavecmd reload + +## Permissions: +- leaveCmd.leave +- leaveCmd.admin + +## Config: + commands: + //ex: "command" + //hg: "hungergames leave" + + worlds: + //world: ex + //arena: hg |