version 4.3
This commit is contained in:
parent
74eb3fa468
commit
07d0e3d4a6
@ -1,29 +1,29 @@
|
|||||||
name: Chairs
|
name: Chairs
|
||||||
version: 4.2
|
version: 4.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:
|
||||||
- spoothie
|
- spoothie
|
||||||
- cnaude
|
- cnaude
|
||||||
- _Shevchik_
|
- _Shevchik_
|
||||||
main: com.cnaude.chairs.core.Chairs
|
main: com.cnaude.chairs.core.Chairs
|
||||||
commands:
|
commands:
|
||||||
chairs:
|
chairs:
|
||||||
description: Various commands for Chairs.
|
description: Various commands for Chairs.
|
||||||
usage: |
|
usage: |
|
||||||
/<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:
|
permissions:
|
||||||
chairs.*:
|
chairs.*:
|
||||||
description: Gives access to all Chairs commands
|
description: Gives access to all Chairs commands
|
||||||
children:
|
children:
|
||||||
chairs.sit: true
|
chairs.sit: true
|
||||||
chairs.reload: true
|
chairs.reload: true
|
||||||
chairs.sit:
|
chairs.sit:
|
||||||
description: Allows you to sit on chair
|
description: Allows you to sit on chair
|
||||||
default: true
|
default: true
|
||||||
chairs.reload:
|
chairs.reload:
|
||||||
description: Allows you to reload Chairs Configuration
|
description: Allows you to reload Chairs Configuration
|
||||||
default: op
|
default: op
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user