JWhy

Nelkstar's Essentials config.yml

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