Advertisement
jaydeebow

essentials kit problem

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