DiscoSheep/src/plugin.yml

46 lines
1.4 KiB
YAML
Raw Normal View History

2013-06-30 15:43:22 +02:00
name: DiscoSheep
2013-06-30 23:41:06 +02:00
main: gibstick.bukkit.discosheep.DiscoSheep
authors: [Gibstick, RangerMauve]
2013-07-19 04:00:59 +02:00
version: 1.0.1
2013-06-30 23:21:13 +02:00
commands:
ds:
description: "Main DiscoSheep command"
usage: |
<command> <subcommand> [arguments]
Use /ds help for more information
2013-07-19 03:53:48 +02:00
To stop your party, use /ds stop.
permissions:
discosheep.*:
description: Permission node for all DiscoSheep commands
default: op
children:
discosheep.party: true
discosheep.partyall: true
discosheep.fireworks: true
discosheep.stopall: true
discosheep.reload: true
discosheep.other: true
discosheep.period: true
discosheep.party:
description: Allows a player to have a party of one
default: op
discosheep.partyall:
description: Allows a player to call a server-wide party
default: op
discosheep.stopall:
description: Allows a player to stop all parties on the server
default: op
discosheep.fireworks:
description: Allows a player to enable have parties with fireworks
default: op
discosheep.reload:
description: Allows a player to reload settings from config.yml
2013-07-19 02:56:53 +02:00
default: op
discosheep.other:
description: Allows a player to call parties for other people, including themselves.
default: op
children:
discosheep.party: true
discosheep.changeperiod:
description: Allows a player to use the -p switch
default: op