Advertisement
Guest User

Untitled

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