Guest User

Untitled

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