Advertisement
Guest User

Untitled

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