JWhy

minifjurt123's Essentials config.yml

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