View difference between Paste ID: PKz9JbYy and 2wpMeurG
SHOW: | | - or go back to the newest paste.
1-
1+
2-
# Permissions has AntiBuild, which prevents a player from destroying/placing blocks.
2+
  default:
3-
# To prevent a group of players then set the build: flag to false (build: false).
3+
    default: true
4-
# If you want a group to be able to build then set it to true. 
4+
    permissions:
5-
##
5+
    - mcjobs.list
6-
# Groups can inherit from other groups.
6+
    - mcjobs.join.*
7-
#   To make a group inherit the permissions and info nodes from another
7+
    - essentials.tpdeny
8-
#   group, simply place the groups name in the "inheritance:" like so:
8+
    - spawnz.spawn
9-
#
9+
    - GenerousMobs.Mob.*
10-
#   Example:
10+
    - iConomy.holdings.*
11-
#       inheritance:
11+
    - essentials.warp.*
12-
#           - Default
12+
    - bblottery.buy.multi
13-
##
13+
    - bblottery.buy
14-
#   Wildcard Permission settings:
14+
    - torcharrow.rArrow
15-
#
15+
    - torcharrow.tArrow
16-
#       You can have wildcard nodes which encompass all nodes that match it.
16+
    - torcharrow.redstone
17-
#       For example, the node "modplugin.*" matches "modplugin.kick", "modplugin.ban",
17+
    - torcharrow.torch
18-
#       "modplugin.settings.view", and so on.
18+
    - iConomy.payment.*
19-
#
19+
    - iConomy.payment
20-
##
20+
    - iconomy.pay.*
21-
#   A single asterisk means that this user/group has all permissions.
21+
    - Iconomy.pay
22-
#       - '*'
22+
    - essentials.warp
23-
##
23+
    - essentials.signs.use.warp
24-
#   Negated nodes are created by prefixing a normal node with "-".
24+
    - essentials.signs.use.weather
25-
#   They prevent less specific wildcard nodes from matching the negated node.
25+
    - essentials.signs.use.time
26-
#   For example:
26+
    - essentials.delhome
27-
#   
27+
    - essentials.chat.question
28-
#   permissions:
28+
    - essentials.back.ondeath
29-
#       - 'foo.*'
29+
    - essentials.helpop
30-
#       - '-foo.bar'
30+
    - essentials.ping
31-
#
31+
    - IConomy.balancetop
32-
#   In this case, the user/group will have "foo.foo", "foo.foobar", and so on, but not "foo.bar".
32+
    - iConomy.balance.*
33-
#
33+
    - modifychat.*
34-
##
34+
    - modifyworld.*
35-
#   prefix: and suffix: do not do anything on their own.  You need another outside plugin
35+
    - authme.register
36-
#   such as iChat or HeroChat in order for these to do anything.
36+
    - authme.login
37-
##
37+
    - authme.changepassword
38-
#
38+
    - citizens.use.*
39-
#   For more info, visit https://github.com/TheYeti/Permissions/wiki/Guide-to-creating-YAML-configs
39+
    - citizens.blacksmith.use.repair
40-
#
40+
    - creativegates.use
41-
##
41+
    - essentials.balance
42-
42+
    - essentials.list
43
    - essentials.mail
44-
    Guest:
44+
    - essentials.mail.send
45-
        default: false
45+
    - essentials.msg
46-
        info:
46+
    - essentials.rules
47-
            prefix: '&0'
47+
    - essentials.spawn
48-
            suffix: '&0'
48+
    - essentials.back
49-
            build: true
49+
    - essentials.home
50-
        inheritance:
50+
    - essentials.sethome
51-
    Terranovian:
51+
    - essentials.tpa
52-
        default: true
52+
    - essentials.tpaccept
53-
        info:
53+
    - iConomy.holdings
54-
            prefix: '&2'
54+
    - lwc.create
55-
            suffix: '&2'
55+
    - lwc.unlock
56-
            build: true
56+
    - lwc.modify
57-
        inheritance:
57+
    - mcmmo.commands.ability
58-
            - Default
58+
    - mcmmo.regeneration
59
    - mobarena.use.join
60-
            - 'warpplugin.warp'
60+
    - mobarena.use.leave
61-
            - 'econplugin.basic.*'
61+
    - treeassist.replant
62-
            - 'ChestShop.shop.create'
62+
    - treeassist.autoremove
63-
            - 'ChestShop.shop.sell'
63+
    - ChestShop.shop.buy
64-
            - 'ChestShop.shop.buy'
64+
    - ChestShop.shop.sell
65-
            - 'towny.town.resident'
65+
	- group.member
66-
            - 'towny.town.rename'
66+
  Admin:
67-
            - 'towny.town.plot'
67+
    permissions:
68-
            - 'towny.town.new'
68+
    - '*'
69-
            - 'towny.town.delete'
69+
  Mod:
70-
            - 'towny.town.claim'
70+
    permissions:
71-
            - 'towny.town.spawn.town'
71+
    - essentials.killall
72-
            - 'towny.nation.delete'
72+
    - essentials.heal.*
73-
            - 'towny.nation.grant-titles'
73+
    - worldedit.bigtree.*
74-
            - 'towny.nation.new'
74+
    - essentials.unbanip
75-
            - 'towny.nation.rename'
75+
    - essentials.unbanip.*
76-
            - 'towny.chat.town'
76+
    - essentials.unban.*
77-
            - 'towny.chat.nation'
77+
    - essentials.unban
78-
            - 'towny.wild.*'
78+
    - essentials.banip.*
79-
            - 'preciousstones.benefit.create.protection'
79+
    - essentials.banip
80-
            - 'essentials.kit.Starter'			
80+
    - essentials.ban.*
81-
    Mod:
81+
    - essentials.tpahere.*
82-
        default: false
82+
    - essentials.tpahere
83-
        info:
83+
    - essentials.tpaall
84-
            prefix: '&1'
84+
    - essentials.seen.*
85-
            suffix: '&1'
85+
    - essentials.seen
86-
            build: true
86+
    - essentials.realname.*
87-
        inheritance:
87+
    - essentials.realname
88-
            - Member
88+
    - essentials.give.*
89
    - essentials.fly
90-
            - 'modplugin.ban'
90+
    - essentials.enchant
91-
            - 'modplugin.kick'
91+
    - essentials.compass
92-
            - 'modplugin.unban'
92+
    - essentials.bigtree
93-
            - 'warpplugin.warp'
93+
    - essentials.bigtree.*
94-
            - 'econplugin.basic.*'
94+
    - essentials.break
95-
            - 'ChestShop.shop.create'
95+
    - supplysign.*
96-
            - 'ChestShop.shop.sell'
96+
    - disguisecraft.*
97-
            - 'ChestShop.shop.buy'
97+
    - broadcaster.*
98-
            - 'towny.town.resident'
98+
    - mcjobs.*
99-
            - 'towny.town.rename'
99+
    - safefire.*
100-
            - 'towny.town.plot'
100+
    - multiworld.*
101-
            - 'towny.town.new'
101+
    - spawnz.spawn
102-
            - 'towny.town.delete'
102+
    - lockette.*
103-
            - 'towny.town.claim'
103+
    - essentials.invsee
104-
            - 'towny.town.spawn.town'
104+
    - essentials.hat
105-
            - 'towny.nation.delete'
105+
    - essentials.nick.*
106-
            - 'towny.nation.grant-titles'
106+
    - essentials.kickall
107-
            - 'towny.nation.new'
107+
    - IConomy.balancetop
108-
            - 'towny.nation.rename'
108+
    - essentials.kittycannon
109-
            - 'towny.chat.town'
109+
    - essentials.socialspy
110-
            - 'towny.chat.nation'
110+
    - antifire.*
111-
            - 'towny.wild.*'
111+
    - essentials.setjail
112-
    Admin:
112+
    - essentials.setwarp
113-
        default: false
113+
    - colorme.suffix
114-
        info:
114+
    - colorme.prefix
115-
            prefix: '&4'
115+
    - essentials.ban
116-
            suffix: '&4'
116+
    - essentials.tempban
117-
            build: true
117+
    - essentials.top
118-
        inheritance:
118+
    - essentials.tpall
119
    - essentials.tphere
120-
            - '*'
120+
    - essentials.tree
121-
    OWNER:
121+
    - essentials.vanish
122-
        default: false
122+
    - essentials.warp
123-
        info:
123+
    - essentials.wheather.*
124-
            prefix: '&3'
124+
    - essentials.workbench.*
125-
            suffix: '&3'
125+
    - essentials.fireball
126-
            build: true
126+
    - essentials.lightning
127-
        inheritance:
127+
    - ChestShop.*
128
    - citizens.*
129-
            - '*'
129+
    - Iconomy.Balance.*
130-
130+
    - factions.*
131-
131+
    - modifychat.*
132-
132+
    - modifyworld.*
133-
133+
    - authme.register
134
    - authme.login
135
    - authme.changepassword
136
    - citizens.use.*
137
    - citizens.blacksmith.use.repair
138
    - creativegates.use
139
    - essentials.balance
140
    - essentials.list
141
    - essentials.mail
142
    - essentials.mail.send
143
    - essentials.msg
144
    - essentials.rules
145
    - essentials.spawn
146
    - essentials.back
147
    - essentials.home
148
    - essentials.sethome
149
    - essentials.tpa
150
    - essentials.tpaccept
151
    - iConomy.holdings
152
    - lwc.create
153
    - lwc.unlock
154
    - lwc.modify
155
    - mcmmo.commands.ability
156
    - mcmmo.regeneration
157
    - mobarena.use.join
158
    - mobarena.use.leave
159
    - treeassist.replant
160
    - treeassist.autoremove
161
    - ChestShop.shop.buy
162
    - ChestShop.shop.sell
163
    - Se.player.balrog
164
    - Se.block.invisible
165
    - Se.explosions.ex
166
    - Se.explosions.nuke
167
    - Se.explosions.C4
168
    - Se.explosions.click
169
    - Se.explosions.place
170
    - Se.explosions.redstone
171
    - Se.explosions.spike
172
    - Se.explosions.mine
173
    - Se.block.smoke
174
    - Se.block.turret
175
    - Se.turret.exploding
176
    - Se.turret.arrow
177
    - Se.block.blindeness
178
    - Se.player.thor
179
    - Se.gun.ak47
180
	- group.member
181
    worlds:
182
      PvPDrago:
183
        permissions:
184
        - user
185
  Helper:
186
    permissions:
187
    - spawnz.spawn
188
    - multiworld.*
189
    - safefire.*
190
    - essentials.broadcast
191
    - broadcast
192
    - broadcaster.*
193
    - disguisecraft.*
194
    - essentials.bigtree.*
195
    - essentials.bigtree
196
    - essentials.compass
197
    - essentials.fly
198
    - essentials.tpall
199
    - essentials.tpdeny.*
200
    - essentials.tpdeny
201
    - essentials.tpaccept.*
202
    - essentials.tpaccept
203
    - essentials.tpaall.*
204
    - essentials.tpaall
205
    - essentials.tpahere
206
    - essentials.tpahere.*
207
    - essentials.ban.*
208
    - essentials.ban
209
    - essentials.banip
210
    - essentials.banip.*
211
    - essentials.unban
212
    - essentials.unban.*
213
    - essentials.unbanip.*
214
    - essentials.unbanip
215
    - ladymari
216
    - essentials.fireball
217
    - essentials.lightning
218
    - ChestShop.*
219
    - citizens.*
220
    - modifychat.*
221
    - modifyworld.*
222
    - authme.register
223
    - authme.login
224
    - authme.changepassword
225
    - citizens.use.*
226
    - citizens.blacksmith.use.repair
227
    - creativegates.use
228
    - essentials.balance
229
    - essentials.list
230
    - essentials.mail
231
    - essentials.mail.send
232
    - essentials.msg
233
    - essentials.rules
234
    - essentials.spawn
235
    - essentials.back
236
    - essentials.home
237
    - essentials.sethome
238
    - essentials.tpa
239
    - iConomy.holdings
240
    - lwc.create
241
    - lwc.unlock
242
    - lwc.modify
243
    - mcmmo.commands.ability
244
    - mcmmo.regeneration
245
    - mobarena.use.join
246
    - mobarena.use.leave
247
    - treeassist.replant
248
    - treeassist.autoremove
249
    - ChestShop.shop.buy
250
    - ChestShop.shop.sell
251
	- group.member
252
  Founder:
253
    permissions:
254
    - '*'
255
    worlds:
256
      Founder:
257
        prefix: '&4'
258
    prefix: '&4Founder'
259
  builder:
260
    permissions:
261
    - essentials.bigtree.*
262
    - disguisecraft.*
263
    - spawnz.spawn
264
users:
265
  TheSam99:
266
   group: Founder