-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
28 lines (28 loc) · 997 Bytes
/
Copy pathplugin.yml
File metadata and controls
28 lines (28 loc) · 997 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: PerWorldBan
version: 0.1.1
api: 2.0.0
main: Blubberboy333\PerWorldBan\Main
commands:
worldban:
usage: /worldban <player> <world>
description: Bans a player in a world
permission: pwb.cmd.ban
worldpardon:
usage: /worldpardon <player> <world>
description: Pardons a player in a world
permission: pwb.cmd.pardon
permissions:
pwb:
default: false
description: Allows the player to use all of the PerWorldBan features
children:
pwb.cmd:
default: false
description: Allows the player to use all off the PerWorldBan commands
children:
pwb.cmd.ban:
default: op
description: Allows the player to ban another player in a world
pwb.cmd.pardon:
default: op
description: Allows the player to pardon another player in a world