View difference between Paste ID: nHuvDZG0 and qqCrcPbp
SHOW: | | - or go back to the newest paste.
1
# 18/03/2015
2
# RE: http://www.minecraftforum.net/forums/support/server-support/server-administration/2383330-what-is-wrong-with-my-kits?comment=9
3
# Watch your indentations! - bearbear12345
4
5
############################################################
6
# +------------------------------------------------------+ #
7
# |                       Notes                          | #
8
# +------------------------------------------------------+ #
9
############################################################
10
11
# If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
12
# If you receive an error when Essentials loads, ensure that:
13
#   - No tabs are present: YAML only allows spaces
14
#   - Indents are correct: YAML hierarchy is based entirely on indentation
15
#   - You have "escaped" all apostrophes in your text: If you want to write "don't", for example, write "don''t" instead (note the doubled apostrophe)
16
#   - Text with symbols is enclosed in single or double quotation marks
17
18
# If you have problems join the Essentials help support channel: http://tiny.cc/EssentialsChat
19
20
############################################################
21
# +------------------------------------------------------+ #
22
# |                 Essentials (Global)                  | #
23
# +------------------------------------------------------+ #
24
############################################################
25
26
# A color code between 0-9 or a-f. Set to 'none' to disable.
27
ops-name-color: '4'
28
29
# The character(s) to prefix all nicknames, so that you know they are not true usernames.
30
nickname-prefix: '~'
31
32
# The maximum length allowed in nicknames. The nickname prefix is included in this.
33
max-nick-length: 15
34
35
# Disable this if you have any other plugin, that modifies the displayname of a user.
36
change-displayname: true
37
38
# When this option is enabled, the (tab) player list will be updated with the displayname.
39
# The value of change-displayname (above) has to be true.
40
#change-playerlist: true
41
42
# When EssentialsChat.jar isn't used, force essentials to add the prefix and suffix from permission plugins to displayname.
43
# This setting is ignored if EssentialsChat.jar is used, and defaults to 'true'.
44
# The value of change-displayname (above) has to be true.
45
# Do not edit this setting unless you know what you are doing!
46
#add-prefix-suffix: false
47
48
# If the teleport destination is unsafe, should players be teleported to the nearest safe location?
49
# If this is set to true, Essentials will attempt to teleport players close to the intended destination.
50
# If this is set to false, attempted teleports to unsafe locations will be cancelled with a warning.
51
teleport-safety: true
52
53
# The delay, in seconds, required between /home, /tp, etc.
54
teleport-cooldown: 0
55
56
# The delay, in seconds, before a user actually teleports.  If the user moves or gets attacked in this timeframe, the teleport never occurs.
57
teleport-delay: 3
58
59
# The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command.
60
# This will also prevent the player attacking other players.
61
teleport-invulnerability: 4
62
63
# The delay, in seconds, required between /heal or /feed attempts.
64
heal-cooldown: 600
65
66
# What to prevent from /item and /give.
67
# e.g item-spawn-blacklist: 10,11,46
68
item-spawn-blacklist:
69
70
# Set this to true if you want permission based item spawn rules.
71
# Note: The blacklist above will be ignored then.
72
# Example permissions (these go in your permissions manager):
73
#  - essentials.itemspawn.item-all
74
#  - essentials.itemspawn.item-[itemname]
75
#  - essentials.itemspawn.item-[itemid]
76
#  - essentials.give.item-all
77
#  - essentials.give.item-[itemname]
78
#  - essentials.give.item-[itemid]
79
#  - essentials.unlimited.item-all
80
#  - essentials.unlimited.item-[itemname]
81
#  - essentials.unlimited.item-[itemid]
82
#  - essentials.unlimited.item-bucket # Unlimited liquid placing
83
#
84
# For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive
85
permission-based-item-spawn: false
86
87
# Mob limit on the /spawnmob command per execution.
88
spawnmob-limit: 10
89
90
# Shall we notify users when using /lightning?
91
warn-on-smite: true
92
93
# The motd and rules are now configured in the files motd.txt and rules.txt.
94
95
# When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority.
96
# Commands in this list, will tell Essentials to 'not give up' the command to other plugins.
97
# In this state, which plugin 'wins' appears to be almost random.
98
#
99
# If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias.
100
# To force essentials to take 'god' alias 'god' to 'egod'.
101
# See http://wiki.bukkit.org/Commands.yml#aliases for more information.
102
103
overridden-commands:
104
#  - god
105
#  - info
106
107
# Disabling commands here will prevent Essentials handling the command, this will not affect command conflicts.
108
# You should not have to disable commands used in other plugins, they will automatically get priority.
109
# See http://wiki.bukkit.org/Commands.yml#aliases to map commands to other plugins.
110
disabled-commands:
111
  - nick
112
  - clear
113
#  - pl
114
#  - plugins
115
116
# These commands will be shown to players with socialSpy enabled.
117
# You can add commands from other plugins you may want to track or
118
# remove commands that are used for something you dont want to spy on.
119
# Set - '*' in order to listen on all possible commands.
120
socialspy-commands:
121
  - msg
122
  - w
123
  - r
124
  - mail
125
  - m
126
  - t
127
  - whisper
128
  - emsg
129
  - tell
130
  - er
131
  - reply
132
  - ereply
133
  - email
134
  - action
135
  - describe
136
  - eme
137
  - eaction
138
  - edescribe
139
  - etell
140
  - ewhisper
141
  - pm
142
143
# If you do not wish to use a permission system, you can define a list of 'player perms' below.
144
# This list has no effect if you are using a supported permissions system.
145
# If you are using an unsupported permissions system, simply delete this section.
146
# Whitelist the commands and permissions you wish to give players by default (everything else is op only).
147
# These are the permissions without the "essentials." part.
148
player-commands:
149
  - afk
150
  - afk.auto
151
  - back
152
  - back.ondeath
153
  - balance
154
  - balance.others
155
  - balancetop
156
  - build
157
  - chat.color
158
  - chat.format
159
  - chat.shout
160
  - chat.question
161
  - clearinventory
162
  - compass
163
  - depth
164
  - delhome
165
  - getpos
166
  - geoip.show
167
  - help
168
  - helpop
169
  - home
170
  - home.others
171
  - ignore
172
  - info
173
  - itemdb
174
  - kit
175
  - kits.tools
176
  - list
177
  - mail
178
  - mail.send
179
  - me
180
  - motd
181
  - msg
182
  - msg.color
183
  - nick
184
  - near
185
  - pay
186
  - ping
187
  - protect
188
  - r
189
  - rules
190
  - realname
191
  - seen
192
  - sell
193
  - sethome
194
  - setxmpp
195
  - signs.create.protection
196
  - signs.create.trade
197
  - signs.break.protection
198
  - signs.break.trade
199
  - signs.use.balance
200
  - signs.use.buy
201
  - signs.use.disposal
202
  - signs.use.enchant
203
  - signs.use.free
204
  - signs.use.gamemode
205
  - signs.use.heal
206
  - signs.use.info
207
  - signs.use.kit
208
  - signs.use.mail
209
  - signs.use.protection
210
  - signs.use.repair
211
  - signs.use.sell
212
  - signs.use.time
213
  - signs.use.trade
214
  - signs.use.warp
215
  - signs.use.weather
216
  - spawn
217
  - suicide
218
  - time
219
  - tpa
220
  - tpaccept
221
  - tpahere
222
  - tpdeny
223
  - warp
224
  - warp.list
225
  - world
226
  - worth
227
  - xmpp
228
229
# Note: All items MUST be followed by a quantity!
230
# All kit names should be lower case, and will be treated as lower in permissions/costs.
231
# Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]...
232
# For Item Meta information visit http://wiki.ess3.net/wiki/Item_Meta
233
# 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
234
# Set delay to -1 for a one time kit.
235
# For more information, visit http://wiki.ess3.net/wiki/Kits
236
kits:
237
  tools:
238
    delay: 10
239
    items:
240
      - 272 1
241
      - 273 1
242
      - 274 1
243
      - 275 1
244
  vip1:
245
    delay: 86400
246
    items:
247
      - 306 protection:2
248
      - 307 protection:2
249
      - 308 protection:2
250
      - 309 protection:2
251
      - 267 sharpness:2
252
      - 256 efficiency:2
253
      - 257 efficiency:2
254
      - 258 efficiency:2
255
      - 292 efficiency:2
256
      - 373:8194
257
      - 373:8201
258
      - 373:8197
259
      - 265 12
260-
   vip2:
260+
261
      - 388 3
262
      - 261
263
      - 262 64
264
  vip2:
265
    delay: 86400
266
    items:
267
      - 306 protection:3
268
      - 307 protection:3
269
      - 308 protection:3
270
      - 309 protection:3
271
      - 267 sharpness:3
272
      - 256 efficiency:2 unbreaking:1
273
      - 257 efficiency:2 unbreaking:1
274
      - 258 efficiency:2 unbreaking:1
275
      - 292 efficiency:2 unbreaking:1
276
      - 373:8258
277
      - 373:8265
278
      - 373:8197 2
279
      - 265 14
280-
   vip3:
280+
281
      - 388 6
282
      - 262 64
283
      - 261 
284
  vip3:
285
    delay: 86400
286
    items:
287
      - 310
288
      - 311
289
      - 312
290
      - 313
291
      - 276
292
      - 277
293
      - 278
294
      - 279
295
      - 293 
296
      - 373:8258 2
297
      - 373:8265 2
298
      - 373:8197 2
299
      - 265 16
300
      - 331 64
301-
   vip4:
301+
302
      - 262 64
303
      - 261 
304
      - 89 6
305
  vip4:
306
    delay: 86400
307
    items:
308
      - 310 protection:1
309
      - 311 protection:1
310
      - 312 protection:1
311
      - 313 protection:1
312
      - 276 sharpness:1
313
      - 277 efficiency:1
314
      - 278 efficiency:1
315
      - 279 efficiency:1
316
      - 293 efficiency:1
317
      - 373:8258 2
318
      - 373:8265 2
319
      - 373:8197 3
320
      - 265 18
321
      - 322
322-
   vip5:
322+
323
      - 388 9
324
      - 262 64
325
      - 261 power:1
326
  vip5:
327
    delay: 86400
328
    items:
329
      - 310 protection:1
330
      - 311 protection:1
331
      - 312 protection:1
332
      - 313 protection:1
333
      - 276 sharpness:2
334
      - 277 efficiency:3
335
      - 278 efficiency:3
336
      - 279 efficiency:3
337
      - 293 efficiency:3
338
      - 373:8258 2
339
      - 373:8265 2
340
      - 373:8229 2
341
      - 265 20
342
      - 322 2
343
      - 331 96
344-
   vip6:
344+
345
      - 262 64
346
      - 261 power:2
347
      - 89 12
348
  vip6:
349
    delay: 86400
350
    items:
351
      - 310 protection:2
352
      - 311 protection:2
353
      - 312 protection:2
354
      - 313 protection:2
355
      - 276 sharpness:2
356
      - 277 efficiency:3
357
      - 278 efficiency:3
358
      - 279 efficiency:3
359
      - 293 efficiency:3
360
      - 373:8258 2
361
      - 373:8265 2
362
      - 373:8229 3
363
      - 265 22
364
      - 322 2
365
      - 331 96
366
      - 388 10
367
      - 262 64
368-
   vip7:
368+
369
      - 89 24
370
      - 264 2
371
      - 384 8
372
  vip7:
373
    delay: 86400
374
    items:
375
      - 310 protection:2
376
      - 311 protection:2
377
      - 312 protection:2
378
      - 313 protection:2
379
      - 276 sharpness:3
380
      - 277 efficiency:4
381
      - 278 efficiency:4
382
      - 279 efficiency:4
383
      - 293 efficiency:4
384
      - 373:8258 2
385
      - 373:8265 2
386
      - 373:8229 3
387
      - 265 26
388
      - 322 2
389
      - 331 96
390
      - 388 12
391
      - 262 96
392
      - 261 power:2 punch:1
393-
   vip8:
393+
394
      - 47 8
395
      - 264 3
396
      - 384 16
397
  vip8:
398
    delay: 86400
399
    items:
400
      - 310 protection:3
401
      - 311 protection:3
402
      - 312 protection:3
403
      - 313 protection:3
404
      - 276 sharpness:3
405
      - 277 efficiency:4
406
      - 278 efficiency:4
407
      - 279 efficiency:4
408
      - 293 efficiency:4
409
      - 373:8258 3
410
      - 373:8265 3
411
      - 373:8229 4
412
      - 265 32
413
      - 322 4
414
      - 331 96
415
      - 388 16
416
      - 262 96
417
      - 261 power:2 flame:1
418
      - 89 32
419
      - 264 5
420
      - 384 32
421
# Essentials Sign Control
422
# See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
423
# To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
424
# Essentials colored sign support will be enabled when any sign types are enabled.
425
# Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
426
427
enabledSigns:
428
  - color
429
  - balance
430
  #- buy
431
  #- sell
432
  #- trade
433
  #- free
434
  #- disposal
435
  - warp
436
  #- kit
437
  #- mail
438
  #- enchant
439
  #- gamemode
440
  #- heal
441
  #- info
442
  #- spawnmob
443
  #- repair
444
  #- time
445
  #- weather
446
447
# How many times per second can Essentials signs be interacted with per player.
448
# Values should be between 1-20, 20 being virtually no lag protection.
449
# Lower numbers will reduce the possibility of lag, but may annoy players.
450
sign-use-per-second: 4
451
452
# Backup runs a batch/bash command while saving is disabled.
453
backup:
454
  # Interval in minutes.
455
  interval: 30
456
  # Unless you add a valid backup command or script here, this feature will be useless.
457
  # Use 'save-all' to simply force regular world saving without backup.
458
  #command: 'rdiff-backup World1 backups/World1'
459
460
# Set this true to enable permission per warp.
461
per-warp-permission: false
462
463
# Sort output of /list command by groups.
464
# You can hide and merge the groups displayed in /list by defining the desired behaviour here.
465
# Detailed instructions and examples can be found on the wiki: http://wiki.ess3.net/wiki/List
466
list:
467
    # To merge groups, list the groups you wish to merge
468
    #Staff: owner admin moderator
469
    Admins: owner admin
470
    # To limit groups, set a max user limit
471
    #builder: 20
472
    # To hide groups, set the group as hidden
473
    #default: hidden
474
    # Uncomment the line below to simply list all players with no grouping
475
    #Players: '*'
476
477
# More output to the console.
478
debug: false
479
480
# Set the locale for all messages.
481
# If you don't set this, the default locale of the server will be used.
482
# For example, to set language to English, set locale to en, to use the file "messages_en.properties".
483
# Don't forget to remove the # in front of the line.
484
# For more information, visit http://wiki.ess3.net/wiki/Locale
485
#locale: pl
486
487
# Turn off god mode when people leave the server.
488
remove-god-on-disconnect: false
489
490
# Auto-AFK
491
# After this timeout in seconds, the user will be set as AFK.
492
# This feature requires the player to have essentials.afk.auto node.
493
# Set to -1 for no timeout.
494
auto-afk: 300
495
496
# Auto-AFK Kick
497
# After this timeout in seconds, the user will be kicked from the server.
498
# essentials.afk.kickexempt node overrides this feature.
499
# Set to -1 for no timeout.
500
auto-afk-kick: -1
501
502
# Set this to true, if you want to freeze the player, if the player is AFK.
503
# Other players or monsters can't push the player out of AFK mode then.
504
# This will also enable temporary god mode for the AFK player.
505
# The player has to use the command /afk to leave the AFK mode.
506
freeze-afk-players: false
507
508
# When the player is AFK, should he be able to pickup items?
509
# Enable this, when you don't want people idling in mob traps.
510
disable-item-pickup-while-afk: true
511
512
# This setting controls if a player is marked as active on interaction.
513
# When this setting is false, the player would need to manually un-AFK using the /afk command.
514
cancel-afk-on-interact: true
515
516
# Should we automatically remove afk status when a player moves?
517
# Player will be removed from AFK on chat/command regardless of this setting.
518
# Disable this to reduce server lag.
519
cancel-afk-on-move: true
520
521
# You can disable the death messages of Minecraft here.
522
death-messages: false
523
524
# Should players with permissions be able to join and part silently?
525
# You can control this with essentials.silentjoin and essentials.silentquit permissions if it is enabled.
526
# In addition, people with essentials.silentjoin.vanish will be vanished on join.
527
allow-silent-join-quit: false
528
529
# You can set a custom join message here, set to "none" to disable.
530
# You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
531
custom-join-message: "none"
532
533
# You can set a custom quit message here, set to "none" to disable.
534
# You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
535
custom-quit-message: "none"
536
537
# Add worlds to this list, if you want to automatically disable god mode there.
538
no-god-in-worlds:
539
#  - world_nether
540
541
# Set to true to enable per-world permissions for teleporting between worlds with essentials commands.
542
# This applies to /world, /back, /tp[a|o][here|all], but not warps.
543
# Give someone permission to teleport to a world with essentials.worlds.<worldname>
544
# This does not affect the /home command, there is a separate toggle below for this.
545
world-teleport-permissions: false
546
547
# The number of items given if the quantity parameter is left out in /item or /give.
548
# If this number is below 1, the maximum stack size size is given. If over-sized stacks.
549
# are not enabled, any number higher than the maximum stack size results in more than one stack.
550
default-stack-size: -1
551
552
# Over-sized stacks are stacks that ignore the normal max stack size.
553
# They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
554
# How many items should be in an over-sized stack?
555
oversized-stacksize: 64
556
557
# Allow repair of enchanted weapons and armor.
558
# If you set this to false, you can still allow it for certain players using the permission.
559
# essentials.repair.enchanted
560
repair-enchanted: true
561
562
# Allow 'unsafe' enchantments in kits and item spawning.
563
# Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins.
564
unsafe-enchantments: true
565
566
#Do you want Essentials to keep track of previous location for /back in the teleport listener?
567
#If you set this to true any plugin that uses teleport will have the previous location registered.
568
register-back-in-listener: false
569
570
#Delay to wait before people can cause attack damage after logging in.
571
login-attack-delay: 5
572
573
#Set the max fly speed, values range from 0.1 to 1.0
574
max-fly-speed: 0.8
575
576
#Set the max walk speed, values range from 0.1 to 1.0
577
max-walk-speed: 0.8
578
579
#Set the maximum amount of mail that can be sent within a minute.
580
mails-per-minute: 1000
581
582
# Set the maximum time /tempban can be used for in seconds.
583
# Set to -1 to disable, and essentials.tempban.unlimited can be used to override.
584
max-tempban-time: -1
585
586
############################################################
587
# +------------------------------------------------------+ #
588
# |                   EssentialsHome                     | #
589
# +------------------------------------------------------+ #
590
############################################################
591
592
# Allows people to set their bed at daytime.
593
update-bed-at-daytime: true
594
595
# Set to true to enable per-world permissions for using homes to teleport between worlds.
596
# This applies to the /home only.
597
# Give someone permission to teleport to a world with essentials.worlds.<worldname>
598
world-home-permissions: false
599
600
# Allow players to have multiple homes.
601
# Players need essentials.sethome.multiple before they can have more than 1 home.
602
# You can set the default number of multiple homes using the 'default' rank below.
603
# To remove the home limit entirely, give people 'essentials.sethome.multiple.unlimited'.
604
# To grant different home amounts to different people, you need to define a 'home-rank' below.
605
# Create the 'home-rank' below, and give the matching permission: essentials.sethome.multiple.<home-rank>
606
# For more information, visit http://wiki.ess3.net/wiki/Multihome
607
sethome-multiple:
608
  default: 1
609
  vip1: 2
610
  vip2: 3
611
  vip3: 4
612
  vip4: 5
613
  vip5: 6
614
  vip6: 7
615
  vip7: 8
616
  vip8: 9
617
  staff: 10
618
619
# In this example someone with 'essentials.sethome.multiple' and 'essentials.sethome.multiple.vip' will have 5 homes.
620
# Remember, they MUST have both permission nodes in order to be able to set multiple homes.
621
622
# Set the timeout, in seconds for players to accept a tpa before the request is cancelled.
623
# Set to 0 for no timeout.
624
tpa-accept-cancellation: 120
625
626
############################################################
627
# +------------------------------------------------------+ #
628
# |                   EssentialsEco                      | #
629
# +------------------------------------------------------+ #
630
############################################################
631
632
# For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy
633
634
# Defines the balance with which new players begin. Defaults to 0.
635
starting-balance: 0
636
637
# worth-# defines the value of an item when it is sold to the server via /sell.
638
# These are now defined in worth.yml
639
640
# Defines the cost to use the given commands PER USE.
641
# Some commands like /repair have sub-costs, check the wiki for more information.
642
command-costs:
643
  # /example costs $1000 PER USE
644
  #example: 1000
645
  # /kit tools costs $1500 PER USE
646
  #kit-tools: 1500
647
648
# Set this to a currency symbol you want to use.
649
# Remember, if you want to use special characters in this document, 
650
# such as accented letters, you MUST save the file as UTF-8, not ANSI.
651
currency-symbol: '$'
652
653
# Set the maximum amount of money a player can have.
654
# The amount is always limited to 10 trillion because of the limitations of a java double.
655
max-money: 10000000000000
656
657
# Set the minimum amount of money a player can have (must be above the negative of max-money).
658
# Setting this to 0, will disable overdrafts/loans completely.  Users need 'essentials.eco.loan' perm to go below 0.
659
min-money: -10000
660
661
# Enable this to log all interactions with trade/buy/sell signs and sell command.
662
economy-log-enabled: false
663
664
############################################################
665
# +------------------------------------------------------+ #
666
# |                   EssentialsHelp                     | #
667
# +------------------------------------------------------+ #
668
############################################################
669
670
# Show other plugins commands in help.
671
non-ess-in-help: true
672
673
# Hide plugins which do not give a permission.
674
# You can override a true value here for a single plugin by adding a permission to a user/group.
675
# The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
676
# You can use negative permissions to remove access to just a single plugins help if the following is enabled.
677
hide-permissionless-help: true
678
679
############################################################
680
# +------------------------------------------------------+ #
681
# |                   EssentialsChat                     | #
682
# +------------------------------------------------------+ #
683
############################################################
684
685
# This section requires the EssentialsChat.jar to work.
686
687
chat:
688
689
  # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks.  Set to 0 to make all chat global.
690
  # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
691
  # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
692
  # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
693
  # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
694
  radius: 0
695
696
  # Chat formatting can be done in two ways, you can either define a standard format for all chat.
697
  # Or you can give a group specific chat format, to give some extra variation.
698
  # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
699
700
  format: '<{DISPLAYNAME}> {MESSAGE}'
701
  #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
702
703
  group-formats:
704
  #  Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
705
  #  Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
706
707
  # If you are using group formats make sure to remove the '#' to allow the setting to be read.
708
709
############################################################
710
# +------------------------------------------------------+ #
711
# |                 EssentialsProtect                    | #
712
# +------------------------------------------------------+ #
713
############################################################
714
715
# This section requires the EssentialsProtect.jar to work.
716
717
protect:
718
719
  # General physics/behavior modifications.
720
  prevent:
721
    lava-flow: false
722
    water-flow: false
723
    water-bucket-flow: false
724
    fire-spread: true
725
    lava-fire-spread: true
726
    flint-fire: false
727
    lightning-fire-spread: true
728
    portal-creation: false
729
    tnt-explosion: false
730
    tnt-playerdamage: false
731
    tnt-minecart-explosion: false
732
    tnt-minecart-playerdamage: false
733
    fireball-explosion: false
734
    fireball-fire: false
735
    fireball-playerdamage: false
736
    witherskull-explosion: false
737
    witherskull-playerdamage: false
738
    wither-spawnexplosion: false
739
    wither-blockreplace: false
740
    creeper-explosion: false
741
    creeper-playerdamage: false
742
    creeper-blockdamage: false
743
    enderdragon-blockdamage: true
744
    enderman-pickup: false
745
    villager-death: false
746
    # Monsters won't follow players.
747
    # permission essentials.protect.entitytarget.bypass disables this.
748
    entitytarget: false
749
    # Prevent the spawning of creatures.
750
    spawn:
751
      creeper: false
752
      skeleton: false
753
      spider: false
754
      giant: false
755
      zombie: false
756
      slime: false
757
      ghast: false
758
      pig_zombie: false
759
      enderman: false
760
      cave_spider: false
761
      silverfish: false
762
      blaze: false
763
      magma_cube: false
764
      ender_dragon: false
765
      pig: false
766
      sheep: false
767
      cow: false
768
      chicken: false
769
      squid: false
770
      wolf: false
771
      mushroom_cow: false
772
      snowman: false
773
      ocelot: false
774
      iron_golem: false
775
      villager: false
776
      wither: false
777
      bat: false
778
      witch: false
779
      horse: false
780
781
  # Maximum height the creeper should explode. -1 allows them to explode everywhere.
782
  # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
783
  creeper:
784
    max-height: -1
785
786
  # Disable various default physics and behaviors.
787
  disable:
788
    # Should fall damage be disabled?
789
    fall: false
790
791
    # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
792
    # They will be unable to attack users without that same permission node.
793
    pvp: false
794
795
    # Should drowning damage be disabled?
796
    # (Split into two behaviors; generally, you want both set to the same value.)
797
    drown: false
798
    suffocate: false
799
800
    # Should damage via lava be disabled?  Items that fall into lava will still burn to a crisp. ;)
801
    lavadmg: false
802
803
    # Should arrow damage be disabled?
804
    projectiles: false
805
806
    # This will disable damage from touching cacti.
807
    contactdmg: false
808
809
    # Burn, baby, burn!  Should fire damage be disabled?
810
    firedmg: false
811
812
    # Should the damage after hit by a lightning be disabled?
813
    lightning: false
814
815
    # Should Wither damage be disabled?
816
    wither: false
817
818
    # Disable weather options?
819
    weather:
820
      storm: false
821
      thunder: false
822
      lightning: false
823
824
############################################################
825
# +------------------------------------------------------+ #
826
# |                EssentialsAntiBuild                   | #
827
# +------------------------------------------------------+ #
828
############################################################
829
830
  # This section requires the EssentialsAntiBuild.jar to work.
831
832
  # Disable various default physics and behaviors
833
  # For more information, visit http://wiki.ess3.net/wiki/AntiBuild
834
835
    # Should people with build: false in permissions be allowed to build?
836
    # Set true to disable building for those people.
837
    # Setting to false means EssentialsAntiBuild will never prevent you from building.
838
    build: true
839
840
    # Should people with build: false in permissions be allowed to use items?
841
    # Set true to disable using for those people.
842
    # Setting to false means EssentialsAntiBuild will never prevent you from using items.
843
    use: true
844
845
    # Should we tell people they are not allowed to build?
846
    warn-on-build-disallow: true
847
848
  # For which block types would you like to be alerted?
849
  # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
850
  # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
851
  alert:
852
    on-placement: 10,11,46,327
853
    on-use: 327
854
    on-break:
855
856
  blacklist:
857
858
    # Which blocks should people be prevented from placing?
859
    placement: 10,11,46,327
860
861
    # Which items should people be prevented from using?
862
    usage: 327
863
864
    # Which blocks should people be prevented from breaking?
865
    break:
866
867
    # Which blocks should not be pushed by pistons?
868
    piston:
869
870
    # Which blocks should not be dispensed by dispensers
871
    dispenser:
872
873
############################################################
874
# +------------------------------------------------------+ #
875
# |            Essentials Spawn / New Players            | #
876
# +------------------------------------------------------+ #
877
############################################################
878
879
# This section requires essentialsspawn.jar to work.
880
881
newbies:
882
  # Should we announce to the server when someone logs in for the first time?
883
  # If so, use this format, replacing {DISPLAYNAME} with the player name.
884
  # If not, set to ''
885
  #announce-format: ''
886
  announce-format: '&dWitamy {DISPLAYNAME}&d na serwerze!'
887
888
  # When we spawn for the first time, which spawnpoint do we use?
889
  # Set to "none" if you want to use the spawn point of the world.
890
  spawnpoint: newbies
891
892
  # Do we want to give users anything on first join? Set to '' to disable
893
  # This kit will be given regardless of cost and permissions, and will not trigger the kit delay.
894
  #kit: ''
895
  kit: tools
896
897
# Set this to lowest, if you want Multiverse to handle the respawning.
898
# Set this to high, if you want EssentialsSpawn to handle the respawning.
899
# Set this to highest, if you want to force EssentialsSpawn to handle the respawning.
900
respawn-listener-priority: high
901
902
# When users die, should they respawn at their first home or bed, instead of the spawnpoint?
903
respawn-at-home: false
904
905
# End of file <-- No seriously, you're done with configuration.