2013-06-30 15:43:22 +02:00
|
|
|
name: DiscoSheep
|
2013-07-20 03:03:19 +02:00
|
|
|
main: ca.gibstick.discosheep.DiscoSheep
|
2013-07-12 22:51:07 +02:00
|
|
|
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"
|
2013-07-12 22:51:07 +02:00
|
|
|
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.
|
2013-07-12 22:51:07 +02:00
|
|
|
permissions:
|
2013-07-21 15:13:48 +02:00
|
|
|
# If default is set to false, console will not have permission!
|
2013-07-12 22:51:07 +02:00
|
|
|
discosheep.*:
|
|
|
|
description: Permission node for all DiscoSheep commands
|
|
|
|
default: op
|
|
|
|
children:
|
|
|
|
discosheep.party: true
|
|
|
|
discosheep.partyall: true
|
|
|
|
discosheep.fireworks: true
|
2013-07-19 03:17:05 +02:00
|
|
|
discosheep.stopall: true
|
2013-07-12 22:51:07 +02:00
|
|
|
discosheep.reload: true
|
2013-07-20 01:32:26 +02:00
|
|
|
discosheep.other: true
|
2013-07-20 01:32:51 +02:00
|
|
|
discosheep.changeperiod: true
|
2013-07-22 15:09:09 +02:00
|
|
|
discosheep.changedefaults: true
|
2013-07-22 15:43:08 +02:00
|
|
|
discosheep.admin:
|
|
|
|
description: Suggested permissions for administrators
|
|
|
|
default: op
|
|
|
|
children:
|
|
|
|
discosheep.stopall: true
|
|
|
|
discosheep.reload: true
|
|
|
|
discosheep.changedefaults: true
|
|
|
|
discosheep.saveconfig: true
|
2013-07-12 22:51:07 +02:00
|
|
|
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
|
2013-07-19 03:17:05 +02:00
|
|
|
discosheep.stopall:
|
2013-07-12 22:51:07 +02:00
|
|
|
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:
|
2013-07-20 01:32:26 +02:00
|
|
|
discosheep.party: true
|
|
|
|
discosheep.changeperiod:
|
|
|
|
description: Allows a player to use the -p switch
|
2013-07-22 15:09:09 +02:00
|
|
|
default: op
|
|
|
|
discosheep.changedefaults:
|
|
|
|
description: Allows a player to change the default settings
|
|
|
|
default: op
|
2013-07-22 15:43:08 +02:00
|
|
|
discosheep.saveconfig:
|
|
|
|
description: Allows a player to save the config with current values set in memory
|
2013-07-22 22:22:31 +02:00
|
|
|
default: op
|
|
|
|
discosheep.partyonjoin:
|
|
|
|
description: Gives a player a disco party on join
|
2013-07-27 03:21:27 +02:00
|
|
|
default: false
|
|
|
|
discosheep.spawnguests:
|
|
|
|
description: Allow a player to spawn other mobs
|
|
|
|
default: op
|