Advertisement
Guest User

Untitled

a guest
Feb 8th, 2014
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.15 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: 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. leather:
  225. delay: 60
  226. items:
  227. - 276 1
  228. - 261 1
  229. - 262 32
  230. - 297 5
  231. - 298 1
  232. - 299 1
  233. - 300 1
  234. - 301 1
  235. gold:
  236. delay: 60
  237. items:
  238. - 267 1
  239. - 261 1
  240. - 262 32
  241. - 297 5
  242. - 314 1
  243. - 315 1
  244. - 316 1
  245. - 317 1
  246. iron:
  247. delay: 60
  248. items:
  249. - 267 1
  250. - 261 1
  251. - 262 32
  252. - 297 5
  253. - 306 1
  254. - 307 1
  255. - 308 1
  256. - 309 1
  257. diamond:
  258. delay: 60
  259. items:
  260. - 267 1
  261. - 261 1
  262. - 262 32
  263. - 297 5
  264. - 310 1
  265. - 311 1
  266. - 312 1
  267. - 313 1
  268. op:
  269. delay: 60
  270. items:
  271. - 276 1 unbreaking:10 sharpness:10 fireaspect:10 smite:10 baneofathropods:10 knockback:10 looting:10
  272. - 261 1 unbreaking:10 power:10 punch:10 flame:10 infinity:10
  273. - 262 1
  274. - 310 1 protection:10 fireprotection:10 blastprotection:10 projectileprotection:10 respiration:10 aquaaffinity:10
  275. - 311 1 protection:10 fireprotection:10 blastprotection:10 projectileprotection:10 thorns:10
  276. - 312 1 protection:10 fireprotection:10 blastprotection:10 projectileprotection:10
  277. - 313 1 protection:10 fireprotection:10 blastprotection:10 projectileprotection:10 featherfalling:10
  278. [z]leather:
  279. delay: 60
  280. items:
  281. - 276 1
  282. - 261 1
  283. - 262 32
  284. - 297 5
  285. - 298 1
  286. - 299 1
  287. - 300 1
  288. - 301 1
  289. [v]leather:
  290. delay: 60
  291. items:
  292. - 276 1
  293. - 261 1
  294. - 262 32
  295. - 297 5
  296. - 298 1
  297. - 299 1
  298. - 300 1
  299. - 301 1
  300. [s]leather:
  301. delay: 60
  302. items:
  303. - 276 1
  304. - 261 1
  305. - 262 32
  306. - 297 5
  307. - 298 1
  308. - 299 1
  309. - 300 1
  310. - 301 1
  311. [g]leather:
  312. delay: 60
  313. items:
  314. - 276 1
  315. - 261 1
  316. - 262 32
  317. - 297 5
  318. - 298 1
  319. - 299 1
  320. - 300 1
  321. - 301 1
  322. [b]leather:
  323. delay: 60
  324. items:
  325. - 276 1
  326. - 261 1
  327. - 262 32
  328. - 297 5
  329. - 298 1
  330. - 299 1
  331. - 300 1
  332. - 301 1
  333. [z]gold:
  334. delay: 60
  335. items:
  336. - 267 1
  337. - 261 1
  338. - 262 32
  339. - 297 5
  340. - 314 1
  341. - 315 1
  342. - 316 1
  343. - 317 1
  344. [v]gold:
  345. delay: 60
  346. items:
  347. - 267 1
  348. - 261 1
  349. - 262 32
  350. - 297 5
  351. - 314 1
  352. - 315 1
  353. - 316 1
  354. - 317 1
  355. [s]gold:
  356. delay: 60
  357. items:
  358. - 267 1
  359. - 261 1
  360. - 262 32
  361. - 297 5
  362. - 314 1
  363. - 315 1
  364. - 316 1
  365. - 317 1
  366. [g]gold:
  367. delay: 60
  368. items:
  369. - 267 1
  370. - 261 1
  371. - 262 32
  372. - 297 5
  373. - 314 1
  374. - 315 1
  375. - 316 1
  376. - 317 1
  377. [b]gold:
  378. delay: 60
  379. items:
  380. - 267 1
  381. - 261 1
  382. - 262 32
  383. - 297 5
  384. - 314 1
  385. - 315 1
  386. - 316 1
  387. - 317 1
  388. [z]iron:
  389. delay: 60
  390. items:
  391. - 267 1
  392. - 261 1
  393. - 262 32
  394. - 297 5
  395. - 306 1
  396. - 307 1
  397. - 308 1
  398. - 309 1
  399. [v]iron:
  400. delay: 60
  401. items:
  402. - 267 1
  403. - 261 1
  404. - 262 32
  405. - 297 5
  406. - 306 1
  407. - 307 1
  408. - 308 1
  409. - 309 1
  410. [s]iron:
  411. delay: 60
  412. items:
  413. - 267 1
  414. - 261 1
  415. - 262 32
  416. - 297 5
  417. - 306 1
  418. - 307 1
  419. - 308 1
  420. - 309 1
  421. [g]iron:
  422. delay: 60
  423. items:
  424. - 267 1
  425. - 261 1
  426. - 262 32
  427. - 297 5
  428. - 306 1
  429. - 307 1
  430. - 308 1
  431. - 309 1
  432. [b]iron:
  433. delay: 60
  434. items:
  435. - 267 1
  436. - 261 1
  437. - 262 32
  438. - 297 5
  439. - 306 1
  440. - 307 1
  441. - 308 1
  442. - 309 1
  443. [z]diamond:
  444. delay: 60
  445. items:
  446. - 267 1
  447. - 261 1
  448. - 262 32
  449. - 297 5
  450. - 310 1
  451. - 311 1
  452. - 312 1
  453. - 313 1
  454. [v]diamond:
  455. delay: 60
  456. items:
  457. - 267 1
  458. - 261 1
  459. - 262 32
  460. - 297 5
  461. - 310 1
  462. - 311 1
  463. - 312 1
  464. - 313 1
  465. [s]diamond:
  466. delay: 60
  467. items:
  468. - 267 1
  469. - 261 1
  470. - 262 32
  471. - 297 5
  472. - 310 1
  473. - 311 1
  474. - 312 1
  475. - 313 1
  476. [g]diamond:
  477. delay: 60
  478. items:
  479. - 267 1
  480. - 261 1
  481. - 262 32
  482. - 297 5
  483. - 310 1
  484. - 311 1
  485. - 312 1
  486. - 313 1
  487. [b]diamond:
  488. delay: 60
  489. items:
  490. - 267 1
  491. - 261 1
  492. - 262 32
  493. - 297 5
  494. - 310 1
  495. - 311 1
  496. - 312 1
  497. - 313 1
  498.  
  499.  
  500. # Essentials Sign Control
  501. # See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
  502. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  503. # Essentials Colored sign support will be enabled when any sign types are enabled.
  504. # Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
  505.  
  506. enabledSigns:
  507. #- color
  508. #- balance
  509. #- buy
  510. #- sell
  511. #- trade
  512. #- free
  513. #- disposal
  514. #- warp
  515. #- kit
  516. #- mail
  517. #- enchant
  518. #- gamemode
  519. #- heal
  520. #- info
  521. #- spawnmob
  522. #- repair
  523. #- time
  524. #- weather
  525.  
  526. # How many times per second can Essentials signs be interacted with per player.
  527. # Values should be between 1-20, 20 being virtually no lag protection.
  528. # Lower numbers will reduce the possibility of lag, but may annoy players.
  529. sign-use-per-second: 4
  530.  
  531. # Backup runs a batch/bash command while saving is disabled.
  532. backup:
  533. # Interval in minutes.
  534. interval: 30
  535. # Unless you add a valid backup command or script here, this feature will be useless.
  536. # Use 'save-all' to simply force regular world saving without backup.
  537. #command: 'rdiff-backup World1 backups/World1'
  538.  
  539. # Set this true to enable permission per warp.
  540. per-warp-permission: false
  541.  
  542. # Sort output of /list command by groups.
  543. # You can hide and merge the groups displayed in /list by defining the desired behaviour here.
  544. # Detailed instructions and examples can be found on the wiki: http://wiki.ess3.net/wiki/List
  545. list:
  546. # To merge groups, list the groups you wish to merge
  547. #Staff: owner admin moderator
  548. Admins: owner admin
  549. # To limit groups, set a max user limit
  550. #builder: 20
  551. # To hide groups, set the group as hidden
  552. #default: hidden
  553. # Uncomment the line below to simply list all players with no grouping
  554. #Players: '*'
  555.  
  556. # More output to the console.
  557. debug: false
  558.  
  559. # Set the locale for all messages.
  560. # If you don't set this, the default locale of the server will be used.
  561. # For example, to set language to English, set locale to en, to use the file "messages_en.properties".
  562. # Don't forget to remove the # in front of the line.
  563. # For more information, visit http://wiki.ess3.net/wiki/Locale
  564. #locale: en
  565.  
  566. # Turn off god mode when people exit.
  567. remove-god-on-disconnect: false
  568.  
  569. # Auto-AFK
  570. # After this timeout in seconds, the user will be set as afk.
  571. # This feature requires the player to have essentials.afk.auto node.
  572. # Set to -1 for no timeout.
  573. auto-afk: 300
  574.  
  575. # Auto-AFK Kick
  576. # After this timeout in seconds, the user will be kicked from the server.
  577. # essentials.afk.kickexempt node overrides this feature.
  578. # Set to -1 for no timeout.
  579. auto-afk-kick: -1
  580.  
  581. # Set this to true, if you want to freeze the player, if he is afk.
  582. # Other players or monsters can't push him out of afk mode then.
  583. # This will also enable temporary god mode for the afk player.
  584. # The player has to use the command /afk to leave the afk mode.
  585. freeze-afk-players: false
  586.  
  587. # When the player is afk, should he be able to pickup items?
  588. # Enable this, when you don't want people idling in mob traps.
  589. disable-item-pickup-while-afk: false
  590.  
  591. # This setting controls if a player is marked as active on interaction.
  592. # When this setting is false, you will need to manually un-AFK using the /afk command.
  593. cancel-afk-on-interact: true
  594.  
  595. # Should we automatically remove afk status when the player moves?
  596. # Player will be removed from AFK on chat/command regardless of this setting.
  597. # Disable this to reduce server lag.
  598. cancel-afk-on-move: true
  599.  
  600. # You can disable the death messages of Minecraft here.
  601. death-messages: true
  602.  
  603. # Add worlds to this list, if you want to automatically disable god mode there.
  604. no-god-in-worlds:
  605. # - world_nether
  606.  
  607. # Set to true to enable per-world permissions for teleporting between worlds with essentials commands.
  608. # This applies to /world, /back, /tp[a|o][here|all], but not warps.
  609. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  610. # This does not affect the /home command, there is a separate toggle below for this.
  611. world-teleport-permissions: false
  612.  
  613. # The number of items given if the quantity parameter is left out in /item or /give.
  614. # If this number is below 1, the maximum stack size size is given. If over-sized stacks.
  615. # are not enabled, any number higher than the maximum stack size results in more than one stack.
  616. default-stack-size: -1
  617.  
  618. # Over-sized stacks are stacks that ignore the normal max stack size.
  619. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  620. # How many items should be in an over-sized stack?
  621. oversized-stacksize: 64
  622.  
  623. # Allow repair of enchanted weapons and armor.
  624. # If you set this to false, you can still allow it for certain players using the permission.
  625. # essentials.repair.enchanted
  626. repair-enchanted: true
  627.  
  628. # Allow 'unsafe' enchantments in kits and item spawning.
  629. # Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins.
  630. unsafe-enchantments: false
  631.  
  632. #Do you want essentials to keep track of previous location for /back in the teleport listener?
  633. #If you set this to true any plugin that uses teleport will have the previous location registered.
  634. register-back-in-listener: false
  635.  
  636. #Delay to wait before people can cause attack damage after logging in.
  637. login-attack-delay: 5
  638.  
  639. #Set the max fly speed, values range from 0.1 to 1.0
  640. max-fly-speed: 0.8
  641.  
  642. #Set the max walk speed, values range from 0.1 to 1.0
  643. max-walk-speed: 0.8
  644.  
  645. #Set the maximum amount of mail that can be sent within a minute.
  646. mails-per-minute: 1000
  647.  
  648. # Set the maximum time /tempban can be used for in seconds.
  649. # Set to -1 to disable, and essentials.tempban.unlimited can be used to override.
  650. max-tempban-time: -1
  651.  
  652. ############################################################
  653. # +------------------------------------------------------+ #
  654. # | EssentialsHome | #
  655. # +------------------------------------------------------+ #
  656. ############################################################
  657.  
  658. # Allows people to set their bed at daytime.
  659. update-bed-at-daytime: true
  660.  
  661. # Set to true to enable per-world permissions for using homes to teleport between worlds.
  662. # This applies to the /home only.
  663. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  664. world-home-permissions: false
  665.  
  666. # Allow players to have multiple homes.
  667. # Players need essentials.sethome.multiple before they can have more than 1 home, defaults to 'default' below.
  668. # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
  669. # People with essentials.sethome.multiple.unlimited are not limited by these numbers.
  670. # For more information, visit http://wiki.ess3.net/wiki/Multihome
  671. sethome-multiple:
  672. default: 3
  673. # essentials.sethome.multiple.vip
  674. vip: 5
  675. # essentials.sethome.multiple.staff
  676. staff: 10
  677.  
  678. # Set timeout in seconds for players to accept tpa before request is cancelled.
  679. # Set to 0 for no timeout.
  680. tpa-accept-cancellation: 120
  681.  
  682. ############################################################
  683. # +------------------------------------------------------+ #
  684. # | EssentialsEco | #
  685. # +------------------------------------------------------+ #
  686. ############################################################
  687.  
  688. # For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy
  689.  
  690. # Defines the balance with which new players begin. Defaults to 0.
  691. starting-balance: 0
  692.  
  693. # worth-# defines the value of an item when it is sold to the server via /sell.
  694. # These are now defined in worth.yml
  695.  
  696. # Defines the cost to use the given commands PER USE.
  697. # Some commands like /repair have sub-costs, check the wiki for more information.
  698. command-costs:
  699. # /example costs $1000 PER USE
  700. #example: 1000
  701. # /kit tools costs $1500 PER USE
  702. #kit-tools: 1500
  703.  
  704. # Set this to a currency symbol you want to use.
  705. currency-symbol: '$'
  706.  
  707. # Set the maximum amount of money a player can have.
  708. # The amount is always limited to 10 trillion because of the limitations of a java double.
  709. max-money: 10000000000000
  710.  
  711. # Set the minimum amount of money a player can have (must be above the negative of max-money).
  712. # Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
  713. min-money: -10000
  714.  
  715. # Enable this to log all interactions with trade/buy/sell signs and sell command.
  716. economy-log-enabled: false
  717.  
  718. ############################################################
  719. # +------------------------------------------------------+ #
  720. # | EssentialsHelp | #
  721. # +------------------------------------------------------+ #
  722. ############################################################
  723.  
  724. # Show other plugins commands in help.
  725. non-ess-in-help: true
  726.  
  727. # Hide plugins which do not give a permission.
  728. # You can override a true value here for a single plugin by adding a permission to a user/group.
  729. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
  730. # You can use negative permissions to remove access to just a single plugins help if the following is enabled.
  731. hide-permissionless-help: true
  732.  
  733. ############################################################
  734. # +------------------------------------------------------+ #
  735. # | EssentialsChat | #
  736. # +------------------------------------------------------+ #
  737. ############################################################
  738.  
  739. chat:
  740.  
  741. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  742. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  743. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  744. # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  745. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  746. radius: 0
  747.  
  748. # Chat formatting can be done in two ways, you can either define a standard format for all chat.
  749. # Or you can give a group specific chat format, to give some extra variation.
  750. # If set to the default chat format which "should" be compatible with ichat.
  751. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
  752.  
  753. format: '<{DISPLAYNAME}> {MESSAGE}'
  754. #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  755.  
  756. group-formats:
  757. # Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
  758. # Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
  759.  
  760. # If you are using group formats make sure to remove the '#' to allow the setting to be read.
  761.  
  762. ############################################################
  763. # +------------------------------------------------------+ #
  764. # | EssentialsProtect | #
  765. # +------------------------------------------------------+ #
  766. ############################################################
  767.  
  768. protect:
  769.  
  770. # General physics/behavior modifications.
  771. prevent:
  772. lava-flow: false
  773. water-flow: false
  774. water-bucket-flow: false
  775. fire-spread: true
  776. lava-fire-spread: true
  777. flint-fire: false
  778. lightning-fire-spread: true
  779. portal-creation: false
  780. tnt-explosion: false
  781. tnt-playerdamage: false
  782. tnt-minecart-explosion: false
  783. tnt-minecart-playerdamage: false
  784. fireball-explosion: false
  785. fireball-fire: false
  786. fireball-playerdamage: false
  787. witherskull-explosion: false
  788. witherskull-playerdamage: false
  789. wither-spawnexplosion: false
  790. wither-blockreplace: false
  791. creeper-explosion: false
  792. creeper-playerdamage: false
  793. creeper-blockdamage: false
  794. enderdragon-blockdamage: true
  795. enderman-pickup: false
  796. villager-death: false
  797. # Monsters won't follow players.
  798. # permission essentials.protect.entitytarget.bypass disables this.
  799. entitytarget: false
  800. # Prevent the spawning of creatures.
  801. spawn:
  802. creeper: false
  803. skeleton: false
  804. spider: false
  805. giant: false
  806. zombie: false
  807. slime: false
  808. ghast: false
  809. pig_zombie: false
  810. enderman: false
  811. cave_spider: false
  812. silverfish: false
  813. blaze: false
  814. magma_cube: false
  815. ender_dragon: false
  816. pig: false
  817. sheep: false
  818. cow: false
  819. chicken: false
  820. squid: false
  821. wolf: false
  822. mushroom_cow: false
  823. snowman: false
  824. ocelot: false
  825. iron_golem: false
  826. villager: false
  827. wither: false
  828. bat: false
  829. witch: false
  830. horse: false
  831.  
  832. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  833. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  834. creeper:
  835. max-height: -1
  836.  
  837. # Disable various default physics and behaviors.
  838. disable:
  839. # Should fall damage be disabled?
  840. fall: false
  841.  
  842. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  843. # They will be unable to attack users without that same permission node.
  844. pvp: false
  845.  
  846. # Should drowning damage be disabled?
  847. # (Split into two behaviors; generally, you want both set to the same value.)
  848. drown: false
  849. suffocate: false
  850.  
  851. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  852. lavadmg: false
  853.  
  854. # Should arrow damage be disabled?
  855. projectiles: false
  856.  
  857. # This will disable damage from touching cacti.
  858. contactdmg: false
  859.  
  860. # Burn, baby, burn! Should fire damage be disabled?
  861. firedmg: false
  862.  
  863. # Should the damage after hit by a lightning be disabled?
  864. lightning: false
  865.  
  866. # Should Wither damage be disabled?
  867. wither: false
  868.  
  869. # Disable weather options?
  870. weather:
  871. storm: false
  872. thunder: false
  873. lightning: false
  874.  
  875. ############################################################
  876. # +------------------------------------------------------+ #
  877. # | EssentialsAntiBuild | #
  878. # +------------------------------------------------------+ #
  879. ############################################################
  880.  
  881. # Disable various default physics and behaviors
  882. # For more information, visit http://wiki.ess3.net/wiki/AntiBuild
  883.  
  884. # Should people with build: false in permissions be allowed to build?
  885. # Set true to disable building for those people.
  886. # Setting to false means EssentialsAntiBuild will never prevent you from building.
  887. build: true
  888.  
  889. # Should people with build: false in permissions be allowed to use items?
  890. # Set true to disable using for those people.
  891. # Setting to false means EssentialsAntiBuild will never prevent you from using.
  892. use: true
  893.  
  894. # Should we tell people they are not allowed to build?
  895. warn-on-build-disallow: true
  896.  
  897. # For which block types would you like to be alerted?
  898. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  899. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  900. alert:
  901. on-placement: 10,11,46,327
  902. on-use: 327
  903. on-break:
  904.  
  905. blacklist:
  906.  
  907. # Which blocks should people be prevented from placing?
  908. placement: 10,11,46,327
  909.  
  910. # Which items should people be prevented from using?
  911. usage: 327
  912.  
  913. # Which blocks should people be prevented from breaking?
  914. break:
  915.  
  916. # Which blocks should not be pushed by pistons?
  917. piston:
  918.  
  919. # Which blocks should not be dispensed by dispensers
  920. dispenser:
  921.  
  922. ############################################################
  923. # +------------------------------------------------------+ #
  924. # | Essentials Spawn / New Players | #
  925. # +------------------------------------------------------+ #
  926. ############################################################
  927.  
  928. newbies:
  929. # Should we announce to the server when someone logs in for the first time?
  930. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  931. # If not, set to ''
  932. #announce-format: ''
  933. announce-format: '&dWelcome {DISPLAYNAME}&d to the server!'
  934.  
  935. # When we spawn for the first time, which spawnpoint do we use?
  936. # Set to "none" if you want to use the spawn point of the world.
  937. spawnpoint: newbies
  938.  
  939. # Do we want to give users anything on first join? Set to '' to disable
  940. # This kit will be given regardless of cost, and permissions.
  941. #kit: ''
  942. kit: tools
  943.  
  944. # Set this to lowest, if you want Multiverse to handle the respawning.
  945. # Set this to high, if you want EssentialsSpawn to handle the respawning.
  946. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning.
  947. respawn-listener-priority: high
  948.  
  949. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  950. respawn-at-home: false
  951.  
  952. # End of File <-- No seriously, you're done with configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement