Advertisement
Guest User

Essentials config

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