Advertisement
Guest User

Untitled

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