Advertisement
Guest User

Untitled

a guest
Jul 18th, 2013
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.53 KB | None | 0 0
  1. ############################################################
  2.  
  3. # +------------------------------------------------------+ #
  4.  
  5. # | Notes | #
  6.  
  7. # +------------------------------------------------------+ #
  8.  
  9. ############################################################
  10.  
  11.  
  12.  
  13. # If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
  14.  
  15. # If you receive an error when Essentials loads, ensure that:
  16.  
  17. # - No tabs are present: YAML only allows spaces
  18.  
  19. # - Indents are correct: YAML hierarchy is based entirely on indentation
  20.  
  21. # - 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)
  22.  
  23. # - Text with symbols is enclosed in single or double quotation marks
  24.  
  25.  
  26.  
  27. # If you have problems join the Essentials help support channel: http://tiny.cc/EssentialsChat
  28.  
  29.  
  30.  
  31. ############################################################
  32.  
  33. # +------------------------------------------------------+ #
  34.  
  35. # | Essentials (Global) | #
  36.  
  37. # +------------------------------------------------------+ #
  38.  
  39. ############################################################
  40.  
  41.  
  42.  
  43. # A color code between 0-9 or a-f. Set to 'none' to disable.
  44.  
  45. ops-name-color: '4'
  46.  
  47.  
  48.  
  49. # The character(s) to prefix all nicknames, so that you know they are not true usernames.
  50.  
  51. nickname-prefix: ''
  52.  
  53.  
  54.  
  55. # Disable this if you have any other plugin, that modifies the displayname of a user.
  56.  
  57. change-displayname: true
  58.  
  59.  
  60.  
  61. # When this option is enabled, the (tab) player list will be updated with the displayname.
  62.  
  63. # The value of change-displayname (above) has to be true.
  64.  
  65. #change-playerlist: true
  66.  
  67.  
  68.  
  69. # When essentialschat.jar isn't used, force essentials to add the prefix and suffix from permission plugins to displayname.
  70.  
  71. # This setting is ignored if essentialschat.jar is used, and defaults to 'true'.
  72.  
  73. # The value of change-displayname (above) has to be true.
  74.  
  75. # Do not edit this setting unless you know what you are doing!
  76.  
  77. #add-prefix-suffix: false
  78.  
  79.  
  80.  
  81. # The delay, in seconds, required between /home, /tp, etc.
  82.  
  83. teleport-cooldown: 5
  84.  
  85.  
  86.  
  87. # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.
  88.  
  89. teleport-delay: 5
  90.  
  91.  
  92.  
  93. # The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command.
  94.  
  95. # This will also prevent the player attacking other players.
  96.  
  97. teleport-invulnerability: 4
  98.  
  99.  
  100.  
  101. # The delay, in seconds, required between /heal attempts.
  102.  
  103. heal-cooldown: 60
  104.  
  105.  
  106.  
  107. # What to prevent from /i /give.
  108.  
  109. # e.g item-spawn-blacklist: 46,11,10
  110.  
  111. item-spawn-blacklist:
  112.  
  113.  
  114.  
  115. # Set this to true if you want permission based item spawn rules.
  116.  
  117. # Note: The blacklist above will be ignored then.
  118.  
  119. # Example permissions (these go in your permissions manager):
  120.  
  121. # - essentials.itemspawn.item-all
  122.  
  123. # - essentials.itemspawn.item-[itemname]
  124.  
  125. # - essentials.itemspawn.item-[itemid]
  126.  
  127. # - essentials.give.item-all
  128.  
  129. # - essentials.give.item-[itemname]
  130.  
  131. # - essentials.give.item-[itemid]
  132.  
  133. # - essentials.unlimited.item-all
  134.  
  135. # - essentials.unlimited.item-[itemname]
  136.  
  137. # - essentials.unlimited.item-[itemid]
  138.  
  139. # - essentials.unlimited.item-bucket # Unlimited liquid placing
  140.  
  141. #
  142.  
  143. # For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive
  144.  
  145. permission-based-item-spawn: false
  146.  
  147.  
  148.  
  149. # Mob limit on the /spawnmob command per execution.
  150.  
  151. spawnmob-limit: 10
  152.  
  153.  
  154.  
  155. # Shall we notify users when using /lightning?
  156.  
  157. warn-on-smite: true
  158.  
  159.  
  160.  
  161. # motd and rules are now configured in the files motd.txt and rules.txt.
  162.  
  163.  
  164.  
  165. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority.
  166.  
  167. # Commands in this list, will tell Essentials to 'not give up' the command to other plugins.
  168.  
  169. # In this state, which plugin 'wins' appears to be almost random.
  170.  
  171. #
  172.  
  173. # If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias.
  174.  
  175. # To force essentials to take 'god' alias 'god' to 'egod'.
  176.  
  177. # See http://wiki.bukkit.org/Bukkit.yml#aliases for more information
  178.  
  179.  
  180.  
  181. overridden-commands:
  182.  
  183. # - god
  184.  
  185. # - info
  186.  
  187.  
  188.  
  189. # Disabling commands here will prevent Essentials handling the command, this will not affect command conflicts.
  190.  
  191. # Commands should fallback to the vanilla versions if available.
  192.  
  193. # You should not have to disable commands used in other plugins, they will automatically get priority.
  194.  
  195. disabled-commands:
  196.  
  197. # - nick
  198.  
  199. # - clear
  200.  
  201.  
  202.  
  203. # These commands will be shown to players with socialSpy enabled.
  204.  
  205. # You can add commands from other plugins you may want to track or
  206.  
  207. # remove commands that are used for something you dont want to spy on.
  208.  
  209. socialspy-commands:
  210.  
  211. - msg
  212.  
  213. - w
  214.  
  215. - r
  216.  
  217. - mail
  218.  
  219. - m
  220.  
  221. - t
  222.  
  223. - whisper
  224.  
  225. - emsg
  226.  
  227. - tell
  228.  
  229. - er
  230.  
  231. - reply
  232.  
  233. - ereply
  234.  
  235. - email
  236.  
  237. - action
  238.  
  239. - describe
  240.  
  241. - eme
  242.  
  243. - eaction
  244.  
  245. - edescribe
  246.  
  247. - etell
  248.  
  249. - ewhisper
  250.  
  251. - pm
  252.  
  253.  
  254.  
  255. # If you do not wish to use a permission system, you can define a list of 'player perms' below.
  256.  
  257. # This list has no effect if you are using a supported permissions system.
  258.  
  259. # If you are using an unsupported permissions system, simply delete this section.
  260.  
  261. # Whitelist the commands and permissions you wish to give players by default (everything else is op only).
  262.  
  263. # These are the permissions without the "essentials." part.
  264.  
  265. player-commands:
  266.  
  267. - afk
  268.  
  269. - afk.auto
  270.  
  271. - back
  272.  
  273. - back.ondeath
  274.  
  275. - balance
  276.  
  277. - balance.others
  278.  
  279. - balancetop
  280.  
  281. - build
  282.  
  283. - chat.color
  284.  
  285. - chat.format
  286.  
  287. - chat.shout
  288.  
  289. - chat.question
  290.  
  291. - clearinventory
  292.  
  293. - compass
  294.  
  295. - depth
  296.  
  297. - delhome
  298.  
  299. - getpos
  300.  
  301. - geoip.show
  302.  
  303. - help
  304.  
  305. - helpop
  306.  
  307. - home
  308.  
  309. - home.others
  310.  
  311. - ignore
  312.  
  313. - info
  314.  
  315. - itemdb
  316.  
  317. - kit
  318.  
  319. - kits.tools
  320.  
  321. - list
  322.  
  323. - mail
  324.  
  325. - mail.send
  326.  
  327. - me
  328.  
  329. - motd
  330.  
  331. - msg
  332.  
  333. - msg.color
  334.  
  335. - nick
  336.  
  337. - near
  338.  
  339. - pay
  340.  
  341. - ping
  342.  
  343. - protect
  344.  
  345. - r
  346.  
  347. - rules
  348.  
  349. - realname
  350.  
  351. - seen
  352.  
  353. - sell
  354.  
  355. - sethome
  356.  
  357. - setxmpp
  358.  
  359. - signs.create.protection
  360.  
  361. - signs.create.trade
  362.  
  363. - signs.break.protection
  364.  
  365. - signs.break.trade
  366.  
  367. - signs.use.balance
  368.  
  369. - signs.use.buy
  370.  
  371. - signs.use.disposal
  372.  
  373. - signs.use.enchant
  374.  
  375. - signs.use.free
  376.  
  377. - signs.use.gamemode
  378.  
  379. - signs.use.heal
  380.  
  381. - signs.use.info
  382.  
  383. - signs.use.kit
  384.  
  385. - signs.use.mail
  386.  
  387. - signs.use.protection
  388.  
  389. - signs.use.repair
  390.  
  391. - signs.use.sell
  392.  
  393. - signs.use.time
  394.  
  395. - signs.use.trade
  396.  
  397. - signs.use.warp
  398.  
  399. - signs.use.weather
  400.  
  401. - spawn
  402.  
  403. - suicide
  404.  
  405. - time
  406.  
  407. - tpa
  408.  
  409. - tpaccept
  410.  
  411. - tpahere
  412.  
  413. - tpdeny
  414.  
  415. - warp
  416.  
  417. - warp.list
  418.  
  419. - world
  420.  
  421. - worth
  422.  
  423. - xmpp
  424.  
  425.  
  426.  
  427. # Note: All items MUST be followed by a quantity!
  428.  
  429. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  430.  
  431. # Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]...
  432.  
  433. # For Item meta information visit http://wiki.ess3.net/wiki/Item_Meta
  434.  
  435. # 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
  436.  
  437. # For more information, visit http://wiki.ess3.net/wiki/Kits
  438.  
  439. kits:
  440.  
  441. tools:
  442.  
  443. delay: 10
  444.  
  445. items:
  446.  
  447. - 272 1
  448.  
  449. - 273 1
  450.  
  451. - 274 1
  452.  
  453. - 275 1
  454.  
  455. lol:
  456.  
  457. delay: 0
  458.  
  459. items:
  460.  
  461. - 317 1 unbreaking:3
  462.  
  463.  
  464.  
  465. # Essentials Sign Control
  466.  
  467. # See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
  468.  
  469. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  470.  
  471. # Essentials Colored sign support will be enabled when any sign types are enabled.
  472.  
  473. # Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
  474.  
  475.  
  476.  
  477. enabledSigns:
  478.  
  479. - color
  480.  
  481. - balance
  482.  
  483. - buy
  484.  
  485. - sell
  486.  
  487. #- trade
  488.  
  489. #- free
  490.  
  491. - disposal
  492.  
  493. - warp
  494.  
  495. #- kit
  496.  
  497. #- mail
  498.  
  499. #- enchant
  500.  
  501. #- gamemode
  502.  
  503. - heal
  504.  
  505. #- info
  506.  
  507. #- spawnmob
  508.  
  509. #- repair
  510.  
  511. #- time
  512.  
  513. #- weather
  514.  
  515.  
  516.  
  517. # How many times per second can Essentials signs be interacted with per player.
  518.  
  519. # Values should be between 1-20, 20 being virtually no lag protection.
  520.  
  521. # Lower numbers will reduce the possibility of lag, but may annoy players.
  522.  
  523. sign-use-per-second: 4
  524.  
  525.  
  526.  
  527. # Backup runs a batch/bash command while saving is disabled.
  528.  
  529. backup:
  530.  
  531. # Interval in minutes.
  532.  
  533. interval: 30
  534.  
  535. # Unless you add a valid backup command or script here, this feature will be useless.
  536.  
  537. # Use 'save-all' to simply force regular world saving without backup.
  538.  
  539. #command: 'rdiff-backup World1 backups/World1'
  540.  
  541.  
  542.  
  543. # Set this true to enable permission per warp.
  544.  
  545. per-warp-permission: true
  546.  
  547.  
  548.  
  549. # Sort output of /list command by groups.
  550.  
  551. # You can hide and merge the groups displayed in /list by defining the desired behaviour here.
  552.  
  553. # Detailed instructions and examples can be found on the wiki: http://wiki.ess3.net/wiki/List
  554.  
  555. list:
  556.  
  557. # To merge groups, list the groups you wish to merge
  558.  
  559. #Staff: owner admin moderator
  560.  
  561. Admins: owner admin
  562.  
  563. # To limit groups, set a max user limit
  564.  
  565. #builder: 20
  566.  
  567. # To hide groups, set the group as hidden
  568.  
  569. #default: hidden
  570.  
  571. # Uncomment the line below to simply list all players with no grouping
  572.  
  573. #Players: '*'
  574.  
  575.  
  576.  
  577. # More output to the console.
  578.  
  579. debug: false
  580.  
  581.  
  582.  
  583. # Set the locale for all messages.
  584.  
  585. # If you don't set this, the default locale of the server will be used.
  586.  
  587. # For example, to set language to English, set locale to en, to use the file "messages_en.properties".
  588.  
  589. # Don't forget to remove the # in front of the line.
  590.  
  591. # For more information, visit http://wiki.ess3.net/wiki/Locale
  592.  
  593. #locale: en
  594.  
  595.  
  596.  
  597. # Turn off god mode when people exit.
  598.  
  599. remove-god-on-disconnect: true
  600.  
  601.  
  602.  
  603. # Auto-AFK
  604.  
  605. # After this timeout in seconds, the user will be set as afk.
  606.  
  607. # This feature requires the player to have essentials.afk.auto node.
  608.  
  609. # Set to -1 for no timeout.
  610.  
  611. auto-afk: -1
  612.  
  613.  
  614.  
  615. # Auto-AFK Kick
  616.  
  617. # After this timeout in seconds, the user will be kicked from the server.
  618.  
  619. # essentials.afk.kickexempt node overrides this feature.
  620.  
  621. # Set to -1 for no timeout.
  622.  
  623. auto-afk-kick: 1200
  624.  
  625.  
  626.  
  627. # Set this to true, if you want to freeze the player, if he is afk.
  628.  
  629. # Other players or monsters can't push him out of afk mode then.
  630.  
  631. # This will also enable temporary god mode for the afk player.
  632.  
  633. # The player has to use the command /afk to leave the afk mode.
  634.  
  635. freeze-afk-players: false
  636.  
  637.  
  638.  
  639. # When the player is afk, should he be able to pickup items?
  640.  
  641. # Enable this, when you don't want people idling in mob traps.
  642.  
  643. disable-item-pickup-while-afk: false
  644.  
  645.  
  646.  
  647. # This setting controls if a player is marked as active on interaction.
  648.  
  649. # When this setting is false, you will need to manually un-AFK using the /afk command.
  650.  
  651. cancel-afk-on-interact: true
  652.  
  653.  
  654.  
  655. # Should we automatically remove afk status when the player moves?
  656.  
  657. # Player will be removed from AFK on chat/command regardless of this setting.
  658.  
  659. # Disable this to reduce server lag.
  660.  
  661. cancel-afk-on-move: true
  662.  
  663.  
  664.  
  665. # You can disable the death messages of Minecraft here.
  666.  
  667. death-messages: true
  668.  
  669.  
  670.  
  671. # Add worlds to this list, if you want to automatically disable god mode there.
  672.  
  673. no-god-in-worlds:
  674.  
  675. # - world_nether
  676.  
  677.  
  678.  
  679. # Set to true to enable per-world permissions for teleporting between worlds with essentials commands.
  680.  
  681. # This applies to /world, /back, /tp[a|o][here|all], but not warps.
  682.  
  683. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  684.  
  685. # This does not affect the /home command, there is a separate toggle below for this.
  686.  
  687. world-teleport-permissions: false
  688.  
  689.  
  690.  
  691. # The number of items given if the quantity parameter is left out in /item or /give.
  692.  
  693. # If this number is below 1, the maximum stack size size is given. If over-sized stacks.
  694.  
  695. # are not enabled, any number higher than the maximum stack size results in more than one stack.
  696.  
  697. default-stack-size: -1
  698.  
  699.  
  700.  
  701. # Over-sized stacks are stacks that ignore the normal max stack size.
  702.  
  703. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  704.  
  705. # How many items should be in an over-sized stack?
  706.  
  707. oversized-stacksize: 64
  708.  
  709.  
  710.  
  711. # Allow repair of enchanted weapons and armor.
  712.  
  713. # If you set this to false, you can still allow it for certain players using the permission.
  714.  
  715. # essentials.repair.enchanted
  716.  
  717. repair-enchanted: true
  718.  
  719.  
  720.  
  721. # Allow 'unsafe' enchantments in kits and item spawning.
  722.  
  723. # Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins.
  724.  
  725. unsafe-enchantments: false
  726.  
  727.  
  728.  
  729. #Do you want essentials to keep track of previous location for /back in the teleport listener?
  730.  
  731. #If you set this to true any plugin that uses teleport will have the previous location registered.
  732.  
  733. register-back-in-listener: false
  734.  
  735.  
  736.  
  737. #Delay to wait before people can cause attack damage after logging in.
  738.  
  739. login-attack-delay: 5
  740.  
  741.  
  742.  
  743. #Set the max fly speed, values range from 0.1 to 1.0
  744.  
  745. max-fly-speed: 0.8
  746.  
  747.  
  748.  
  749. #Set the max walk speed, values range from 0.1 to 1.0
  750.  
  751. max-walk-speed: 0.8
  752.  
  753.  
  754.  
  755. #Set the maximum amount of mail that can be sent within a minute.
  756.  
  757. mails-per-minute: 1000
  758.  
  759.  
  760.  
  761. # Set the maximum time /tempban can be used for in seconds.
  762.  
  763. # Set to -1 to disable, and essentials.tempban.unlimited can be used to override.
  764.  
  765. max-tempban-time: 72000
  766.  
  767.  
  768.  
  769. ############################################################
  770.  
  771. # +------------------------------------------------------+ #
  772.  
  773. # | EssentialsHome | #
  774.  
  775. # +------------------------------------------------------+ #
  776.  
  777. ############################################################
  778.  
  779.  
  780.  
  781. # Allows people to set their bed at daytime.
  782.  
  783. update-bed-at-daytime: true
  784.  
  785.  
  786.  
  787. # Set to true to enable per-world permissions for using homes to teleport between worlds.
  788.  
  789. # This applies to the /home only.
  790.  
  791. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  792.  
  793. world-home-permissions: false
  794.  
  795.  
  796.  
  797. # Allow players to have multiple homes.
  798.  
  799. # Players need essentials.sethome.multiple before they can have more than 1 home, defaults to 'default' below.
  800.  
  801. # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
  802.  
  803. # People with essentials.sethome.multiple.unlimited are not limited by these numbers.
  804.  
  805. # For more information, visit http://wiki.ess3.net/wiki/Multihome
  806.  
  807. sethome-multiple:
  808.  
  809. default: 1
  810.  
  811. # essentials.sethome.multiple.vip
  812.  
  813. vip: 5
  814.  
  815. # essentials.sethome.multiple.staff
  816.  
  817. staff: 10
  818.  
  819.  
  820.  
  821. # Set timeout in seconds for players to accept tpa before request is cancelled.
  822.  
  823. # Set to 0 for no timeout.
  824.  
  825. tpa-accept-cancellation: 10
  826.  
  827.  
  828.  
  829. ############################################################
  830.  
  831. # +------------------------------------------------------+ #
  832.  
  833. # | EssentialsEco | #
  834.  
  835. # +------------------------------------------------------+ #
  836.  
  837. ############################################################
  838.  
  839.  
  840.  
  841. # For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy
  842.  
  843.  
  844.  
  845. # Defines the balance with which new players begin. Defaults to 0.
  846.  
  847. starting-balance: 0
  848.  
  849.  
  850.  
  851. # worth-# defines the value of an item when it is sold to the server via /sell.
  852.  
  853. # These are now defined in worth.yml
  854.  
  855.  
  856.  
  857. # Defines the cost to use the given commands PER USE.
  858.  
  859. # Some commands like /repair have sub-costs, check the wiki for more information.
  860.  
  861. command-costs:
  862.  
  863. # /example costs $1000 PER USE
  864.  
  865. #example: 1000
  866.  
  867. # /kit tools costs $1500 PER USE
  868.  
  869. #kit-tools: 1500
  870.  
  871.  
  872.  
  873. # Set this to a currency symbol you want to use.
  874.  
  875. currency-symbol: '$'
  876.  
  877.  
  878.  
  879. # Set the maximum amount of money a player can have.
  880.  
  881. # The amount is always limited to 10 trillion because of the limitations of a java double.
  882.  
  883. max-money: 10000000000000
  884.  
  885.  
  886.  
  887. # Set the minimum amount of money a player can have (must be above the negative of max-money).
  888.  
  889. # Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
  890.  
  891. min-money: -10000
  892.  
  893.  
  894.  
  895. # Enable this to log all interactions with trade/buy/sell signs and sell command.
  896.  
  897. economy-log-enabled: false
  898.  
  899.  
  900.  
  901. ############################################################
  902.  
  903. # +------------------------------------------------------+ #
  904.  
  905. # | EssentialsHelp | #
  906.  
  907. # +------------------------------------------------------+ #
  908.  
  909. ############################################################
  910.  
  911.  
  912.  
  913. # Show other plugins commands in help.
  914.  
  915. non-ess-in-help: true
  916.  
  917.  
  918.  
  919. # Hide plugins which do not give a permission.
  920.  
  921. # You can override a true value here for a single plugin by adding a permission to a user/group.
  922.  
  923. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
  924.  
  925. # You can use negative permissions to remove access to just a single plugins help if the following is enabled.
  926.  
  927. hide-permissionless-help: true
  928.  
  929.  
  930.  
  931. ############################################################
  932.  
  933. # +------------------------------------------------------+ #
  934.  
  935. # | EssentialsChat | #
  936.  
  937. # +------------------------------------------------------+ #
  938.  
  939. ############################################################
  940.  
  941.  
  942.  
  943. chat:
  944.  
  945.  
  946.  
  947. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  948.  
  949. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  950.  
  951. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  952.  
  953. # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  954.  
  955. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  956.  
  957. radius: 0
  958.  
  959.  
  960.  
  961. # Chat formatting can be done in two ways, you can either define a standard format for all chat.
  962.  
  963. # Or you can give a group specific chat format, to give some extra variation.
  964.  
  965. # If set to the default chat format which "should" be compatible with ichat.
  966.  
  967. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
  968.  
  969.  
  970.  
  971. format: '<{DISPLAYNAME}> {MESSAGE}'
  972.  
  973. #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  974.  
  975.  
  976.  
  977. group-formats:
  978.  
  979. # Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
  980.  
  981. # Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
  982.  
  983.  
  984.  
  985. # If you are using group formats make sure to remove the '#' to allow the setting to be read.
  986.  
  987.  
  988.  
  989. ############################################################
  990.  
  991. # +------------------------------------------------------+ #
  992.  
  993. # | EssentialsProtect | #
  994.  
  995. # +------------------------------------------------------+ #
  996.  
  997. ############################################################
  998.  
  999.  
  1000.  
  1001. protect:
  1002.  
  1003.  
  1004.  
  1005. # General physics/behavior modifications.
  1006.  
  1007. prevent:
  1008.  
  1009. lava-flow: false
  1010.  
  1011. water-flow: false
  1012.  
  1013. water-bucket-flow: false
  1014.  
  1015. fire-spread: true
  1016.  
  1017. lava-fire-spread: true
  1018.  
  1019. flint-fire: true
  1020.  
  1021. lightning-fire-spread: true
  1022.  
  1023. portal-creation: false
  1024.  
  1025. tnt-explosion: false
  1026.  
  1027. tnt-playerdamage: false
  1028.  
  1029. tnt-minecart-explosion: false
  1030.  
  1031. tnt-minecart-playerdamage: false
  1032.  
  1033. fireball-explosion: false
  1034.  
  1035. fireball-fire: false
  1036.  
  1037. fireball-playerdamage: false
  1038.  
  1039. witherskull-explosion: false
  1040.  
  1041. witherskull-playerdamage: false
  1042.  
  1043. wither-spawnexplosion: true
  1044.  
  1045. wither-blockreplace: true
  1046.  
  1047. creeper-explosion: false
  1048.  
  1049. creeper-playerdamage: false
  1050.  
  1051. creeper-blockdamage: true
  1052.  
  1053. enderdragon-blockdamage: true
  1054.  
  1055. enderman-pickup: false
  1056.  
  1057. villager-death: false
  1058.  
  1059. # Monsters won't follow players.
  1060.  
  1061. # permission essentials.protect.entitytarget.bypass disables this.
  1062.  
  1063. entitytarget: false
  1064.  
  1065. # Prevent the spawning of creatures.
  1066.  
  1067. spawn:
  1068.  
  1069. creeper: false
  1070.  
  1071. skeleton: false
  1072.  
  1073. spider: false
  1074.  
  1075. giant: false
  1076.  
  1077. zombie: false
  1078.  
  1079. slime: false
  1080.  
  1081. ghast: false
  1082.  
  1083. pig_zombie: false
  1084.  
  1085. enderman: false
  1086.  
  1087. cave_spider: false
  1088.  
  1089. silverfish: false
  1090.  
  1091. blaze: false
  1092.  
  1093. magma_cube: false
  1094.  
  1095. ender_dragon: true
  1096.  
  1097. pig: false
  1098.  
  1099. sheep: false
  1100.  
  1101. cow: false
  1102.  
  1103. chicken: false
  1104.  
  1105. squid: false
  1106.  
  1107. wolf: false
  1108.  
  1109. mushroom_cow: false
  1110.  
  1111. snowman: false
  1112.  
  1113. ocelot: false
  1114.  
  1115. iron_golem: false
  1116.  
  1117. villager: false
  1118.  
  1119. wither: true
  1120.  
  1121. bat: false
  1122.  
  1123. witch: false
  1124.  
  1125.  
  1126.  
  1127. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  1128.  
  1129. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  1130.  
  1131. creeper:
  1132.  
  1133. max-height: -1
  1134.  
  1135.  
  1136.  
  1137. # Disable various default physics and behaviors.
  1138.  
  1139. disable:
  1140.  
  1141. # Should fall damage be disabled?
  1142.  
  1143. fall: false
  1144.  
  1145.  
  1146.  
  1147. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  1148.  
  1149. # They will be unable to attack users without that same permission node.
  1150.  
  1151. pvp: false
  1152.  
  1153.  
  1154.  
  1155. # Should drowning damage be disabled?
  1156.  
  1157. # (Split into two behaviors; generally, you want both set to the same value.)
  1158.  
  1159. drown: false
  1160.  
  1161. suffocate: false
  1162.  
  1163.  
  1164.  
  1165. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  1166.  
  1167. lavadmg: false
  1168.  
  1169.  
  1170.  
  1171. # Should arrow damage be disabled?
  1172.  
  1173. projectiles: false
  1174.  
  1175.  
  1176.  
  1177. # This will disable damage from touching cacti.
  1178.  
  1179. contactdmg: false
  1180.  
  1181.  
  1182.  
  1183. # Burn, baby, burn! Should fire damage be disabled?
  1184.  
  1185. firedmg: false
  1186.  
  1187.  
  1188.  
  1189. # Should the damage after hit by a lightning be disabled?
  1190.  
  1191. lightning: false
  1192.  
  1193.  
  1194.  
  1195. # Should Wither damage be disabled?
  1196.  
  1197. wither: true
  1198.  
  1199.  
  1200.  
  1201. # Disable weather options?
  1202.  
  1203. weather:
  1204.  
  1205. storm: true
  1206.  
  1207. thunder: false
  1208.  
  1209. lightning: true
  1210.  
  1211.  
  1212.  
  1213. ############################################################
  1214.  
  1215. # +------------------------------------------------------+ #
  1216.  
  1217. # | EssentialsAntiBuild | #
  1218.  
  1219. # +------------------------------------------------------+ #
  1220.  
  1221. ############################################################
  1222.  
  1223.  
  1224.  
  1225. # Disable various default physics and behaviors
  1226.  
  1227. # For more information, visit http://wiki.ess3.net/wiki/AntiBuild
  1228.  
  1229.  
  1230.  
  1231. # Should people with build: false in permissions be allowed to build?
  1232.  
  1233. # Set true to disable building for those people.
  1234.  
  1235. # Setting to false means EssentialsAntiBuild will never prevent you from building.
  1236.  
  1237. build: false
  1238.  
  1239.  
  1240.  
  1241. # Should people with build: false in permissions be allowed to use items?
  1242.  
  1243. # Set true to disable using for those people.
  1244.  
  1245. # Setting to false means EssentialsAntiBuild will never prevent you from using.
  1246.  
  1247. use: false
  1248.  
  1249.  
  1250.  
  1251. # Should we tell people they are not allowed to build?
  1252.  
  1253. warn-on-build-disallow: true
  1254.  
  1255.  
  1256.  
  1257. # For which block types would you like to be alerted?
  1258.  
  1259. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  1260.  
  1261. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  1262.  
  1263. alert:
  1264.  
  1265. on-placement: 10,11,46,327
  1266.  
  1267. on-use: 327
  1268.  
  1269. on-break:
  1270.  
  1271.  
  1272.  
  1273. blacklist:
  1274.  
  1275.  
  1276.  
  1277. # Which blocks should people be prevented from placing?
  1278.  
  1279. placement: 10,11,46,327
  1280.  
  1281.  
  1282.  
  1283. # Which items should people be prevented from using?
  1284.  
  1285. usage: 327
  1286.  
  1287.  
  1288.  
  1289. # Which blocks should people be prevented from breaking?
  1290.  
  1291. break:
  1292.  
  1293.  
  1294.  
  1295. # Which blocks should not be pushed by pistons?
  1296.  
  1297. piston:
  1298.  
  1299.  
  1300.  
  1301. # Which blocks should not be dispensed by dispensers
  1302.  
  1303. dispenser:
  1304.  
  1305.  
  1306.  
  1307. ############################################################
  1308.  
  1309. # +------------------------------------------------------+ #
  1310.  
  1311. # | Essentials Spawn / New Players | #
  1312.  
  1313. # +------------------------------------------------------+ #
  1314.  
  1315. ############################################################
  1316.  
  1317.  
  1318.  
  1319. newbies:
  1320.  
  1321. # Should we announce to the server when someone logs in for the first time?
  1322.  
  1323. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  1324.  
  1325. # If not, set to ''
  1326.  
  1327. #announce-format: ''
  1328.  
  1329. announce-format: '&dWelcome {DISPLAYNAME}&d to &cRiotCraft&c!'
  1330.  
  1331.  
  1332.  
  1333. # When we spawn for the first time, which spawnpoint do we use?
  1334.  
  1335. # Set to "none" if you want to use the spawn point of the world.
  1336.  
  1337. spawnpoint: newbies
  1338.  
  1339.  
  1340.  
  1341. # Do we want to give users anything on first join? Set to '' to disable
  1342.  
  1343. # This kit will be given regardless of cost, and permissions.
  1344.  
  1345. #kit: ''
  1346.  
  1347. kit: starter
  1348.  
  1349.  
  1350.  
  1351. # Set this to lowest, if you want Multiverse to handle the respawning.
  1352.  
  1353. # Set this to high, if you want EssentialsSpawn to handle the respawning.
  1354.  
  1355. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning.
  1356.  
  1357. respawn-listener-priority: high
  1358.  
  1359.  
  1360.  
  1361. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  1362.  
  1363. respawn-at-home: false
  1364.  
  1365.  
  1366.  
  1367. # End of File <-- No seriously, you're done with configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement