bearbear12345

MCF | Generic | Fix Indentations

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