Advertisement
Guest User

essentials

a guest
Jul 13th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.52 KB | None | 0 0
  1. ############################################################
  2.  
  3. # +------------------------------------------------------+ #
  4.  
  5. # | Notes | #
  6.  
  7. # +------------------------------------------------------+ #
  8.  
  9. ############################################################
  10.  
  11.  
  12.  
  13. # If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
  14.  
  15. # If you receive an error when Essentials loads, ensure that:
  16.  
  17. # - No tabs are present: YAML only allows spaces
  18.  
  19. # - Indents are correct: YAML hierarchy is based entirely on indentation
  20.  
  21. # - 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)
  22.  
  23. # - Text with symbols is enclosed in single or double quotation marks
  24.  
  25.  
  26.  
  27. # If you have problems join the Essentials help support channel: http://tiny.cc/EssentialsChat
  28.  
  29.  
  30.  
  31. ############################################################
  32.  
  33. # +------------------------------------------------------+ #
  34.  
  35. # | Essentials (Global) | #
  36.  
  37. # +------------------------------------------------------+ #
  38.  
  39. ############################################################
  40.  
  41.  
  42.  
  43. # A color code between 0-9 or a-f. Set to 'none' to disable.
  44.  
  45. ops-name-color: 'b'
  46.  
  47.  
  48.  
  49. # The character(s) to prefix all nicknames, so that you know they are not true usernames.
  50.  
  51. nickname-prefix: ''
  52.  
  53.  
  54.  
  55. # The maximum length allowed in nicknames. The nickname prefix is included in this.
  56.  
  57. max-nick-length: 98
  58.  
  59.  
  60.  
  61. # Disable this if you have any other plugin, that modifies the displayname of a user.
  62.  
  63. change-displayname: true
  64.  
  65.  
  66.  
  67. # When this option is enabled, the (tab) player list will be updated with the displayname.
  68.  
  69. # The value of change-displayname (above) has to be true.
  70.  
  71. #change-playerlist: true
  72.  
  73.  
  74.  
  75. # When essentialschat.jar isn't used, force essentials to add the prefix and suffix from permission plugins to displayname.
  76.  
  77. # This setting is ignored if essentialschat.jar is used, and defaults to 'true'.
  78.  
  79. # The value of change-displayname (above) has to be true.
  80.  
  81. # Do not edit this setting unless you know what you are doing!
  82.  
  83. #add-prefix-suffix: false
  84.  
  85.  
  86.  
  87. # If the teleport destination is unsafe, should players be teleported to the nearest safe location?
  88.  
  89. # If this is set to true, Essentials will attempt to teleport players close to the intended destination.
  90.  
  91. # If this is set to false, attempted teleports to unsafe locations will be cancelled with a warning.
  92.  
  93. teleport-safety: true
  94.  
  95.  
  96.  
  97. # The delay, in seconds, required between /home, /tp, etc.
  98.  
  99. teleport-cooldown: 0
  100.  
  101.  
  102.  
  103. # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.
  104.  
  105. teleport-delay: 0
  106.  
  107.  
  108.  
  109. # The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command.
  110.  
  111. # This will also prevent the player attacking other players.
  112.  
  113. teleport-invulnerability: 4
  114.  
  115.  
  116.  
  117. # The delay, in seconds, required between /heal or /feed attempts.
  118.  
  119. heal-cooldown: 60
  120.  
  121.  
  122.  
  123. # What to prevent from /i /give.
  124.  
  125. # e.g item-spawn-blacklist: 46,11,10
  126.  
  127. item-spawn-blacklist:
  128.  
  129.  
  130.  
  131. # Set this to true if you want permission based item spawn rules.
  132.  
  133. # Note: The blacklist above will be ignored then.
  134.  
  135. # Example permissions (these go in your permissions manager):
  136.  
  137. # - essentials.itemspawn.item-all
  138.  
  139. # - essentials.itemspawn.item-[itemname]
  140.  
  141. # - essentials.itemspawn.item-[itemid]
  142.  
  143. # - essentials.give.item-all
  144.  
  145. # - essentials.give.item-[itemname]
  146.  
  147. # - essentials.give.item-[itemid]
  148.  
  149. # - essentials.unlimited.item-all
  150.  
  151. # - essentials.unlimited.item-[itemname]
  152.  
  153. # - essentials.unlimited.item-[itemid]
  154.  
  155. # - essentials.unlimited.item-bucket # Unlimited liquid placing
  156.  
  157. #
  158.  
  159. # For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive
  160.  
  161. permission-based-item-spawn: false
  162.  
  163.  
  164.  
  165. # Mob limit on the /spawnmob command per execution.
  166.  
  167. spawnmob-limit: 10
  168.  
  169.  
  170.  
  171. # Shall we notify users when using /lightning?
  172.  
  173. warn-on-smite: true
  174.  
  175.  
  176.  
  177. # motd and rules are now configured in the files motd.txt and rules.txt.
  178.  
  179.  
  180.  
  181. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority.
  182.  
  183. # Commands in this list, will tell Essentials to 'not give up' the command to other plugins.
  184.  
  185. # In this state, which plugin 'wins' appears to be almost random.
  186.  
  187. #
  188.  
  189. # If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias.
  190.  
  191. # To force essentials to take 'god' alias 'god' to 'egod'.
  192.  
  193. # See http://wiki.bukkit.org/Bukkit.yml#aliases for more information
  194.  
  195.  
  196.  
  197. overridden-commands:
  198.  
  199. # - god
  200.  
  201. # - info
  202.  
  203.  
  204.  
  205. # Disabling commands here will prevent Essentials handling the command, this will not affect command conflicts.
  206.  
  207. # Commands should fallback to the vanilla versions if available.
  208.  
  209. # You should not have to disable commands used in other plugins, they will automatically get priority.
  210.  
  211. disabled-commands:
  212.  
  213. # - nick
  214.  
  215. # - clear
  216.  
  217.  
  218.  
  219. # These commands will be shown to players with socialSpy enabled.
  220.  
  221. # You can add commands from other plugins you may want to track or
  222.  
  223. # remove commands that are used for something you dont want to spy on.
  224.  
  225. socialspy-commands:
  226.  
  227. - msg
  228.  
  229. - w
  230.  
  231. - r
  232.  
  233. - mail
  234.  
  235. - m
  236.  
  237. - t
  238.  
  239. - whisper
  240.  
  241. - emsg
  242.  
  243. - tell
  244.  
  245. - er
  246.  
  247. - reply
  248.  
  249. - ereply
  250.  
  251. - email
  252.  
  253. - action
  254.  
  255. - describe
  256.  
  257. - eme
  258.  
  259. - eaction
  260.  
  261. - edescribe
  262.  
  263. - etell
  264.  
  265. - ewhisper
  266.  
  267. - pm
  268.  
  269.  
  270.  
  271. # If you do not wish to use a permission system, you can define a list of 'player perms' below.
  272.  
  273. # This list has no effect if you are using a supported permissions system.
  274.  
  275. # If you are using an unsupported permissions system, simply delete this section.
  276.  
  277. # Whitelist the commands and permissions you wish to give players by default (everything else is op only).
  278.  
  279. # These are the permissions without the "essentials." part.
  280.  
  281. player-commands:
  282.  
  283. - afk
  284.  
  285. - afk.auto
  286.  
  287. - back
  288.  
  289. - back.ondeath
  290.  
  291. - balance
  292.  
  293. - balance.others
  294.  
  295. - balancetop
  296.  
  297. - build
  298.  
  299. - chat.color
  300.  
  301. - chat.format
  302.  
  303. - chat.shout
  304.  
  305. - chat.question
  306.  
  307. - clearinventory
  308.  
  309. - compass
  310.  
  311. - depth
  312.  
  313. - delhome
  314.  
  315. - getpos
  316.  
  317. - geoip.show
  318.  
  319. - help
  320.  
  321. - helpop
  322.  
  323. - home
  324.  
  325. - home.others
  326.  
  327. - ignore
  328.  
  329. - info
  330.  
  331. - itemdb
  332.  
  333. - kit
  334.  
  335. - kits.tools
  336.  
  337. - list
  338.  
  339. - mail
  340.  
  341. - mail.send
  342.  
  343. - me
  344.  
  345. - motd
  346.  
  347. - msg
  348.  
  349. - msg.color
  350.  
  351. - nick
  352.  
  353. - near
  354.  
  355. - pay
  356.  
  357. - ping
  358.  
  359. - protect
  360.  
  361. - r
  362.  
  363. - rules
  364.  
  365. - realname
  366.  
  367. - seen
  368.  
  369. - sell
  370.  
  371. - sethome
  372.  
  373. - setxmpp
  374.  
  375. - signs.create.protection
  376.  
  377. - signs.create.trade
  378.  
  379. - signs.break.protection
  380.  
  381. - signs.break.trade
  382.  
  383. - signs.use.balance
  384.  
  385. - signs.use.buy
  386.  
  387. - signs.use.disposal
  388.  
  389. - signs.use.enchant
  390.  
  391. - signs.use.free
  392.  
  393. - signs.use.gamemode
  394.  
  395. - signs.use.heal
  396.  
  397. - signs.use.info
  398.  
  399. - signs.use.kit
  400.  
  401. - signs.use.mail
  402.  
  403. - signs.use.protection
  404.  
  405. - signs.use.repair
  406.  
  407. - signs.use.sell
  408.  
  409. - signs.use.time
  410.  
  411. - signs.use.trade
  412.  
  413. - signs.use.warp
  414.  
  415. - signs.use.weather
  416.  
  417. - spawn
  418.  
  419. - suicide
  420.  
  421. - time
  422.  
  423. - tpa
  424.  
  425. - tpaccept
  426.  
  427. - tpahere
  428.  
  429. - tpdeny
  430.  
  431. - warp
  432.  
  433. - warp.list
  434.  
  435. - world
  436.  
  437. - worth
  438.  
  439. - xmpp
  440.  
  441.  
  442.  
  443. # Note: All items MUST be followed by a quantity!
  444.  
  445. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  446.  
  447. # Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]...
  448.  
  449. # For Item meta information visit http://wiki.ess3.net/wiki/Item_Meta
  450.  
  451. # 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
  452.  
  453. # For more information, visit http://wiki.ess3.net/wiki/Kits
  454.  
  455. kits:
  456.  
  457. tools:
  458.  
  459. delay: 86400
  460.  
  461. items:
  462.  
  463. - 306 1 protection:1 unbreaking:1 name:&e&lTools
  464.  
  465. - 307 1 protection:1 unbreaking:1 name:&e&lTools
  466.  
  467. - 308 1 protection:1 unbreaking:1 name:&e&lTools
  468.  
  469. - 309 1 protection:1 unbreaking:1 name:&e&lTools
  470.  
  471. - 267 1 sharpness:1 unbreaking:1 name:&e&lTools
  472.  
  473. - 257 1 efficiency:1 unbreaking:1 name:&e&lTools
  474.  
  475. - 258 1 efficiency:1 unbreaking:1 name:&e&lTools
  476.  
  477. - 256 1 efficiency:1 unbreaking:1 name:&e&lTools
  478.  
  479. Nedeljni:
  480.  
  481. delay: 604800
  482.  
  483. items:
  484.  
  485. - 310 1 protection:2 unbreaking:3 name:&e&lNedeljni
  486.  
  487. - 311 1 protection:2 unbreaking:3 name:&e&lNedeljni
  488.  
  489. - 312 1 protection:2 unbreaking:3 name:&e&lNedeljni
  490.  
  491. - 313 1 protection:2 unbreaking:3 name:&e&lNedeljni
  492.  
  493. - 276 1 sharpness:3 unbreaking:3 name:&e&lNedeljni
  494.  
  495. - 322:1 5 name:&e&lNedeljni
  496.  
  497. - 46 64 name:&e&lNedeljni
  498.  
  499. - 49 64 name:&e&lNedeljni
  500.  
  501. - 46 64 name:&e&lNedeljni
  502.  
  503. - 49 64 name:&e&lNedeljni
  504.  
  505. - 383:50 3 name:&e&lNedeljni
  506.  
  507. Leto:
  508.  
  509. delay: 86400
  510.  
  511. items:
  512.  
  513. - 310 1 protection:3 unbreaking:3 name:&e&lLeto
  514.  
  515. - 311 1 protection:3 unbreaking:3 name:&e&lLeto
  516.  
  517. - 312 1 protection:3 unbreaking:3 name:&e&lLeto
  518.  
  519. - 313 1 protection:3 unbreaking:3 name:&e&lLeto
  520.  
  521. - 276 1 sharpness:3 unbreaking:3 name:&e&lLeto
  522.  
  523. - 322:1 5 name:&e&lLeto
  524.  
  525. - 46 64 name:&e&lLeto
  526.  
  527. - 49 64 name:&e&lLeto
  528.  
  529. - 46 64 name:&e&lLeto
  530.  
  531. - 49 64 name:&e&lLeto
  532.  
  533. - 383:50 3 name:&e&lLeto
  534.  
  535. Mystic:
  536.  
  537. delay: 86400
  538.  
  539. items:
  540.  
  541. - 310 1 protection:2 unbreaking:2 name:&e&lMystic
  542.  
  543. - 311 1 protection:2 unbreaking:2 name:&e&lMystic
  544.  
  545. - 312 1 protection:2 unbreaking:2 name:&e&lMystic
  546.  
  547. - 313 1 protection:2 unbreaking:2 name:&e&lMystic
  548.  
  549. - 276 1 sharpness:2 unbreaking:3 name:&e&lMystic
  550.  
  551. - 278 1 efficiency:2 unbreaking:3 name:&e&lMystic
  552.  
  553. - 279 1 efficiency:2 unbreaking:3 name:&e&lMystic
  554.  
  555. - 277 1 efficiency:2 unbreaking:3 name:&e&lMystic
  556.  
  557. - 322:1 3 name:&e&lMystic
  558.  
  559. - 383:50 2 name:&e&lMystic
  560.  
  561. Veteran:
  562.  
  563. delay: 86400
  564.  
  565. items:
  566.  
  567. - 310 1 protection:3 unbreaking:3 name:&e&lVeteran
  568.  
  569. - 311 1 protection:3 unbreaking:3 name:&e&lVeteran
  570.  
  571. - 312 1 protection:3 unbreaking:3 name:&e&lVeteran
  572.  
  573. - 313 1 protection:3 unbreaking:3 name:&e&lVeteran
  574.  
  575. - 276 1 sharpness:3 unbreaking:3 name:&e&lVeteran
  576.  
  577. - 278 1 efficiency:3 unbreaking:3 name:&e&lVeteran
  578.  
  579. - 279 1 efficiency:3 unbreaking:3 name:&e&lVeteran
  580.  
  581. - 277 1 efficiency:3 unbreaking:3 name:&e&lVeteran
  582.  
  583. - 322:1 3 name:&e&lVeteran
  584.  
  585. - 383:50 2 name:&e&lVeteran
  586.  
  587. Veteran:
  588.  
  589. delay: 86400
  590.  
  591. items:
  592.  
  593. - 310 1 protection:3 unbreaking:3 name:&e&lVeteran
  594.  
  595. - 311 1 protection:3 unbreaking:3 name:&e&lVeteran
  596.  
  597. - 312 1 protection:3 unbreaking:3 name:&e&lVeteran
  598.  
  599. - 313 1 protection:3 unbreaking:3 name:&e&lVeteran
  600.  
  601. - 276 1 sharpness:3 unbreaking:3 name:&e&lVeteran
  602.  
  603. - 278 1 efficiency:3 unbreaking:3 name:&e&lVeteran
  604.  
  605. - 279 1 efficiency:3 unbreaking:3 name:&e&lVeteran
  606.  
  607. - 277 1 efficiency:3 unbreaking:3 name:&e&lVeteran
  608.  
  609. - 322:1 3 name:&e&lVeteran
  610.  
  611. - 383:50 2 name:&e&lVeteran
  612.  
  613. Hero:
  614.  
  615. delay: 86400
  616.  
  617. items:
  618.  
  619. - 310 1 protection:4 unbreaking:3 name:&e&lHero
  620.  
  621. - 311 1 protection:4 unbreaking:3 name:&e&lHero
  622.  
  623. - 312 1 protection:4 unbreaking:3 name:&e&lHero
  624.  
  625. - 313 1 protection:4 unbreaking:3 name:&e&lHero
  626.  
  627. - 276 1 sharpness:4 unbreaking:3 name:&e&lHero
  628.  
  629. - 278 1 efficiency:4 unbreaking:3 name:&e&lHero
  630.  
  631. - 279 1 efficiency:4 unbreaking:3 name:&e&lHero
  632.  
  633. - 277 1 efficiency:4 unbreaking:3 name:&e&lHero
  634.  
  635. - 322:1 5 name:&e&lHero
  636.  
  637. - 383:50 3 name:&e&lHero
  638.  
  639. Expert:
  640.  
  641. delay: 86400
  642.  
  643. items:
  644.  
  645. - 310 1 protection:4 unbreaking:3 name:&e&lExpert
  646.  
  647. - 311 1 protection:4 unbreaking:3 name:&e&lExpert
  648.  
  649. - 312 1 protection:4 unbreaking:3 name:&e&lExpert
  650.  
  651. - 313 1 protection:4 unbreaking:3 name:&e&lExpert
  652.  
  653. - 276 1 sharpness:5 unbreaking:3 name:&e&lExpert
  654.  
  655. - 278 1 efficiency:5 unbreaking:3 name:&e&lExpert
  656.  
  657. - 279 1 efficiency:5 unbreaking:3 name:&e&lExpert
  658.  
  659. - 277 1 efficiency:5 unbreaking:3 name:&e&lExpert
  660.  
  661. - 322:1 8 name:&e&lExpert
  662.  
  663. - 383:50 5 name:&e&lExpert
  664.  
  665. dtools:
  666.  
  667. delay: 600
  668.  
  669. items:
  670.  
  671. - 278 1 efficiency:1 durability:1 fortune:1 name:&4Gigadrill lore:The_drill_that_&npierces|the_heavens
  672.  
  673. - 277 1 digspeed:3 name:Dwarf lore:Diggy|Diggy|Hole
  674.  
  675. - 298 1 color:255,255,255 name:Top_Hat lore:Good_day,_Good_day
  676.  
  677. - 279:780 1
  678.  
  679. notch:
  680.  
  681. delay: 6000
  682.  
  683. items:
  684.  
  685. - 397:3 1 player:Notch
  686.  
  687. color:
  688.  
  689. delay: 6000
  690.  
  691. items:
  692.  
  693. - 387 1 title:&4Book_&9o_&6Colors author:KHobbits lore:Ingame_color_codes book:Colors
  694.  
  695. firework:
  696.  
  697. delay: 6000
  698.  
  699. items:
  700.  
  701. - 401 1 name:Angry_Creeper color:red fade:green type:creeper power:1
  702.  
  703. - 401 1 name:StarryNight color:yellow,orange fade:blue type:star effect:trail,twinkle power:1
  704.  
  705. - 401 2 name:SolarWind color:yellow,orange fade:red shape:large effect:twinkle color:yellow,orange fade:red shape:ball effect:trail color:red,purple fade:pink shape:star effect:trail power:1
  706.  
  707.  
  708.  
  709. # Essentials Sign Control
  710.  
  711. # See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
  712.  
  713. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  714.  
  715. # Essentials Colored sign support will be enabled when any sign types are enabled.
  716.  
  717. # Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
  718.  
  719.  
  720.  
  721. enabledSigns:
  722.  
  723. - color
  724.  
  725. - balance
  726.  
  727. - buy
  728.  
  729. - sell
  730.  
  731. - trade
  732.  
  733. - free
  734.  
  735. - disposal
  736.  
  737. - warp
  738.  
  739. - kit
  740.  
  741. - mail
  742.  
  743. - enchant
  744.  
  745. - gamemode
  746.  
  747. - heal
  748.  
  749. - info
  750.  
  751. - spawnmob
  752.  
  753. - repair
  754.  
  755. - time
  756.  
  757. - weather
  758.  
  759.  
  760.  
  761. # How many times per second can Essentials signs be interacted with per player.
  762.  
  763. # Values should be between 1-20, 20 being virtually no lag protection.
  764.  
  765. # Lower numbers will reduce the possibility of lag, but may annoy players.
  766.  
  767. sign-use-per-second: 4
  768.  
  769.  
  770.  
  771. # Backup runs a batch/bash command while saving is disabled.
  772.  
  773. backup:
  774.  
  775. # Interval in minutes.
  776.  
  777. interval: 30
  778.  
  779. # Unless you add a valid backup command or script here, this feature will be useless.
  780.  
  781. # Use 'save-all' to simply force regular world saving without backup.
  782.  
  783. #command: 'rdiff-backup World1 backups/World1'
  784.  
  785.  
  786.  
  787. # Set this true to enable permission per warp.
  788.  
  789. per-warp-permission: false
  790.  
  791.  
  792.  
  793. # Sort output of /list command by groups.
  794.  
  795. # You can hide and merge the groups displayed in /list by defining the desired behaviour here.
  796.  
  797. # Detailed instructions and examples can be found on the wiki: http://wiki.ess3.net/wiki/List
  798.  
  799. list:
  800.  
  801. # To merge groups, list the groups you wish to merge
  802.  
  803. #Staff: owner admin moderator
  804.  
  805. Admins: owner admin
  806.  
  807. # To limit groups, set a max user limit
  808.  
  809. #builder: 20
  810.  
  811. # To hide groups, set the group as hidden
  812.  
  813. #default: hidden
  814.  
  815. # Uncomment the line below to simply list all players with no grouping
  816.  
  817. #Players: '*'
  818.  
  819.  
  820.  
  821. # More output to the console.
  822.  
  823. debug: false
  824.  
  825.  
  826.  
  827. # Set the locale for all messages.
  828.  
  829. # If you don't set this, the default locale of the server will be used.
  830.  
  831. # For example, to set language to English, set locale to en, to use the file "messages_en.properties".
  832.  
  833. # Don't forget to remove the # in front of the line.
  834.  
  835. # For more information, visit http://wiki.ess3.net/wiki/Locale
  836.  
  837. #locale: en
  838.  
  839.  
  840.  
  841. # Turn off god mode when people exit.
  842.  
  843. remove-god-on-disconnect: false
  844.  
  845.  
  846.  
  847. # Auto-AFK
  848.  
  849. # After this timeout in seconds, the user will be set as afk.
  850.  
  851. # This feature requires the player to have essentials.afk.auto node.
  852.  
  853. # Set to -1 for no timeout.
  854.  
  855. auto-afk: 300
  856.  
  857.  
  858.  
  859. # Auto-AFK Kick
  860.  
  861. # After this timeout in seconds, the user will be kicked from the server.
  862.  
  863. # essentials.afk.kickexempt node overrides this feature.
  864.  
  865. # Set to -1 for no timeout.
  866.  
  867. auto-afk-kick: -1
  868.  
  869.  
  870.  
  871. # Set this to true, if you want to freeze the player, if he is afk.
  872.  
  873. # Other players or monsters can't push him out of afk mode then.
  874.  
  875. # This will also enable temporary god mode for the afk player.
  876.  
  877. # The player has to use the command /afk to leave the afk mode.
  878.  
  879. freeze-afk-players: false
  880.  
  881.  
  882.  
  883. # When the player is afk, should he be able to pickup items?
  884.  
  885. # Enable this, when you don't want people idling in mob traps.
  886.  
  887. disable-item-pickup-while-afk: false
  888.  
  889.  
  890.  
  891. # This setting controls if a player is marked as active on interaction.
  892.  
  893. # When this setting is false, you will need to manually un-AFK using the /afk command.
  894.  
  895. cancel-afk-on-interact: true
  896.  
  897.  
  898.  
  899. # Should we automatically remove afk status when the player moves?
  900.  
  901. # Player will be removed from AFK on chat/command regardless of this setting.
  902.  
  903. # Disable this to reduce server lag.
  904.  
  905. cancel-afk-on-move: true
  906.  
  907.  
  908.  
  909. # You can disable the death messages of Minecraft here.
  910.  
  911. death-messages: true
  912.  
  913.  
  914.  
  915. # Should operators be able to join and part silently.
  916.  
  917. # You can control this with permissions if it is enabled.
  918.  
  919. allow-silent-join-quit: false
  920.  
  921.  
  922.  
  923. # You can set a custom join message here, set to "none" to disable.
  924.  
  925. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
  926.  
  927. custom-join-message: "&8<&e+&8>&6{USERNAME}"
  928.  
  929.  
  930.  
  931. # You can set a custom quit message here, set to "none" to disable.
  932.  
  933. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
  934.  
  935. custom-quit-message: "&8<&e-&8>&6{USERNAME}"
  936.  
  937.  
  938.  
  939. # Add worlds to this list, if you want to automatically disable god mode there.
  940.  
  941. no-god-in-worlds:
  942.  
  943. # - world_nether
  944.  
  945.  
  946.  
  947. # Set to true to enable per-world permissions for teleporting between worlds with essentials commands.
  948.  
  949. # This applies to /world, /back, /tp[a|o][here|all], but not warps.
  950.  
  951. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  952.  
  953. # This does not affect the /home command, there is a separate toggle below for this.
  954.  
  955. world-teleport-permissions: false
  956.  
  957.  
  958.  
  959. # The number of items given if the quantity parameter is left out in /item or /give.
  960.  
  961. # If this number is below 1, the maximum stack size size is given. If over-sized stacks.
  962.  
  963. # are not enabled, any number higher than the maximum stack size results in more than one stack.
  964.  
  965. default-stack-size: -1
  966.  
  967.  
  968.  
  969. # Over-sized stacks are stacks that ignore the normal max stack size.
  970.  
  971. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  972.  
  973. # How many items should be in an over-sized stack?
  974.  
  975. oversized-stacksize: 64
  976.  
  977.  
  978.  
  979. # Allow repair of enchanted weapons and armor.
  980.  
  981. # If you set this to false, you can still allow it for certain players using the permission.
  982.  
  983. # essentials.repair.enchanted
  984.  
  985. repair-enchanted: true
  986.  
  987.  
  988.  
  989. # Allow 'unsafe' enchantments in kits and item spawning.
  990.  
  991. # Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins.
  992.  
  993. unsafe-enchantments: false
  994.  
  995.  
  996.  
  997. #Do you want essentials to keep track of previous location for /back in the teleport listener?
  998.  
  999. #If you set this to true any plugin that uses teleport will have the previous location registered.
  1000.  
  1001. register-back-in-listener: false
  1002.  
  1003.  
  1004.  
  1005. #Delay to wait before people can cause attack damage after logging in.
  1006.  
  1007. login-attack-delay: 5
  1008.  
  1009.  
  1010.  
  1011. #Set the max fly speed, values range from 0.1 to 1.0
  1012.  
  1013. max-fly-speed: 0.8
  1014.  
  1015.  
  1016.  
  1017. #Set the max walk speed, values range from 0.1 to 1.0
  1018.  
  1019. max-walk-speed: 0.8
  1020.  
  1021.  
  1022.  
  1023. #Set the maximum amount of mail that can be sent within a minute.
  1024.  
  1025. mails-per-minute: 1000
  1026.  
  1027.  
  1028.  
  1029. # Set the maximum time /tempban can be used for in seconds.
  1030.  
  1031. # Set to -1 to disable, and essentials.tempban.unlimited can be used to override.
  1032.  
  1033. max-tempban-time: -1
  1034.  
  1035.  
  1036.  
  1037. ############################################################
  1038.  
  1039. # +------------------------------------------------------+ #
  1040.  
  1041. # | EssentialsHome | #
  1042.  
  1043. # +------------------------------------------------------+ #
  1044.  
  1045. ############################################################
  1046.  
  1047.  
  1048.  
  1049. # Allows people to set their bed at daytime.
  1050.  
  1051. update-bed-at-daytime: true
  1052.  
  1053.  
  1054.  
  1055. # Set to true to enable per-world permissions for using homes to teleport between worlds.
  1056.  
  1057. # This applies to the /home only.
  1058.  
  1059. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  1060.  
  1061. world-home-permissions: false
  1062.  
  1063.  
  1064.  
  1065. # Allow players to have multiple homes.
  1066.  
  1067. # Players need essentials.sethome.multiple before they can have more than 1 home.
  1068.  
  1069. # You can set the default number of multiple homes using the 'default' rank below.
  1070.  
  1071. # To remove the home limit entirely, give people 'essentials.sethome.multiple.unlimited'.
  1072.  
  1073. # To grant different home amounts to different people, you need to define a 'home-rank' below.
  1074.  
  1075. # Create the 'home-rank' below, and give the matching permission: essentials.sethome.multiple.<home-rank>
  1076.  
  1077. # For more information, visit http://wiki.ess3.net/wiki/Multihome
  1078.  
  1079. sethome-multiple:
  1080.  
  1081. default: 3
  1082.  
  1083. vip: 5
  1084.  
  1085. staff: 10
  1086.  
  1087.  
  1088.  
  1089. # In this example someone with 'essentials.sethome.multiple' and 'essentials.sethome.multiple.vip' will have 5 homes.
  1090.  
  1091.  
  1092.  
  1093. # Set timeout in seconds for players to accept tpa before request is cancelled.
  1094.  
  1095. # Set to 0 for no timeout.
  1096.  
  1097. tpa-accept-cancellation: 120
  1098.  
  1099.  
  1100.  
  1101. ############################################################
  1102.  
  1103. # +------------------------------------------------------+ #
  1104.  
  1105. # | EssentialsEco | #
  1106.  
  1107. # +------------------------------------------------------+ #
  1108.  
  1109. ############################################################
  1110.  
  1111.  
  1112.  
  1113. # For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy
  1114.  
  1115.  
  1116.  
  1117. # Defines the balance with which new players begin. Defaults to 0.
  1118.  
  1119. starting-balance: 0
  1120.  
  1121.  
  1122.  
  1123. # worth-# defines the value of an item when it is sold to the server via /sell.
  1124.  
  1125. # These are now defined in worth.yml
  1126.  
  1127.  
  1128.  
  1129. # Defines the cost to use the given commands PER USE.
  1130.  
  1131. # Some commands like /repair have sub-costs, check the wiki for more information.
  1132.  
  1133. command-costs:
  1134.  
  1135. # /example costs $1000 PER USE
  1136.  
  1137. #example: 1000
  1138.  
  1139. # /kit tools costs $1500 PER USE
  1140.  
  1141. #kit-tools: 1500
  1142.  
  1143.  
  1144.  
  1145. # Set this to a currency symbol you want to use.
  1146.  
  1147. currency-symbol: '$'
  1148.  
  1149.  
  1150.  
  1151. # Set the maximum amount of money a player can have.
  1152.  
  1153. # The amount is always limited to 10 trillion because of the limitations of a java double.
  1154.  
  1155. max-money: 10000000000000
  1156.  
  1157.  
  1158.  
  1159. # Set the minimum amount of money a player can have (must be above the negative of max-money).
  1160.  
  1161. # Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
  1162.  
  1163. min-money: -10000
  1164.  
  1165.  
  1166.  
  1167. # Enable this to log all interactions with trade/buy/sell signs and sell command.
  1168.  
  1169. economy-log-enabled: false
  1170.  
  1171.  
  1172.  
  1173. ############################################################
  1174.  
  1175. # +------------------------------------------------------+ #
  1176.  
  1177. # | EssentialsHelp | #
  1178.  
  1179. # +------------------------------------------------------+ #
  1180.  
  1181. ############################################################
  1182.  
  1183.  
  1184.  
  1185. # Show other plugins commands in help.
  1186.  
  1187. non-ess-in-help: true
  1188.  
  1189.  
  1190.  
  1191. # Hide plugins which do not give a permission.
  1192.  
  1193. # You can override a true value here for a single plugin by adding a permission to a user/group.
  1194.  
  1195. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
  1196.  
  1197. # You can use negative permissions to remove access to just a single plugins help if the following is enabled.
  1198.  
  1199. hide-permissionless-help: true
  1200.  
  1201.  
  1202.  
  1203. ############################################################
  1204.  
  1205. # +------------------------------------------------------+ #
  1206.  
  1207. # | EssentialsChat | #
  1208.  
  1209. # +------------------------------------------------------+ #
  1210.  
  1211. ############################################################
  1212.  
  1213.  
  1214.  
  1215. chat:
  1216.  
  1217.  
  1218.  
  1219. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  1220.  
  1221. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  1222.  
  1223. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  1224.  
  1225. # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  1226.  
  1227. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  1228.  
  1229. radius: 0
  1230.  
  1231.  
  1232.  
  1233. # Chat formatting can be done in two ways, you can either define a standard format for all chat.
  1234.  
  1235. # Or you can give a group specific chat format, to give some extra variation.
  1236.  
  1237. # If set to the default chat format which "should" be compatible with ichat.
  1238.  
  1239. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
  1240.  
  1241.  
  1242.  
  1243. format: '<{DISPLAYNAME}> {MESSAGE}'
  1244.  
  1245. #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  1246.  
  1247.  
  1248.  
  1249. group-formats:
  1250.  
  1251. # Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
  1252.  
  1253. # Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
  1254.  
  1255. Default: '&8[[FACTION]&8] &b- &b{DISPLAYNAME} &3&l> &b{MESSAGE}'
  1256.  
  1257. Warrior: '&8[[FACTION]&8] &b- &b{DISPLAYNAME} &9&l> &b{MESSAGE}'
  1258.  
  1259. Mystic: '&8[[FACTION]&8] &2- &2{DISPLAYNAME} &a&l> &2{MESSAGE}'
  1260.  
  1261. Expert: '&8[[FACTION]&8] &a- &a{DISPLAYNAME} &2&l> &a{MESSAGE}'
  1262.  
  1263. Hero: '&8[[FACTION]&8] &b9 &9{DISPLAYNAME} &5&l> &9{MESSAGE}'
  1264.  
  1265. Veteran: '&8[[FACTION]&8] &6- &6{DISPLAYNAME} &a&l> &6{MESSAGE}'
  1266.  
  1267. Moderator: '&8[[FACTION]&8] &a- &a{DISPLAYNAME} &2&l> &a{MESSAGE}'
  1268.  
  1269. Owner: '&8[[FACTION]&8] &8- &f{DISPLAYNAME} &7&l> &4{MESSAGE}'
  1270.  
  1271.  
  1272.  
  1273. # If you are using group formats make sure to remove the '#' to allow the setting to be read.
  1274.  
  1275.  
  1276.  
  1277. ############################################################
  1278.  
  1279. # +------------------------------------------------------+ #
  1280.  
  1281. # | EssentialsProtect | #
  1282.  
  1283. # +------------------------------------------------------+ #
  1284.  
  1285. ############################################################
  1286.  
  1287.  
  1288.  
  1289. protect:
  1290.  
  1291.  
  1292.  
  1293. # General physics/behavior modifications.
  1294.  
  1295. prevent:
  1296.  
  1297. lava-flow: false
  1298.  
  1299. water-flow: false
  1300.  
  1301. water-bucket-flow: false
  1302.  
  1303. fire-spread: true
  1304.  
  1305. lava-fire-spread: true
  1306.  
  1307. flint-fire: false
  1308.  
  1309. lightning-fire-spread: true
  1310.  
  1311. portal-creation: false
  1312.  
  1313. tnt-explosion: false
  1314.  
  1315. tnt-playerdamage: false
  1316.  
  1317. tnt-minecart-explosion: false
  1318.  
  1319. tnt-minecart-playerdamage: false
  1320.  
  1321. fireball-explosion: false
  1322.  
  1323. fireball-fire: false
  1324.  
  1325. fireball-playerdamage: false
  1326.  
  1327. witherskull-explosion: false
  1328.  
  1329. witherskull-playerdamage: false
  1330.  
  1331. wither-spawnexplosion: false
  1332.  
  1333. wither-blockreplace: false
  1334.  
  1335. creeper-explosion: false
  1336.  
  1337. creeper-playerdamage: false
  1338.  
  1339. creeper-blockdamage: false
  1340.  
  1341. enderdragon-blockdamage: true
  1342.  
  1343. enderman-pickup: false
  1344.  
  1345. villager-death: false
  1346.  
  1347. # Monsters won't follow players.
  1348.  
  1349. # permission essentials.protect.entitytarget.bypass disables this.
  1350.  
  1351. entitytarget: false
  1352.  
  1353. # Prevent the spawning of creatures.
  1354.  
  1355. spawn:
  1356.  
  1357. creeper: false
  1358.  
  1359. skeleton: false
  1360.  
  1361. spider: false
  1362.  
  1363. giant: false
  1364.  
  1365. zombie: false
  1366.  
  1367. slime: false
  1368.  
  1369. ghast: false
  1370.  
  1371. pig_zombie: false
  1372.  
  1373. enderman: false
  1374.  
  1375. cave_spider: false
  1376.  
  1377. silverfish: false
  1378.  
  1379. blaze: false
  1380.  
  1381. magma_cube: false
  1382.  
  1383. ender_dragon: false
  1384.  
  1385. pig: false
  1386.  
  1387. sheep: false
  1388.  
  1389. cow: false
  1390.  
  1391. chicken: false
  1392.  
  1393. squid: false
  1394.  
  1395. wolf: false
  1396.  
  1397. mushroom_cow: false
  1398.  
  1399. snowman: false
  1400.  
  1401. ocelot: false
  1402.  
  1403. iron_golem: false
  1404.  
  1405. villager: false
  1406.  
  1407. wither: false
  1408.  
  1409. bat: false
  1410.  
  1411. witch: false
  1412.  
  1413. horse: false
  1414.  
  1415.  
  1416.  
  1417. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  1418.  
  1419. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  1420.  
  1421. creeper:
  1422.  
  1423. max-height: -1
  1424.  
  1425.  
  1426.  
  1427. # Disable various default physics and behaviors.
  1428.  
  1429. disable:
  1430.  
  1431. # Should fall damage be disabled?
  1432.  
  1433. fall: false
  1434.  
  1435.  
  1436.  
  1437. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  1438.  
  1439. # They will be unable to attack users without that same permission node.
  1440.  
  1441. pvp: false
  1442.  
  1443.  
  1444.  
  1445. # Should drowning damage be disabled?
  1446.  
  1447. # (Split into two behaviors; generally, you want both set to the same value.)
  1448.  
  1449. drown: false
  1450.  
  1451. suffocate: false
  1452.  
  1453.  
  1454.  
  1455. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  1456.  
  1457. lavadmg: false
  1458.  
  1459.  
  1460.  
  1461. # Should arrow damage be disabled?
  1462.  
  1463. projectiles: false
  1464.  
  1465.  
  1466.  
  1467. # This will disable damage from touching cacti.
  1468.  
  1469. contactdmg: false
  1470.  
  1471.  
  1472.  
  1473. # Burn, baby, burn! Should fire damage be disabled?
  1474.  
  1475. firedmg: false
  1476.  
  1477.  
  1478.  
  1479. # Should the damage after hit by a lightning be disabled?
  1480.  
  1481. lightning: false
  1482.  
  1483.  
  1484.  
  1485. # Should Wither damage be disabled?
  1486.  
  1487. wither: false
  1488.  
  1489.  
  1490.  
  1491. # Disable weather options?
  1492.  
  1493. weather:
  1494.  
  1495. storm: false
  1496.  
  1497. thunder: false
  1498.  
  1499. lightning: false
  1500.  
  1501.  
  1502.  
  1503. ############################################################
  1504.  
  1505. # +------------------------------------------------------+ #
  1506.  
  1507. # | EssentialsAntiBuild | #
  1508.  
  1509. # +------------------------------------------------------+ #
  1510.  
  1511. ############################################################
  1512.  
  1513.  
  1514.  
  1515. # Disable various default physics and behaviors
  1516.  
  1517. # For more information, visit http://wiki.ess3.net/wiki/AntiBuild
  1518.  
  1519.  
  1520.  
  1521. # Should people with build: false in permissions be allowed to build?
  1522.  
  1523. # Set true to disable building for those people.
  1524.  
  1525. # Setting to false means EssentialsAntiBuild will never prevent you from building.
  1526.  
  1527. build: true
  1528.  
  1529.  
  1530.  
  1531. # Should people with build: false in permissions be allowed to use items?
  1532.  
  1533. # Set true to disable using for those people.
  1534.  
  1535. # Setting to false means EssentialsAntiBuild will never prevent you from using items.
  1536.  
  1537. use: true
  1538.  
  1539.  
  1540.  
  1541. # Should we tell people they are not allowed to build?
  1542.  
  1543. warn-on-build-disallow: true
  1544.  
  1545.  
  1546.  
  1547. # For which block types would you like to be alerted?
  1548.  
  1549. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  1550.  
  1551. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  1552.  
  1553. alert:
  1554.  
  1555. on-placement: 10,11,46,327
  1556.  
  1557. on-use: 327
  1558.  
  1559. on-break:
  1560.  
  1561.  
  1562.  
  1563. blacklist:
  1564.  
  1565.  
  1566.  
  1567. # Which blocks should people be prevented from placing?
  1568.  
  1569. placement: 10,11,46,327
  1570.  
  1571.  
  1572.  
  1573. # Which items should people be prevented from using?
  1574.  
  1575. usage: 327
  1576.  
  1577.  
  1578.  
  1579. # Which blocks should people be prevented from breaking?
  1580.  
  1581. break:
  1582.  
  1583.  
  1584.  
  1585. # Which blocks should not be pushed by pistons?
  1586.  
  1587. piston:
  1588.  
  1589.  
  1590.  
  1591. # Which blocks should not be dispensed by dispensers
  1592.  
  1593. dispenser: 383:50
  1594.  
  1595.  
  1596.  
  1597. ############################################################
  1598.  
  1599. # +------------------------------------------------------+ #
  1600.  
  1601. # | Essentials Spawn / New Players | #
  1602.  
  1603. # +------------------------------------------------------+ #
  1604.  
  1605. ############################################################
  1606.  
  1607.  
  1608.  
  1609. newbies:
  1610.  
  1611. # Should we announce to the server when someone logs in for the first time?
  1612.  
  1613. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  1614.  
  1615. # If not, set to ''
  1616.  
  1617. #announce-format: ''
  1618.  
  1619. announce-format: '&dWelcome {DISPLAYNAME}&d to the server!'
  1620.  
  1621.  
  1622.  
  1623. # When we spawn for the first time, which spawnpoint do we use?
  1624.  
  1625. # Set to "none" if you want to use the spawn point of the world.
  1626.  
  1627. spawnpoint: newbies
  1628.  
  1629.  
  1630.  
  1631. # Do we want to give users anything on first join? Set to '' to disable
  1632.  
  1633. # This kit will be given regardless of cost, and permissions.
  1634.  
  1635. #kit: ''
  1636.  
  1637. kit: tools
  1638.  
  1639.  
  1640.  
  1641. # Set this to lowest, if you want Multiverse to handle the respawning.
  1642.  
  1643. # Set this to high, if you want EssentialsSpawn to handle the respawning.
  1644.  
  1645. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning.
  1646.  
  1647. respawn-listener-priority: high
  1648.  
  1649.  
  1650.  
  1651. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  1652.  
  1653. respawn-at-home: false
  1654.  
  1655.  
  1656.  
  1657. # End of File <-- No seriously, you're done with configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement