-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
228 lines (228 loc) · 7.63 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
name: FactionsDRE
version: 1.7.4
main: com.massivecraft.factions.P
authors: [Olof Larsson, Brett Flannigan, Frank Baumann]
softdepend: [PermissionsEx, Permissions, Essentials, EssentialsChat, HeroChat, iChat, LocalAreaChat, LWC, nChat, ChatManager, CAPI, AuthMe, Vault, Spout, WorldEdit, WorldGuard, AuthDB, CaptureThePoints, CombatTag]
commands:
factions:
description: Reference command for Factions.
aliases: [f]
permissions:
factions.kit.admin:
description: All faction permissions.
children:
factions.kit.mod: true
factions.config: true
factions.lock: true
factions.reload: true
factions.save: true
factions.*:
description: This is just an alias for factions.kit.admin
children:
factions.kit.admin: true
factions.kit.mod:
description: All faction permissions but configuration and persistance.
children:
factions.kit.halfmod: true
factions.disband.any: true
factions.setpeaceful: true
factions.setpermanent: true
factions.setpermanentpower: true
factions.powerboost: true
factions.sethome.any: true
factions.money.*: true
factions.join.any: true
factions.join.others: true
factions.admin.any: true
factions.mod.any: true
factions.kit.halfmod:
description: Zones, bypassing, kicking, and chatspy
children:
factions.kit.fullplayer: true
factions.managesafezone: true
factions.managewarzone: true
factions.bypass: true
factions.kick.any: true
factions.ownershipbypass: true
factions.chatspy: true
factions.kit.fullplayer:
default: true
description: Can also create new factions.
children:
factions.kit.halfplayer: true
factions.create: true
factions.kit.halfplayer:
description: Can do all but create factions.
children:
factions.admin: true
factions.autoclaim: true
factions.chat: true
factions.claim: true
factions.deinvite: true
factions.description: true
factions.disband: true
factions.help: true
factions.home: true
factions.invite: true
factions.join: true
factions.kick: true
factions.leave: true
factions.list: true
factions.map: true
factions.mod: true
factions.money.kit.standard: true
factions.noboom: true
factions.open: true
factions.owner: true
factions.ownerlist: true
factions.power: true
factions.power.any: true
factions.relation: true
factions.sethome: true
factions.show: true
factions.tag: true
factions.title: true
factions.version: true
factions.unclaim: true
factions.unclaimall: true
factions.admin:
description: hand over your admin rights
factions.admin.any:
description: give or revoke admin status for any player in any faction
factions.autoclaim:
description: auto-claim land as you walk around
factions.bypass:
description: enable admin bypass mode
factions.chat:
description: change chat mode
factions.chatspy:
description: enable admin chat spy mode
factions.claim:
description: claim land where you are standing
factions.config:
description: change a conf.json setting
factions.create:
description: create a new faction
factions.deinvite:
description: remove a pending invitation
factions.description:
description: change the faction description
factions.disband:
description: disband a faction
factions.disband.any:
description: disband another faction
factions.help:
description: display a help page
factions.home:
description: teleport to the faction home
factions.invite:
description: invite a player to your faction
factions.join:
description: join a faction
factions.join.any:
description: join any faction, bypassing invitation process for closed factions
factions.join.others:
description: specify another player in the join command, to move them to the specified faction
factions.kick:
description: kick a player from the faction
factions.kick.any:
description: kick anyone from any faction
factions.leave:
description: leave your faction
factions.list:
description: see a list of the factions
factions.lock:
description: lock all write stuff
factions.managesafezone:
description: claim land as a safe zone and build/destroy within safe zones
factions.managewarzone:
description: claim land as a war zone and build/destroy within war zones
factions.map:
description: show the territory map, and set optional auto update
factions.mod:
description: give or revoke moderator rights
factions.mod.any:
description: give or revoke moderator rights for any player in any faction
factions.money.balance:
description: show your factions current money balance
factions.money.balance.any:
description: show money balance for factions other than your own
factions.money.deposit:
description: deposit money into a faction bank
factions.money.withdraw:
description: withdraw money from your faction bank
factions.money.withdraw.any:
description: withdraw money from your factions other than your own
factions.money.f2f:
description: transfer money from faction to faction
factions.money.f2p:
description: transfer money from faction to player
factions.money.p2f:
description: transfer money from player to faction
factions.money.kit.standard:
children:
factions.money.balance: true
factions.money.balance.any: true
factions.money.deposit: true
factions.money.withdraw: true
factions.money.f2f: true
factions.money.f2p: true
factions.money.p2f: true
factions.money.*:
children:
factions.money.kit.standard: true
factions.money.balance.any: true
factions.money.deposit: true
factions.money.withdraw: true
factions.money.withdraw.any: true
factions.money.f2f: true
factions.money.f2p: true
factions.money.p2f: true
factions.noboom:
description: toggle explosions (peaceful factions only)
factions.open:
description: switch if invitation is required to join
factions.owner:
description: set ownership of claimed land
factions.ownerlist:
description: list owner(s) of this claimed land
factions.ownershipbypass:
description: bypass ownership restrictions within own faction's territory
factions.setpeaceful:
description: designate a faction as peaceful
factions.setpermanent:
description: designate a faction as permanent
factions.setpermanentpower:
description: set permanent power for a faction
factions.power:
description: show player power info
factions.power.any:
description: view an other players power level
factions.powerboost:
description: apply permanent power bonus/penalty to specified player or faction
factions.relation:
description: set relation wish to another faction
factions.reload:
description: reload data file(s) from disk
factions.save:
description: save all data to disk
factions.sethome:
description: set the faction home
factions.sethome.any:
description: set faction home for another faction
factions.show:
description: show faction information
factions.tag:
description: change the faction tag
factions.title:
description: set or remove a players title
factions.version:
description: see the version of the plugin
factions.unclaim:
description: unclaim the land where you are standing
factions.unclaimall:
description: unclaim all of your factions land
factions.taxation:
description: set the tax of your faction
factions.war:
description: use this command to start a war