DiscoSheep/src/plugin.yml
2013-07-26 22:19:37 -04:00

70 lines
2.2 KiB
YAML

name: DiscoSheep
main: ca.gibstick.discosheep.DiscoSheep
authors: [Gibstick, RangerMauve]
version: 1.0.1
commands:
ds:
description: "Main DiscoSheep command"
usage: |
<command> <subcommand> [arguments]
Use /ds help for more information
To stop your party, use /ds stop.
permissions:
# If default is set to false, console will not have permission!
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.changeperiod: true
discosheep.changedefaults: true
discosheep.saveconfig: true
discosheep.spawnguests: true
discosheep.admin:
description: Suggested permissions for administrators
default: op
children:
discosheep.stopall: true
discosheep.reload: true
discosheep.changedefaults: true
discosheep.saveconfig: 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
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
discosheep.changedefaults:
description: Allows a player to change the default settings
default: op
discosheep.saveconfig:
description: Allows a player to save the config with current values set in memory
default: op
discosheep.partyonjoin:
description: Gives a player a disco party on join
default: false
discosheep.spawnguests:
description: Allow a player to spawn other mobs
default: op