Advertisement
Guest User

Untitled

a guest
Feb 8th, 2014
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.54 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. # Essentials Sign Control
  500. # See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
  501. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  502. # Essentials Colored sign support will be enabled when any sign types are enabled.
  503. # Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
  504.  
  505. enabledSigns:
  506. #- color
  507. #- balance
  508. #- buy
  509. #- sell
  510. #- trade
  511. #- free
  512. #- disposal
  513. #- warp
  514. #- kit
  515. #- mail
  516. #- enchant
  517. #- gamemode
  518. #- heal
  519. #- info
  520. #- spawnmob
  521. #- repair
  522. #- time
  523. #- weather
  524.  
  525. # How many times per second can Essentials signs be interacted with per player.
  526. # Values should be between 1-20, 20 being virtually no lag protection.
  527. # Lower numbers will reduce the possibility of lag, but may annoy players.
  528. sign-use-per-second: 4
  529.  
  530. # Backup runs a batch/bash command while saving is disabled.
  531. backup:
  532. # Interval in minutes.
  533. interval: 30
  534. # Unless you add a valid backup command or script here, this feature will be useless.
  535. # Use 'save-all' to simply force regular world saving without backup.
  536. #command: 'rdiff-backup World1 backups/World1'
  537.  
  538. # Set this true to enable permission per warp.
  539. per-warp-permission: false
  540.  
  541. # Sort output of /list command by groups.
  542. # You can hide and merge the groups displayed in /list by defining the desired behaviour here.
  543. # Detailed instructions and examples can be found on the wiki: http://wiki.ess3.net/wiki/List
  544. list:
  545. # To merge groups, list the groups you wish to merge
  546. #Staff: owner admin moderator
  547. Admins: owner admin
  548. # To limit groups, set a max user limit
  549. #builder: 20
  550. # To hide groups, set the group as hidden
  551. #default: hidden
  552. # Uncomment the line below to simply list all players with no grouping
  553. #Players: '*'
  554.  
  555. # More output to the console.
  556. debug: false
  557.  
  558. # Set the locale for all messages.
  559. # If you don't set this, the default locale of the server will be used.
  560. # For example, to set language to English, set locale to en, to use the file "messages_en.properties".
  561. # Don't forget to remove the # in front of the line.
  562. # For more information, visit http://wiki.ess3.net/wiki/Locale
  563. #locale: en
  564.  
  565. # Turn off god mode when people exit.
  566. remove-god-on-disconnect: false
  567.  
  568. # Auto-AFK
  569. # After this timeout in seconds, the user will be set as afk.
  570. # This feature requires the player to have essentials.afk.auto node.
  571. # Set to -1 for no timeout.
  572. auto-afk: 300
  573.  
  574. # Auto-AFK Kick
  575. # After this timeout in seconds, the user will be kicked from the server.
  576. # essentials.afk.kickexempt node overrides this feature.
  577. # Set to -1 for no timeout.
  578. auto-afk-kick: -1
  579.  
  580. # Set this to true, if you want to freeze the player, if he is afk.
  581. # Other players or monsters can't push him out of afk mode then.
  582. # This will also enable temporary god mode for the afk player.
  583. # The player has to use the command /afk to leave the afk mode.
  584. freeze-afk-players: false
  585.  
  586. # When the player is afk, should he be able to pickup items?
  587. # Enable this, when you don't want people idling in mob traps.
  588. disable-item-pickup-while-afk: false
  589.  
  590. # This setting controls if a player is marked as active on interaction.
  591. # When this setting is false, you will need to manually un-AFK using the /afk command.
  592. cancel-afk-on-interact: true
  593.  
  594. # Should we automatically remove afk status when the player moves?
  595. # Player will be removed from AFK on chat/command regardless of this setting.
  596. # Disable this to reduce server lag.
  597. cancel-afk-on-move: true
  598.  
  599. # You can disable the death messages of Minecraft here.
  600. death-messages: true
  601.  
  602. # Add worlds to this list, if you want to automatically disable god mode there.
  603. no-god-in-worlds:
  604. # - world_nether
  605.  
  606. # Set to true to enable per-world permissions for teleporting between worlds with essentials commands.
  607. # This applies to /world, /back, /tp[a|o][here|all], but not warps.
  608. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  609. # This does not affect the /home command, there is a separate toggle below for this.
  610. world-teleport-permissions: false
  611.  
  612. # The number of items given if the quantity parameter is left out in /item or /give.
  613. # If this number is below 1, the maximum stack size size is given. If over-sized stacks.
  614. # are not enabled, any number higher than the maximum stack size results in more than one stack.
  615. default-stack-size: -1
  616.  
  617. # Over-sized stacks are stacks that ignore the normal max stack size.
  618. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  619. # How many items should be in an over-sized stack?
  620. oversized-stacksize: 64
  621.  
  622. # Allow repair of enchanted weapons and armor.
  623. # If you set this to false, you can still allow it for certain players using the permission.
  624. # essentials.repair.enchanted
  625. repair-enchanted: true
  626.  
  627. # Allow 'unsafe' enchantments in kits and item spawning.
  628. # Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins.
  629. unsafe-enchantments: false
  630.  
  631. #Do you want essentials to keep track of previous location for /back in the teleport listener?
  632. #If you set this to true any plugin that uses teleport will have the previous location registered.
  633. register-back-in-listener: false
  634.  
  635. #Delay to wait before people can cause attack damage after logging in.
  636. login-attack-delay: 5
  637.  
  638. #Set the max fly speed, values range from 0.1 to 1.0
  639. max-fly-speed: 0.8
  640.  
  641. #Set the max walk speed, values range from 0.1 to 1.0
  642. max-walk-speed: 0.8
  643.  
  644. #Set the maximum amount of mail that can be sent within a minute.
  645. mails-per-minute: 1000
  646.  
  647. # Set the maximum time /tempban can be used for in seconds.
  648. # Set to -1 to disable, and essentials.tempban.unlimited can be used to override.
  649. max-tempban-time: -1
  650.  
  651. ############################################################
  652. # +------------------------------------------------------+ #
  653. # | EssentialsHome | #
  654. # +------------------------------------------------------+ #
  655. ############################################################
  656.  
  657. # Allows people to set their bed at daytime.
  658. update-bed-at-daytime: true
  659.  
  660. # Set to true to enable per-world permissions for using homes to teleport between worlds.
  661. # This applies to the /home only.
  662. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  663. world-home-permissions: false
  664.  
  665. # Allow players to have multiple homes.
  666. # Players need essentials.sethome.multiple before they can have more than 1 home, defaults to 'default' below.
  667. # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
  668. # People with essentials.sethome.multiple.unlimited are not limited by these numbers.
  669. # For more information, visit http://wiki.ess3.net/wiki/Multihome
  670. sethome-multiple:
  671. default: 3
  672. # essentials.sethome.multiple.vip
  673. vip: 5
  674. # essentials.sethome.multiple.staff
  675. staff: 10
  676.  
  677. # Set timeout in seconds for players to accept tpa before request is cancelled.
  678. # Set to 0 for no timeout.
  679. tpa-accept-cancellation: 120
  680.  
  681. ############################################################
  682. # +------------------------------------------------------+ #
  683. # | EssentialsEco | #
  684. # +------------------------------------------------------+ #
  685. ############################################################
  686.  
  687. # For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy
  688.  
  689. # Defines the balance with which new players begin. Defaults to 0.
  690. starting-balance: 0
  691.  
  692. # worth-# defines the value of an item when it is sold to the server via /sell.
  693. # These are now defined in worth.yml
  694.  
  695. # Defines the cost to use the given commands PER USE.
  696. # Some commands like /repair have sub-costs, check the wiki for more information.
  697. command-costs:
  698. # /example costs $1000 PER USE
  699. #example: 1000
  700. # /kit tools costs $1500 PER USE
  701. #kit-tools: 1500
  702.  
  703. # Set this to a currency symbol you want to use.
  704. currency-symbol: '$'
  705.  
  706. # Set the maximum amount of money a player can have.
  707. # The amount is always limited to 10 trillion because of the limitations of a java double.
  708. max-money: 10000000000000
  709.  
  710. # Set the minimum amount of money a player can have (must be above the negative of max-money).
  711. # Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
  712. min-money: -10000
  713.  
  714. # Enable this to log all interactions with trade/buy/sell signs and sell command.
  715. economy-log-enabled: false
  716.  
  717. ############################################################
  718. # +------------------------------------------------------+ #
  719. # | EssentialsHelp | #
  720. # +------------------------------------------------------+ #
  721. ############################################################
  722.  
  723. # Show other plugins commands in help.
  724. non-ess-in-help: true
  725.  
  726. # Hide plugins which do not give a permission.
  727. # You can override a true value here for a single plugin by adding a permission to a user/group.
  728. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
  729. # You can use negative permissions to remove access to just a single plugins help if the following is enabled.
  730. hide-permissionless-help: true
  731.  
  732. ############################################################
  733. # +------------------------------------------------------+ #
  734. # | EssentialsChat | #
  735. # +------------------------------------------------------+ #
  736. ############################################################
  737.  
  738. chat:
  739.  
  740. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  741. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  742. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  743. # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  744. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  745. radius: 0
  746.  
  747. # Chat formatting can be done in two ways, you can either define a standard format for all chat.
  748. # Or you can give a group specific chat format, to give some extra variation.
  749. # If set to the default chat format which "should" be compatible with ichat.
  750. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
  751.  
  752. format: '<{DISPLAYNAME}> {MESSAGE}'
  753. #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  754.  
  755. group-formats:
  756. # Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
  757. # Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
  758.  
  759. # If you are using group formats make sure to remove the '#' to allow the setting to be read.
  760.  
  761. ############################################################
  762. # +------------------------------------------------------+ #
  763. # | EssentialsProtect | #
  764. # +------------------------------------------------------+ #
  765. ############################################################
  766.  
  767. protect:
  768.  
  769. # General physics/behavior modifications.
  770. prevent:
  771. lava-flow: false
  772. water-flow: false
  773. water-bucket-flow: false
  774. fire-spread: true
  775. lava-fire-spread: true
  776. flint-fire: false
  777. lightning-fire-spread: true
  778. portal-creation: false
  779. tnt-explosion: false
  780. tnt-playerdamage: false
  781. tnt-minecart-explosion: false
  782. tnt-minecart-playerdamage: false
  783. fireball-explosion: false
  784. fireball-fire: false
  785. fireball-playerdamage: false
  786. witherskull-explosion: false
  787. witherskull-playerdamage: false
  788. wither-spawnexplosion: false
  789. wither-blockreplace: false
  790. creeper-explosion: false
  791. creeper-playerdamage: false
  792. creeper-blockdamage: false
  793. enderdragon-blockdamage: true
  794. enderman-pickup: false
  795. villager-death: false
  796. # Monsters won't follow players.
  797. # permission essentials.protect.entitytarget.bypass disables this.
  798. entitytarget: false
  799. # Prevent the spawning of creatures.
  800. spawn:
  801. creeper: false
  802. skeleton: false
  803. spider: false
  804. giant: false
  805. zombie: false
  806. slime: false
  807. ghast: false
  808. pig_zombie: false
  809. enderman: false
  810. cave_spider: false
  811. silverfish: false
  812. blaze: false
  813. magma_cube: false
  814. ender_dragon: false
  815. pig: false
  816. sheep: false
  817. cow: false
  818. chicken: false
  819. squid: false
  820. wolf: false
  821. mushroom_cow: false
  822. snowman: false
  823. ocelot: false
  824. iron_golem: false
  825. villager: false
  826. wither: false
  827. bat: false
  828. witch: false
  829. horse: false
  830.  
  831. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  832. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  833. creeper:
  834. max-height: -1
  835.  
  836. # Disable various default physics and behaviors.
  837. disable:
  838. # Should fall damage be disabled?
  839. fall: false
  840.  
  841. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  842. # They will be unable to attack users without that same permission node.
  843. pvp: false
  844.  
  845. # Should drowning damage be disabled?
  846. # (Split into two behaviors; generally, you want both set to the same value.)
  847. drown: false
  848. suffocate: false
  849.  
  850. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  851. lavadmg: false
  852.  
  853. # Should arrow damage be disabled?
  854. projectiles: false
  855.  
  856. # This will disable damage from touching cacti.
  857. contactdmg: false
  858.  
  859. # Burn, baby, burn! Should fire damage be disabled?
  860. firedmg: false
  861.  
  862. # Should the damage after hit by a lightning be disabled?
  863. lightning: false
  864.  
  865. # Should Wither damage be disabled?
  866. wither: false
  867.  
  868. # Disable weather options?
  869. weather:
  870. storm: false
  871. thunder: false
  872. lightning: false
  873.  
  874. ############################################################
  875. # +------------------------------------------------------+ #
  876. # | EssentialsAntiBuild | #
  877. # +------------------------------------------------------+ #
  878. ############################################################
  879.  
  880. # Disable various default physics and behaviors
  881. # For more information, visit http://wiki.ess3.net/wiki/AntiBuild
  882.  
  883. # Should people with build: false in permissions be allowed to build?
  884. # Set true to disable building for those people.
  885. # Setting to false means EssentialsAntiBuild will never prevent you from building.
  886. build: true
  887.  
  888. # Should people with build: false in permissions be allowed to use items?
  889. # Set true to disable using for those people.
  890. # Setting to false means EssentialsAntiBuild will never prevent you from using.
  891. use: true
  892.  
  893. # Should we tell people they are not allowed to build?
  894. warn-on-build-disallow: true
  895.  
  896. # For which block types would you like to be alerted?
  897. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  898. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  899. alert:
  900. on-placement: 10,11,46,327
  901. on-use: 327
  902. on-break:
  903.  
  904. blacklist:
  905.  
  906. # Which blocks should people be prevented from placing?
  907. placement: 10,11,46,327
  908.  
  909. # Which items should people be prevented from using?
  910. usage: 327
  911.  
  912. # Which blocks should people be prevented from breaking?
  913. break:
  914.  
  915. # Which blocks should not be pushed by pistons?
  916. piston:
  917.  
  918. # Which blocks should not be dispensed by dispensers
  919. dispenser:
  920.  
  921. ############################################################
  922. # +------------------------------------------------------+ #
  923. # | Essentials Spawn / New Players | #
  924. # +------------------------------------------------------+ #
  925. ############################################################
  926.  
  927. newbies:
  928. # Should we announce to the server when someone logs in for the first time?
  929. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  930. # If not, set to ''
  931. #announce-format: ''
  932. announce-format: '&dWelcome {DISPLAYNAME}&d to the server!'
  933.  
  934. # When we spawn for the first time, which spawnpoint do we use?
  935. # Set to "none" if you want to use the spawn point of the world.
  936. spawnpoint: newbies
  937.  
  938. # Do we want to give users anything on first join? Set to '' to disable
  939. # This kit will be given regardless of cost, and permissions.
  940. #kit: ''
  941. kit: tools
  942.  
  943. # Set this to lowest, if you want Multiverse to handle the respawning.
  944. # Set this to high, if you want EssentialsSpawn to handle the respawning.
  945. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning.
  946. respawn-listener-priority: high
  947.  
  948. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  949. respawn-at-home: false
  950.  
  951. # End of File <-- No seriously, you're done with configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement