forked from MassiveCraft/Factions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
163 lines (163 loc) · 6.97 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
main: com.massivecraft.factions.Factions
name: Factions
version: 2.0.0_dev
website: http://massivecraft.com/factions
authors: [Olof "Cayorion" Larsson, Brett Flannigan]
depend: [mcore]
softdepend: [PermissionsEx, Permissions, Essentials, EssentialsChat, HeroChat, iChat, LocalAreaChat, LWC, nChat, ChatManager, AuthMe, Vault, Spout, WorldEdit, WorldGuard, AuthDB, CaptureThePoints, CombatTag]
commands:
factions:
description: The Factions base command
aliases: [f]
permissions:
# -------------------------------------------- #
# THE REAL NODES
# -------------------------------------------- #
factions.access: {description: grant territory access for your faction, with the proper fperm}
factions.access.any: {description: grant territory access for any faction}
factions.access.view: {description: view territory access info for your faction}
factions.adminmode: {description: enable admin bypass mode}
factions.autoclaim: {description: auto-claim land as you walk around}
factions.cape: {description: manage faction capes}
factions.cape.get: {description: get faction cape}
factions.cape.set: {description: set faction cape}
factions.cape.remove: {description: remove faction cape}
factions.claim: {description: claim land where you are standing}
factions.claim.radius: {description: claim land in a large radius}
factions.config: {description: change a conf.json setting}
factions.create: {description: create a new faction}
factions.demote: {description: demote lesser members in your faction}
factions.description: {description: change the faction description}
factions.disband: {description: disband a faction}
factions.flag: {description: read faction flags}
factions.flag.set: {description: set faction flags}
factions.help: {description: display a help page}
factions.home: {description: teleport to the faction home}
factions.invite: {description: set if a player is invited}
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.leader: {description: hand over leader rights}
factions.leader.any: {description: give or revoke leader status for any player in 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.map: {description: show the territory map, and set optional auto update}
factions.money.balance: {description: show money balance for a faction}
factions.money.balance.any: {description: show money balance for another faction}
factions.money.deposit: {description: deposit money to faction bank}
factions.money.f2f: {description: transfer f --> f}
factions.money.f2p: {description: transfer f --> p}
factions.money.p2f: {description: transfer p --> f}
factions.money.withdraw: {description: withdraw money from faction bank}
factions.officer: {description: give or revoke officer rights}
factions.officer.any: {description: give or revoke officer rights for any player in any faction}
factions.open: {description: switch if invitation is required to join}
factions.perm: {description: change faction permissions}
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.promote: {description: promote lesser members in your 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.seechunk: {description: see the chunk you stand in}
factions.sethome: {description: set the faction home}
factions.show: {description: show faction information}
factions.tag: {description: change the faction tag}
factions.title: {description: set or remove a players title}
factions.unclaim: {description: unclaim the land where you are standing}
factions.unclaimall: {description: unclaim all of your factions land}
factions.version: {description: see the version of the plugin}
# -------------------------------------------- #
# STAR NOTATION
# -------------------------------------------- #
factions.cape.*:
children:
factions.cape.get: true
factions.cape.set: true
factions.cape.remove: true
factions.money.*:
children:
factions.money.balance: true
factions.money.balance.any: true
factions.money.deposit: true
factions.money.f2f: true
factions.money.f2p: true
factions.money.p2f: true
factions.money.withdraw: true
# -------------------------------------------- #
# KITS
# -------------------------------------------- #
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.flag.set: true
factions.powerboost: true
factions.join.any: true
factions.join.others: true
factions.leader.any: true
factions.officer.any: true
factions.access.any: true
factions.kit.halfmod:
description: Can use adminmode and chat spy
children:
factions.kit.fullplayer: true
factions.adminmode: true
factions.kit.fullplayer:
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.access: true
factions.access.view: true
factions.autoclaim: true
factions.cape: true
factions.cape.*: true
factions.claim: true
factions.claim.radius: true
factions.demote: true
factions.description: true
factions.disband: true
factions.flag: true
factions.help: true
factions.home: true
factions.invite: true
factions.join: true
factions.kick: true
factions.leader: true
factions.leave: true
factions.list: true
factions.map: true
factions.money.*: true
factions.open: true
factions.perm: true
factions.power: true
factions.power.any: true
factions.promote: true
factions.relation: true
factions.seechunk: true
factions.sethome: true
factions.show: true
factions.tag: true
factions.title: true
factions.unclaim: true
factions.unclaimall: true
factions.version: true