Add default permissions to plugin.yml
This commit is contained in:
parent
b420e44ff8
commit
6f077baebd
@ -1,5 +1,5 @@
|
|||||||
name: Chairs
|
name: Chairs
|
||||||
version: 3.0.2
|
version: 3.0.3
|
||||||
description: Let players sit on blocks.
|
description: Let players sit on blocks.
|
||||||
website: http://dev.bukkit.org/bukkit-plugins/chairsreloaded/
|
website: http://dev.bukkit.org/bukkit-plugins/chairsreloaded/
|
||||||
authors:
|
authors:
|
||||||
@ -15,3 +15,16 @@ commands:
|
|||||||
/<command> reload - reloads the configuration
|
/<command> reload - reloads the configuration
|
||||||
/<command> off - disable chairs for self
|
/<command> off - disable chairs for self
|
||||||
/<command> on - enable chairs for self
|
/<command> on - enable chairs for self
|
||||||
|
permissions:
|
||||||
|
chairs.*:
|
||||||
|
description: Gives access to all Chairs commands
|
||||||
|
children:
|
||||||
|
chairs.sit: true
|
||||||
|
chairs.reload: true
|
||||||
|
chairs.sit:
|
||||||
|
description: Allows you to sit on chair
|
||||||
|
default: true
|
||||||
|
chairs.reload:
|
||||||
|
description: Allows you to reload Chairs Configuration
|
||||||
|
default: op
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user