Kein_Guest

Untitled

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