Advertisement
GGServers

Essentials Configuration Sample

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