View difference between Paste ID: 9J5DuUFg and mwUkZFM9
SHOW: | | - or go back to the newest paste.
1
############################################################
2
# +------------------------------------------------------+ #
3
# |                       Notes                          | #
4
# +------------------------------------------------------+ #
5
############################################################
6
7
# If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
8
# If you receive an error when Essentials loads, ensure that:
9
#   - No tabs are present: YAML only allows spaces
10
#   - Indents are correct: YAML hierarchy is based entirely on indentation
11
#   - 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)
12
#   - Text with symbols is enclosed in single or double quotation marks
13
14
# If you have problems join the Essentials help support channel: http://tiny.cc/EssentialsChat
15
16
############################################################
17
# +------------------------------------------------------+ #
18
# |                 Essentials (Global)                  | #
19
# +------------------------------------------------------+ #
20
############################################################
21
22
# A color code between 0-9 or a-f. Set to 'none' to disable.
23
ops-name-color: '4'
24
25
# The character(s) to prefix all nicknames, so that you know they are not true usernames.
26
nickname-prefix: '~'
27
28
# Disable this if you have any other plugin, that modifies the displayname of a user.
29
change-displayname: true
30
31
# When this option is enabled, the (tab) player list will be updated with the displayname.
32
# The value of change-displayname (above) has to be true.
33
#change-playerlist: true
34
35
# When essentialschat.jar isnt used, force essentials to add the prefix and suffix from permission plugins to displayname
36
# This setting is ignored if essentialschat.jar is used, and defaults to 'true'
37
# The value of change-displayname (above) has to be true.
38
# Do not edit this setting unless you know what you are doing!
39
#add-prefix-suffix: false
40
41
# The delay, in seconds, required between /home, /tp, etc.
42
teleport-cooldown: 0
43
44
# The delay, in seconds, before a user actually teleports.  If the user moves or gets attacked in this timeframe, the teleport never occurs.
45
teleport-delay: 0
46
47
# The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command
48
# This will also prevent the player attacking other players
49
teleport-invulnerability: 4
50
51
# The delay, in seconds, required between /heal attempts
52
heal-cooldown: 60
53
54
# What to prevent from /i /give
55
# e.g item-spawn-blacklist: 46,11,10
56
item-spawn-blacklist:
57
58
# Set this to true if you want permission based item spawn rules
59
# Note: The blacklist above will be ignored then.
60
# Permissions:
61
#  - essentials.itemspawn.item-all
62
#  - essentials.itemspawn.item-[itemname]
63
#  - essentials.itemspawn.item-[itemid]
64
#  - essentials.give.item-all
65
#  - essentials.give.item-[itemname]
66
#  - essentials.give.item-[itemid]
67
# For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive
68
permission-based-item-spawn: false
69
70
# Mob limit on the /spawnmob command per execution
71
spawnmob-limit: 10
72
73
# Shall we notify users when using /lightning
74
warn-on-smite: true
75
76
# motd and rules are now configured in the files motd.txt and rules.txt
77
78
# When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority.
79
# Commands in this list, will tell Essentials to 'not give up' the command to other plugins.
80
# In this state, which plugin 'wins' appears to be almost random.
81
# 
82
# If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias.
83
# To force essentials to take 'god' alias 'god' to 'egod'.
84
# See http://wiki.bukkit.org/Bukkit.yml#aliases for more information
85
86
overridden-commands:
87
#  - god
88
89
# Disabled commands will be completely unavailable on the server.
90
# Disabling commands here will have no effect on command conflicts.
91
disabled-commands:
92
#  - nick
93
94
# If you do not wish to use a permission system, you can define a list of 'player perms' below.
95
# This list has no effect if you are using a supported permissions system.
96
# If you are using an unsupported permissions system simply delete this section.
97
# Whitelist the commands and permissions you wish to give players by default (everything else is op only).
98
# These are the permissions without the "essentials." part.
99
player-commands:
100
  - afk
101
  - afk.auto
102
  - back
103
  - back.ondeath
104
  - balance
105
  - balance.others
106
  - balancetop
107
  - build
108
  - chat.color
109
  - chat.format
110
  - chat.shout
111
  - chat.question
112
  - clearinventory
113
  - compass
114
  - depth
115
  - delhome
116
  - getpos
117
  - geoip.show
118
  - help
119
  - helpop
120
  - home
121
  - home.others
122
  - ignore
123
  - info
124
  - itemdb
125
  - kit
126
  - kits.tools
127
  - list
128
  - mail
129
  - mail.send
130
  - me
131
  - motd
132
  - msg
133
  - msg.color
134
  - nick
135
  - near
136
  - pay
137
  - ping
138
  - protect
139
  - r
140
  - rules
141
  - realname
142
  - seen
143
  - sell
144
  - sethome
145
  - setxmpp
146
  - signs.create.protection
147
  - signs.create.trade
148
  - signs.break.protection
149
  - signs.break.trade
150
  - signs.use.balance
151
  - signs.use.buy
152
  - signs.use.disposal
153
  - signs.use.enchant
154
  - signs.use.free
155
  - signs.use.gamemode
156
  - signs.use.heal
157
  - signs.use.info
158
  - signs.use.kit
159
  - signs.use.mail
160
  - signs.use.protection
161
  - signs.use.repair
162
  - signs.use.sell
163
  - signs.use.time
164
  - signs.use.trade
165
  - signs.use.warp
166
  - signs.use.weather
167
  - spawn
168
  - suicide
169
  - time
170
  - tpa
171
  - tpaccept
172
  - tpahere
173
  - tpdeny
174
  - warp
175
  - warp.list
176
  - world
177
  - worth
178
  - xmpp
179
180
# Note: All items MUST be followed by a quantity!
181
# All kit names should be lower case, and will be treated as lower in permissions/costs.
182
# Syntax: - itemID[:DataValue] Amount [Enchantment:Level]..
183
# 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
184
# For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#kits
185
kits:
186-
  Ironman:
186+
  ironman:
187
    delay: 500
188
    items:
189
      - 399 1 lore:&4Left_Click!
190
      - 351:7 64 lore:&eYour_ability's_energy
191
      - 402 1 lore:&4Left_Click!
192
      - 51 64 lore:&eYour_ability's_energy
193
      - 314 1 unbreaking:10 protection:3
194
      - 315 1 unbreaking:10 protection:3
195
      - 316 1 unbreaking:10 protection:3
196
      - 317 1 unbreaking:10 protection:3
197
      - 364 64 lore:&4Hold_right_click_to_automatically_heal!
198
      - 364 64 lore:&4Hold_right_click_to_automatically_heal!
199
      - 401 30 lore:&eEnergy_For_Your_Ability!
200-
  Pheonix:
200+
  pheonix:
201
    delay: 500
202
    items:
203
      - 385 1 lore:&cLeft&4Click!
204
      - 318 1 lore:&cLeftClick!
205
      - 51 64 lore:&eYour_Ability's_energy!
206
      - 51 64 lore:&eYour_Ability's_energy!
207
      - 298 1 unbreaking:10 protection:4
208
      - 299 1 unbreaking:10 protection:4
209
      - 300 1 unbreaking:10 protection:4
210
      - 301 1 unbreaking:10 protection:4
211
      - 364 64 lore:&4Hold_right_click_to_automatically_heal!
212
      - 364 64 lore:&4Hold_right_click_to_automatically_heal!
213
      - 368 10 lore:&9Teleport_At_Will_&4H&ce&4r&co&4!
214-
  Superman:
214+
  superman:
215
     delay: 500
216
     items:
217
       - 331 1 lore:&9Left,Click!
218
       - 51 64 lore:&eYour_ability's_energy_don't_throw_me_out!
219
       - 267 1 unbreaking:10 sharpness:4 fireaspect:1
220
       - 310 1 unbreaking:10 protection:1
221
       - 311 1 unbreaking:10 protection:1
222
       - 312 1 unbreaking:10 protection:1
223
       - 313 1 unbreaking:10 protection:1
224
       - 364 64 lore:&4Hold_right_click_to_automatically_heal!
225
       - 364 64 lore:&4Hold_right_click_to_automatically_heal!
226-
  Wolverine:
226+
  wolverine:
227
      delay: 500
228
      items:
229
        - 276 1 unbreaking:10 sharpness:4 fireaspect:2 name:&4Bloody,&eClaws
230
        - 276 1 unbreaking:10 sharpness:4 fireaspect:2 name:&4Bloody,&eClaws
231
        - 373:8201 2 lore:&9Drink_Up!
232
        - 373:8226 2 lore:&9Drink_Up!
233
        - 314 1 unbreaking:10 protection:3
234
        - 315 1 unbreaking:10 protection:3
235
        - 316 1 unbreaking:10 protection:3
236
        - 317 1 unbreaking:10 protection:3
237
        - 364 64 lore:&4Hold_right_click_to_automatically_heal!
238
        - 364 64 lore:&4Hold_right_click_to_automatically_heal!
239-
  Spiderman:
239+
  spiderman:
240
      delay: 500
241
      items:
242
        - 131 1 name:&9Web_Shooter lore:&eShift_and_press_Q_to_use!
243
        - 373:8201 5 lore:&eDrink_Up!
244
        - 373:8226 5 lore:&eDrink_Up!
245
        - 276 1 unbreaking:10 sharpness:4 knockback:2 fireaspect:2 name:&4Spider_Sword
246
        - 261 1 unbreaking:10 power:5 punch:2 infinity:1 flame:1 name:&9Web_&cBow
247
        - 310 1 unbreaking:10 protection:1
248
        - 311 1 unbreaking:10 protection:1
249
        - 312 1 unbreaking:10 protection:1
250
        - 313 1 unbreaking:10 protection:1
251
        - 364 64 lore:&4Hold_right_click_to_automatically_heal!
252
        - 364 64 lore:&4Hold_right_click_to_automatically_heal!
253-
  Thor:
253+
  thor:
254
      delay: 500
255
      items:
256
        - 279 1 sharpness:5 knockback:2 fireaspect:2 unbreaking:10 name:&eThor's Hammer
257
        - 373:8201 20 lore:&eDrink_With_The_Gods!
258
        - 364 64 lore:&4Hold_right_click_to_automatically_heal!
259
        - 364 64 lore:&4Hold_right_click_to_automatically_heal!
260
        - 310 1 unbreaking:10 protection:4
261
        - 311 1 unbreaking:10 protection:4
262
        - 312 1 unbreaking:10 protection:4
263
        - 313 1 unbreaking:10 protection:4
264
        - 369 1 lore:&eLeft_click_to_send_an_electric_wave!
265
        - 377 64 name:&9Wave_Energy lore:&eEnergy_For_The_Electric_Wave!
266
        - 364 64 lore:&4Hold_right_click_to_automatically_heal!
267
        - 364 64 lore:&4Hold_right_click_to_automatically_heal!
268-
  Deadpool:
268+
  deadpool:
269
      delay: 500
270
      items:
271
        - 279 1 lore:&4Fire_Away!
272
        - 290 1 lore:&4Fire_Away!
273
        - 337 64 name:&0Ammo
274
        - 337 64 name:&0Ammo
275
        - 337 64 name:&0Ammo
276
        - 267 1 unbreaking:10 sharpness:3 name:&9Deadly_Katana
277
        - 267 1 unbreaking:10 sharpness:3 name:&9Deadly_Katana
278
        - 298 1 color:0,0,0
279
        - 299 1 color:255,0,0
280
        - 300 1 color:0,0,0
281
        - 301 1 color:255,0,0
282
        - 364 64 lore:&4Hold_right_click_to_automatically_heal!
283
        - 364 64 lore:&4Hold_right_click_to_automatically_heal!
284-
  Agent:
284+
  agent:
285
      delay: 80
286
      items:
287
        - 292 1 lore:&4Fire_away_agent!
288
        - 256 1 lore:&4Fire_away_agent!
289
        - 337 64 name:&0Ammo
290
        - 337 64 name:&0Ammo
291
        - 306 1 protection:1 name:&9S.H.I.E.L.D._&2Armor
292
        - 307 1 protection:1 name:&9S.H.I.E.L.D._&2Armor
293
        - 308 1 protection:1 name:&9S.H.I.E.L.D._&2Armor
294
        - 309 1 protection:1 name:&9S.H.I.E.L.D._&2Armor
295
        - 267 1 sharpness:3 unbreaking:3 fireaspect:1 knockback:1 name:&9Agent's_Knife
296
297
# Essentials Sign Control
298
# See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
299
# To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
300
# Essentials Colored sign support will be enabled when any sign types are enabled.
301
# Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
302
303
enabledSigns:
304
  #- color
305
  #- balance
306
  #- buy
307
  #- sell
308
  #- trade
309
  #- free
310
  #- disposal
311
  #- warp
312
  #- kit
313
  #- mail
314
  #- enchant
315
  #- gamemode
316
  #- heal
317
  #- info
318
  #- spawnmob
319
  #- repair
320
  #- time
321
  #- weather  
322
  
323
# How many times per second can Essentials signs be interacted with per player.
324
# Values should be between 1-20, 20 being virtually no lag protection.
325
# Lower numbers will reduce the possibility of lag, but may annoy players.
326
sign-use-per-second: 4
327
328
# Backup runs a batch/bash command while saving is disabled
329
backup:
330
  # Interval in minutes
331
  interval: 30
332
  # Unless you add a valid backup command or script here, this feature will be useless.
333
  # Use 'save-all' to simply force regular world saving without backup.
334
  #command: 'rdiff-backup World1 backups/World1'
335
336
# Set this true to enable permission per warp.
337
per-warp-permission: false
338
339
# Sort output of /list command by groups
340
sort-list-by-groups: false
341
342
# More output to the console
343
debug: false
344
345
# Set the locale for all messages
346
# If you don't set this, the default locale of the server will be used.
347
# For example, to set language to English, set locale to en, to use the file "messages_en.properties"
348
# Don't forget to remove the # in front of the line
349
# For more information, visit http://wiki.ess3.net/wiki/Locale
350
#locale: en
351
352
# Turn off god mode when people exit
353
remove-god-on-disconnect: false
354
355
# Auto-AFK
356
# After this timeout in seconds, the user will be set as afk.
357
# Set to -1 for no timeout.
358
auto-afk: 300
359
360
# Auto-AFK Kick
361
# After this timeout in seconds, the user will be kicked from the server.
362
# Set to -1 for no timeout.
363
auto-afk-kick: -1
364
365
# Set this to true, if you want to freeze the player, if he is afk.
366
# Other players or monsters can't push him out of afk mode then.
367
# This will also enable temporary god mode for the afk player.
368
# The player has to use the command /afk to leave the afk mode.
369
freeze-afk-players: false
370
371
# When the player is afk, should he be able to pickup items?
372
# Enable this, when you don't want people idling in mob traps.
373
disable-item-pickup-while-afk: false
374
375
# Should we automatically remove afk status when the player moves?
376
# Player will be removed from afk on chat/command regardless of this setting.
377
# Disable this to reduce server lag.
378
cancel-afk-on-move: true
379
380
# You can disable the death messages of Minecraft here
381
death-messages: true
382
383
# Add worlds to this list, if you want to automatically disable god mode there
384
no-god-in-worlds:
385
#  - world_nether
386
387
# Set to true to enable per-world permissions for teleporting between worlds with essentials commands
388
# This applies to /world, /back, /tp[a|o][here|all], but not warps.
389
# Give someone permission to teleport to a world with essentials.worlds.<worldname>
390
# This does not affect the /home command, there is a separate toggle below for this.
391
world-teleport-permissions: false
392
393
# The number of items given if the quantity parameter is left out in /item or /give.
394
# If this number is below 1, the maximum stack size size is given. If over-sized stacks
395
# are not enabled, any number higher than the maximum stack size results in more than one stack.
396
default-stack-size: -1
397
398
# Over-sized stacks are stacks that ignore the normal max stack size.
399
# They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
400
# How many items should be in an over-sized stack?
401
oversized-stacksize: 64
402
403
# Allow repair of enchanted weapons and armor.
404
# If you set this to false, you can still allow it for certain players using the permission
405
# essentials.repair.enchanted
406
repair-enchanted: true
407
408
#Do you want essentials to keep track of previous location for /back in the teleport listener?
409
#If you set this to true any plugin that uses teleport will have the previous location registered.
410
register-back-in-listener: false
411
412
#Delay to wait before people can cause attack damage after logging in 
413
login-attack-delay: 5
414
415
#Set the max fly speed, values range from 0.1 to 1.0
416
max-fly-speed: 0.8
417
418
#Set the maximum amount of mail that can be sent within a minute.
419
mails-per-minute: 1000
420
421
############################################################
422
# +------------------------------------------------------+ #
423
# |                   EssentialsHome                     | #
424
# +------------------------------------------------------+ #
425
############################################################
426
427
# Allows people to set their bed at daytime
428
update-bed-at-daytime: true
429
430
# Set to true to enable per-world permissions for using homes to teleport between worlds
431
# This applies to the /home only.
432
# Give someone permission to teleport to a world with essentials.worlds.<worldname>
433
world-home-permissions: false
434
435
# Allow players to have multiple homes.
436
# Players need essentials.sethome.multiple before they can have more than 1 home, defaults to 'default' below.
437
# Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
438
# People with essentials.sethome.multiple.unlimited are not limited by these numbers.
439
# For more information, visit http://wiki.ess3.net/wiki/Multihome
440
sethome-multiple:  
441
  default: 3
442
  # essentials.sethome.multiple.vip
443
  vip: 5
444
  # essentials.sethome.multiple.staff
445
  staff: 10
446
447
# Set timeout in seconds for players to accept tpa before request is cancelled.
448
# Set to 0 for no timeout
449
tpa-accept-cancellation: 0
450
451
############################################################
452
# +------------------------------------------------------+ #
453
# |                   EssentialsEco                      | #
454
# +------------------------------------------------------+ #
455
############################################################
456
457
# For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy
458
459
# Defines the balance with which new players begin.  Defaults to 0.
460
starting-balance: 0
461
462
# worth-# defines the value of an item when it is sold to the server via /sell.
463
# These are now defined in worth.yml
464
465
# Defines the cost to use the given commands PER USE
466
# Some commands like /repair have sub-costs, check the wiki for more information.
467
command-costs:
468
  # /example costs $1000 PER USE
469
  #example: 1000
470
  # /kit tools costs $1500 PER USE
471
  #kit-tools: 1500
472
473
# Set this to a currency symbol you want to use.
474
currency-symbol: '$'
475
476
# Set the maximum amount of money a player can have
477
# The amount is always limited to 10 trillion because of the limitations of a java double
478
max-money: 10000000000000
479
480
# Set the minimum amount of money a player can have (must be above the negative of max-money).
481
# Setting this to 0, will disable overdrafts/loans completely.  Users need 'essentials.eco.loan' perm to go below 0.
482
min-money: -10000
483
484
# Enable this to log all interactions with trade/buy/sell signs and sell command
485
economy-log-enabled: false
486
487
############################################################
488
# +------------------------------------------------------+ #
489
# |                   EssentialsHelp                     | #
490
# +------------------------------------------------------+ #
491
############################################################
492
493
# Show other plugins commands in help
494
non-ess-in-help: true
495
496
# Hide plugins which do not give a permission
497
# You can override a true value here for a single plugin by adding a permission to a user/group.
498
# The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
499
# You can use negative permissions to remove access to just a single plugins help if the following is enabled.
500
hide-permissionless-help: true
501
502
############################################################
503
# +------------------------------------------------------+ #
504
# |                   EssentialsChat                     | #
505
# +------------------------------------------------------+ #
506
############################################################
507
508
chat:
509
510
  # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks.  Set to 0 to make all chat global.
511
  # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
512
  # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
513
  # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
514
  # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
515
  radius: 0
516
517
  # Chat formatting can be done in two ways, you can either define a standard format for all chat
518
  # Or you can give a group specific chat format, to give some extra variation.
519
  # If set to the default chat format which "should" be compatible with ichat.
520
  # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting  
521
522
  format: '<{DISPLAYNAME}> {MESSAGE}'
523
  #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
524
525
  group-formats:
526
  #  Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
527
  #  Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
528
529
  # If you are using group formats make sure to remove the '#' to allow the setting to be read.
530
531
############################################################
532
# +------------------------------------------------------+ #
533
# |                 EssentialsProtect                    | #
534
# +------------------------------------------------------+ #
535
############################################################
536
537
protect:
538
  # Database settings for sign/rail protection
539
540
  # mysql or sqlite
541
  # We strongly recommend against using mysql here, unless you have a good reason.
542
  # Sqlite seems to be faster in almost all cases, and in some cases mysql can be much slower.
543
  datatype: 'sqlite'
544
545
  # If you specified MySQL above, you MUST enter the appropriate details here.
546
  # If you specified SQLite above, these will be IGNORED.
547
  username: 'root'
548
  password: 'root'
549
  mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
550
551
  # General physics/behavior modifications
552
  prevent:
553
    lava-flow: true
554
    water-flow: true
555
    water-bucket-flow: true
556
    fire-spread: false
557
    lava-fire-spread: true
558
    flint-fire: true
559
    lightning-fire-spread: false
560
    portal-creation: true
561
    tnt-explosion: true
562
    tnt-playerdamage: true
563
    fireball-explosion: true
564
    fireball-fire: true
565
    fireball-playerdamage: true
566
    witherskull-explosion: false
567
    witherskull-playerdamage: false
568
    wither-spawnexplosion: false
569
    wither-blockreplace: false
570
    creeper-explosion: true
571
    creeper-playerdamage: true
572
    creeper-blockdamage: false
573
    enderdragon-blockdamage: false
574
    enderman-pickup: true
575
    villager-death: false
576
    # Monsters won't follow players
577
    # permission essentials.protect.entitytarget.bypass disables this
578
    entitytarget: false
579-
    spawn: true
579+
580
    spawn:
581
      creeper: true
582
      skeleton: true
583
      spider: true
584
      giant: true
585
      zombie: true
586
      slime: true
587
      ghast: true
588
      pig_zombie: true
589
      enderman: true
590
      cave_spider: true
591
      silverfish: true
592
      blaze: true
593
      magma_cube: true
594
      ender_dragon: true
595
      pig: true
596
      sheep: true
597
      cow: true
598
      chicken: true
599
      squid: true
600
      wolf: true
601
      mushroom_cow: true
602
      snowman: true
603
      ocelot: true
604
      iron_golem: true
605
      villager: true
606
      wither: true
607
      bat: true
608
      witch: true
609
      
610
  # Maximum height the creeper should explode. -1 allows them to explode everywhere.
611
  # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
612
  creeper:
613
    max-height: -1
614
615
  # Protect various blocks.
616
  protect:
617
    # Protect all signs
618
    signs: false
619
620
    # Prevent users from destroying rails
621
    rails: false
622
623
    # Blocks below rails/signs are also protected if the respective rail/sign is protected.
624
    # This makes it more difficult to circumvent protection, and should be enabled.
625
    # This only has an effect if "rails" or "signs" is also enabled.
626
    block-below: true
627
628
    # Prevent placing blocks above protected rails, this is to stop a potential griefing
629
    prevent-block-on-rails: false
630
631
    # Store blocks / signs in memory before writing
632
    memstore: false
633
634
    # Disable various default physics and behaviors
635
    disable:
636
637
    # Should fall damage be disabled?
638
    fall: false
639
640
    # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
641
    # They will be unable to attack users without that same permission node.
642
    pvp: true
643
644
    # Should drowning damage be disabled?
645
    # (Split into two behaviors; generally, you want both set to the same value)
646
    drown: false
647
    suffocate: false
648
649
    # Should damage via lava be disabled?  Items that fall into lava will still burn to a crisp. ;)
650
    lavadmg: false
651
652
    # Should arrow damage be disabled
653
    projectiles: false
654
655
    # This will disable damage from touching cacti.
656
    contactdmg: false
657
658
    # Burn, baby, burn!  Should fire damage be disabled?
659
    firedmg: false
660
661
    # Should the damage after hit by a lightning be disabled?
662
    lightning: false
663
    
664
    # Should Wither damage be disabled?
665
    wither: false
666
667
    # Disable weather options
668
    weather:
669
      storm: false
670
      thunder: true
671
      lightning: true     
672
673
############################################################
674
# +------------------------------------------------------+ #
675
# |                EssentialsAntiBuild                   | #
676
# +------------------------------------------------------+ #
677
############################################################
678
679
  # Disable various default physics and behaviors
680
  # For more information, visit http://wiki.ess3.net/wiki/AntiBuild
681
682
    # Should people with build: false in permissions be allowed to build
683
    # Set true to disable building for those people
684
    # Setting to false means EssentialsAntiBuild will never prevent you from building
685
    build: true
686
687
    # Should people with build: false in permissions be allowed to use items
688
    # Set true to disable using for those people
689
    # Setting to false means EssentialsAntiBuild will never prevent you from using
690
    use: true
691
692
    # Should we tell people they are not allowed to build
693
    warn-on-build-disallow: true
694
695
  # For which block types would you like to be alerted?
696
  # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
697
  # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
698
  alert:
699
    on-placement: 10,11,46,327
700
    on-use: 327
701
    on-break:
702
703
  blacklist:
704
705
    # Which blocks should people be prevented from placing
706
    placement: 10,11,46,327
707
708
    # Which items should people be prevented from using
709
    usage: 327
710
711
    # Which blocks should people be prevented from breaking
712
    break:
713
714
    # Which blocks should not be pushed by pistons
715
    piston:
716
717
############################################################
718
# +------------------------------------------------------+ #
719
# |            Essentials Spawn / New Players            | #
720
# +------------------------------------------------------+ #
721
############################################################
722
723
newbies:
724
  # Should we announce to the server when someone logs in for the first time?
725
  # If so, use this format, replacing {DISPLAYNAME} with the player name.
726
  # If not, set to ''
727
  #announce-format: ''
728
  announce-format: '&dWelcome {DISPLAYNAME}&d to the server!'
729
730
  # When we spawn for the first time, which spawnpoint do we use?
731
  # Set to "none" if you want to use the spawn point of the world.
732
  spawnpoint: newbies
733
734
  # Do we want to give users anything on first join? Set to '' to disable
735
  # This kit will be given regardless  of cost, and permissions.
736-
  kit: tools
736+
737
  kit: ''
738
739
# Set this to lowest, if you want Multiverse to handle the respawning
740
# Set this to high, if you want EssentialsSpawn to handle the respawning
741
# Set this to highest, if you want to force EssentialsSpawn to handle the respawning
742
respawn-listener-priority: high
743
744
# When users die, should they respawn at their first home or bed, instead of the spawnpoint?
745
respawn-at-home: false
746
747
# End of File <-- No seriously, you're done with configuration.