Advertisement
Guest User

Software_Update Essentials Configuration

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