blob: ed0efc09d7aa9fa002d5b1876b275a974b87b15d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
|