-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathplugin.yml
144 lines (141 loc) · 4.27 KB
/
plugin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
name: DeACoudre
version: 2.2.2
description: The famous DeACoudre plugin remastered.
load: postworld
authors: [PoutineQc, Neturo]
website: http://poutineqc.ca/plugins/DaC/
main : me.poutineqc.deacoudre.DeACoudre
database: false
depend: [WorldEdit]
softdepend: [Vault]
prefix: DaC
commands:
DaC:
description: DaC commands
aliases: [dac, deacoudre]
usage: /<command>
permissions:
dac.*:
description: Gives access to all DaC commands
children:
dac.player.*: true
dac.admin.*: true
dac.player.*:
description: Gives access to all commands simply needed to play the game
children:
dac.player.help: true
dac.player.language: true
dac.player.list: true
dac.player.info: true
dac.player.stats: true
dac.player.play.*: true
dac.player.help:
description: Allows to get DaC help
default: true
dac.player.language:
description: Allows to change personnal language
default: true
dac.player.list:
description: Allows to see all existing arenas
default: true
dac.player.info:
description: Allows to see information about arenas
default: true
dac.player.stats:
description: Allows to use open the stats GUI
default: true
dac.player.play.*:
description: Gives access to all commands simply needed to play the game
children:
dac.player.play.join: true
dac.player.play.quit: true
dac.player.play.color: true
dac.player.play.start: true
dac.player.join:
description: Allows to join a game
default: true
dac.player.quit:
description: Allows to quit a game
default: true
dac.player.color:
description: Allows to choose a color for the game
default: true
dac.player.start:
description: Allows to start the countdown for a game
default: true
dac.admin.*:
description: Gives access to all commands needed to setup arenas.
children:
dac.admin.info: true
dac.admin.makesigns: true
dac.admin.forcestart: true
dac.admin.reload: true
dac.admin.filetomysql: true
dac.admin.edit.*: true
dacreward.multiplier.2: true
dac.player.info:
description: Allows to see advanced information about arenas
default: op
dac.admin.makesigns:
description: Allows to make signs
default: op
dac.admin.help:
description: Allows to see the admin's help
default: op
dac.admin.forcestart:
description: Allows to forcestart the begining of a game with only one player for testing.
default: op
dac.admin.reload:
description: Allows to reload the config and the language files
default: op
dac.admin.filetomysql:
description: Allows to convert the file data to the mysql database
default: op
dac.admin.edit.*:
description: Gives access to all commands needed to setup arenas.
children:
dac.admin.edit.new: true
dac.admin.edit.delete: true
dac.admin.edit.lobby: true
dac.admin.edit.plateform: true
dac.admin.edit.pool: true
dac.admin.edit.color: true
dac.admin.edit.amountplayer.*: true
dac.admin.edit.new:
description: Allows to create a new arena
default: op
dac.admin.edit.delete:
description: Allows to delete an arena
default: op
dac.admin.edit.lobby:
description: Allows to set an arena's lobby
default: op
dac.admin.edit.plateform:
description: Allows to set an arena's plateform
default: op
dac.admin.edit.pool:
description: Allows to set an arena's pool
default: op
dac.admin.edit.color:
description: Allows to set the arena's pillars's material
default: op
dac.admin.edit.amountplayer.*:
description: Gives access to all languages permissions
children:
dac.admin.edit.amountplayer.minplayer: true
dac.admin.edit.amountplayer.maxplayer: true
dac.admin.edit.amountplayer.minplayer:
description: Allows to set the arena's min amount of players
default: op
dac.admin.edit.amountplayer.maxplayer:
description: Allows to set the arena's max amount of players
default: op
dacreward.multiplier.1:
description: Gives a 25% bonus money reward
default: false
dacreward.multiplier.2:
description: Gives a 50% bonus money reward
default: false
dacreward.multiplier.4:
description: Gives a 100% bonus money reward
default: false