Advertisement
Guest User

New config

a guest
Dec 20th, 2014
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.92 KB | None | 0 0
  1.  
  2. 1.############################################################
  3.  
  4.  
  5. 2.# +------------------------------------------------------+ #
  6.  
  7.  
  8. 3.# | Notes | #
  9.  
  10.  
  11. 4.# +------------------------------------------------------+ #
  12.  
  13.  
  14. 5.############################################################
  15.  
  16.  
  17. 6.
  18.  
  19.  
  20. 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.
  21.  
  22.  
  23. 8.# If you receive an error when Essentials loads, ensure that:
  24.  
  25.  
  26. 9.# - No tabs are present: YAML only allows spaces
  27.  
  28.  
  29. 10.# - Indents are correct: YAML hierarchy is based entirely on indentation
  30.  
  31.  
  32. 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)
  33.  
  34.  
  35. 12.# - Text with symbols is enclosed in single or double quotation marks
  36.  
  37.  
  38. 13.
  39.  
  40.  
  41. 14.# If you have problems join the Essentials help support channel: http://tiny.cc/EssentialsChat
  42.  
  43.  
  44. 15.
  45.  
  46.  
  47. 16.############################################################
  48.  
  49.  
  50. 17.# +------------------------------------------------------+ #
  51.  
  52.  
  53. 18.# | Essentials (Global) | #
  54.  
  55.  
  56. 19.# +------------------------------------------------------+ #
  57.  
  58.  
  59. 20.############################################################
  60.  
  61.  
  62. 21.
  63.  
  64.  
  65. 22.# A color code between 0-9 or a-f. Set to 'none' to disable.
  66.  
  67.  
  68. 23.ops-name-color: '4'
  69.  
  70.  
  71. 24.
  72.  
  73.  
  74. 25.# The character(s) to prefix all nicknames, so that you know they are not true usernames.
  75.  
  76.  
  77. 26.nickname-prefix: '~'
  78.  
  79.  
  80. 27.
  81.  
  82.  
  83. 28.# The maximum length allowed in nicknames. The nickname prefix is included in this.
  84.  
  85.  
  86. 29.max-nick-length: 35
  87.  
  88.  
  89. 30.
  90.  
  91.  
  92. 31.# Disable this if you have any other plugin, that modifies the displayname of a user.
  93.  
  94.  
  95. 32.change-displayname: true
  96.  
  97.  
  98. 33.
  99.  
  100.  
  101. 34.# When this option is enabled, the (tab) player list will be updated with the displayname.
  102.  
  103.  
  104. 35.# The value of change-displayname (above) has to be true.
  105.  
  106.  
  107. 36.#change-playerlist: true
  108.  
  109.  
  110. 37.
  111.  
  112.  
  113. 38.# When essentialschat.jar isn't used, force essentials to add the prefix and suffix from permission plugins to displayname.
  114.  
  115.  
  116. 39.# This setting is ignored if essentialschat.jar is used, and defaults to 'true'.
  117.  
  118.  
  119. 40.# The value of change-displayname (above) has to be true.
  120.  
  121.  
  122. 41.# Do not edit this setting unless you know what you are doing!
  123.  
  124.  
  125. 42.#add-prefix-suffix: false
  126.  
  127.  
  128. 43.
  129.  
  130.  
  131. 44.# If the teleport destination is unsafe, should players be teleported to the nearest safe location?
  132.  
  133.  
  134. 45.# If this is set to true, Essentials will attempt to teleport players close to the intended destination.
  135.  
  136.  
  137. 46.# If this is set to false, attempted teleports to unsafe locations will be cancelled with a warning.
  138.  
  139.  
  140. 47.teleport-safety: true
  141.  
  142.  
  143. 48.
  144.  
  145.  
  146. 49.# The delay, in seconds, required between /home, /tp, etc.
  147.  
  148.  
  149. 50.teleport-cooldown: 0
  150.  
  151.  
  152. 51.
  153.  
  154.  
  155. 52.# The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.
  156.  
  157.  
  158. 53.teleport-delay: 5
  159.  
  160.  
  161. 54.
  162.  
  163.  
  164. 55.# The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command.
  165.  
  166.  
  167. 56.# This will also prevent the player attacking other players.
  168.  
  169.  
  170. 57.teleport-invulnerability: 4
  171.  
  172.  
  173. 58.
  174.  
  175.  
  176. 59.# The delay, in seconds, required between /heal or /feed attempts.
  177.  
  178.  
  179. 60.heal-cooldown: 60
  180.  
  181.  
  182. 61.
  183.  
  184.  
  185. 62.# What to prevent from /i /give.
  186.  
  187.  
  188. 63.# e.g item-spawn-blacklist: 46,11,10
  189.  
  190.  
  191. 64.item-spawn-blacklist:
  192.  
  193.  
  194. 65.
  195.  
  196.  
  197. 66.# Set this to true if you want permission based item spawn rules.
  198.  
  199.  
  200. 67.# Note: The blacklist above will be ignored then.
  201.  
  202.  
  203. 68.# Example permissions (these go in your permissions manager):
  204.  
  205.  
  206. 69.# - essentials.itemspawn.item-all
  207.  
  208.  
  209. 70.# - essentials.itemspawn.item-[itemname]
  210.  
  211.  
  212. 71.# - essentials.itemspawn.item-[itemid]
  213.  
  214.  
  215. 72.# - essentials.give.item-all
  216.  
  217.  
  218. 73.# - essentials.give.item-[itemname]
  219.  
  220.  
  221. 74.# - essentials.give.item-[itemid]
  222.  
  223.  
  224. 75.# - essentials.unlimited.item-all
  225.  
  226.  
  227. 76.# - essentials.unlimited.item-[itemname]
  228.  
  229.  
  230. 77.# - essentials.unlimited.item-[itemid]
  231.  
  232.  
  233. 78.# - essentials.unlimited.item-bucket # Unlimited liquid placing
  234.  
  235.  
  236. 79.#
  237.  
  238.  
  239. 80.# For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive
  240.  
  241.  
  242. 81.permission-based-item-spawn: false
  243.  
  244.  
  245. 82.
  246.  
  247.  
  248. 83.# Mob limit on the /spawnmob command per execution.
  249.  
  250.  
  251. 84.spawnmob-limit: 10
  252.  
  253.  
  254. 85.
  255.  
  256.  
  257. 86.# Shall we notify users when using /lightning?
  258.  
  259.  
  260. 87.warn-on-smite: true
  261.  
  262.  
  263. 88.
  264.  
  265.  
  266. 89.# motd and rules are now configured in the files motd.txt and rules.txt.
  267.  
  268.  
  269. 90.
  270.  
  271.  
  272. 91.# When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority.
  273.  
  274.  
  275. 92.# Commands in this list, will tell Essentials to 'not give up' the command to other plugins.
  276.  
  277.  
  278. 93.# In this state, which plugin 'wins' appears to be almost random.
  279.  
  280.  
  281. 94.#
  282.  
  283.  
  284. 95.# If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias.
  285.  
  286.  
  287. 96.# To force essentials to take 'god' alias 'god' to 'egod'.
  288.  
  289.  
  290. 97.# See http://wiki.bukkit.org/Bukkit.yml#aliases for more information
  291.  
  292.  
  293. 98.
  294.  
  295.  
  296. 99.overridden-commands:
  297.  
  298.  
  299. 100.# - god
  300.  
  301.  
  302. 101.# - info
  303.  
  304.  
  305. 102.
  306.  
  307.  
  308. 103.# Disabling commands here will prevent Essentials handling the command, this will not affect command conflicts.
  309.  
  310.  
  311. 104.# Commands should fallback to the vanilla versions if available.
  312.  
  313.  
  314. 105.# You should not have to disable commands used in other plugins, they will automatically get priority.
  315.  
  316.  
  317. 106.disabled-commands:
  318.  
  319.  
  320. 107.# - nick
  321.  
  322.  
  323. 108.# - clear
  324.  
  325.  
  326. 109.
  327.  
  328.  
  329. 110.# These commands will be shown to players with socialSpy enabled.
  330.  
  331.  
  332. 111.# You can add commands from other plugins you may want to track or
  333.  
  334.  
  335. 112.# remove commands that are used for something you dont want to spy on.
  336.  
  337.  
  338. 113.socialspy-commands:
  339.  
  340.  
  341. 114. - msg
  342.  
  343.  
  344. 115. - w
  345.  
  346.  
  347. 116. - r
  348.  
  349.  
  350. 117. - mail
  351.  
  352.  
  353. 118. - m
  354.  
  355.  
  356. 119. - t
  357.  
  358.  
  359. 120. - whisper
  360.  
  361.  
  362. 121. - emsg
  363.  
  364.  
  365. 122. - tell
  366.  
  367.  
  368. 123. - er
  369.  
  370.  
  371. 124. - reply
  372.  
  373.  
  374. 125. - ereply
  375.  
  376.  
  377. 126. - email
  378.  
  379.  
  380. 127. - action
  381.  
  382.  
  383. 128. - describe
  384.  
  385.  
  386. 129. - eme
  387.  
  388.  
  389. 130. - eaction
  390.  
  391.  
  392. 131. - edescribe
  393.  
  394.  
  395. 132. - etell
  396.  
  397.  
  398. 133. - ewhisper
  399.  
  400.  
  401. 134. - pm
  402.  
  403.  
  404. 135.
  405.  
  406.  
  407. 136.# If you do not wish to use a permission system, you can define a list of 'player perms' below.
  408.  
  409.  
  410. 137.# This list has no effect if you are using a supported permissions system.
  411.  
  412.  
  413. 138.# If you are using an unsupported permissions system, simply delete this section.
  414.  
  415.  
  416. 139.# Whitelist the commands and permissions you wish to give players by default (everything else is op only).
  417.  
  418.  
  419. 140.# These are the permissions without the "essentials." part.
  420.  
  421.  
  422. 141.player-commands:
  423.  
  424.  
  425. 142. - afk
  426.  
  427.  
  428. 143. - afk.auto
  429.  
  430.  
  431. 144. - back
  432.  
  433.  
  434. 145. - back.ondeath
  435.  
  436.  
  437. 146. - balance
  438.  
  439.  
  440. 147. - balance.others
  441.  
  442.  
  443. 148. - balancetop
  444.  
  445.  
  446. 149. - build
  447.  
  448.  
  449. 150. - chat.color
  450.  
  451.  
  452. 151. - chat.format
  453.  
  454.  
  455. 152. - chat.shout
  456.  
  457.  
  458. 153. - chat.question
  459.  
  460.  
  461. 154. - clearinventory
  462.  
  463.  
  464. 155. - compass
  465.  
  466.  
  467. 156. - depth
  468.  
  469.  
  470. 157. - delhome
  471.  
  472.  
  473. 158. - getpos
  474.  
  475.  
  476. 159. - geoip.show
  477.  
  478.  
  479. 160. - help
  480.  
  481.  
  482. 161. - helpop
  483.  
  484.  
  485. 162. - home
  486.  
  487.  
  488. 163. - home.others
  489.  
  490.  
  491. 164. - ignore
  492.  
  493.  
  494. 165. - info
  495.  
  496.  
  497. 166. - itemdb
  498.  
  499.  
  500. 167. - kit
  501.  
  502.  
  503. 168. - kits.starter
  504.  
  505.  
  506. 169. - list
  507.  
  508.  
  509. 170. - mail
  510.  
  511.  
  512. 171. - mail.send
  513.  
  514.  
  515. 172. - me
  516.  
  517.  
  518. 173. - motd
  519.  
  520.  
  521. 174. - msg
  522.  
  523.  
  524. 175. - msg.color
  525.  
  526.  
  527. 176. - nick
  528.  
  529.  
  530. 177. - near
  531.  
  532.  
  533. 178. - pay
  534.  
  535.  
  536. 179. - ping
  537.  
  538.  
  539. 180. - protect
  540.  
  541.  
  542. 181. - r
  543.  
  544.  
  545. 182. - rules
  546.  
  547.  
  548. 183. - realname
  549.  
  550.  
  551. 184. - seen
  552.  
  553.  
  554. 185. - sell
  555.  
  556.  
  557. 186. - sethome
  558.  
  559.  
  560. 187. - setxmpp
  561.  
  562.  
  563. 188. - signs.create.protection
  564.  
  565.  
  566. 189. - signs.create.trade
  567.  
  568.  
  569. 190. - signs.break.protection
  570.  
  571.  
  572. 191. - signs.break.trade
  573.  
  574.  
  575. 192. - signs.use.balance
  576.  
  577.  
  578. 193. - signs.use.buy
  579.  
  580.  
  581. 194. - signs.use.disposal
  582.  
  583.  
  584. 195. - signs.use.enchant
  585.  
  586.  
  587. 196. - signs.use.free
  588.  
  589.  
  590. 197. - signs.use.gamemode
  591.  
  592.  
  593. 198. - signs.use.heal
  594.  
  595.  
  596. 199. - signs.use.info
  597.  
  598.  
  599. 200. - signs.use.kit
  600.  
  601.  
  602. 201. - signs.use.mail
  603.  
  604.  
  605. 202. - signs.use.protection
  606.  
  607.  
  608. 203. - signs.use.repair
  609.  
  610.  
  611. 204. - signs.use.sell
  612.  
  613.  
  614. 205. - signs.use.time
  615.  
  616.  
  617. 206. - signs.use.trade
  618.  
  619.  
  620. 207. - signs.use.warp
  621.  
  622.  
  623. 208. - signs.use.weather
  624.  
  625.  
  626. 209. - spawn
  627.  
  628.  
  629. 210. - suicide
  630.  
  631.  
  632. 211. - time
  633.  
  634.  
  635. 212. - tpa
  636.  
  637.  
  638. 213. - tpaccept
  639.  
  640.  
  641. 214. - tpahere
  642.  
  643.  
  644. 215. - tpdeny
  645.  
  646.  
  647. 216. - warp
  648.  
  649.  
  650. 217. - warp.list
  651.  
  652.  
  653. 218. - world
  654.  
  655.  
  656. 219. - worth
  657.  
  658.  
  659. 220. - xmpp
  660.  
  661.  
  662. 221. - serversigns.use.*
  663.  
  664.  
  665. 222. - serversigns.use
  666.  
  667.  
  668. 223. - kits.Starter
  669.  
  670.  
  671. 224. - kit.Starter
  672.  
  673.  
  674. 225. - kit.starter
  675.  
  676.  
  677. 226.
  678.  
  679.  
  680. 227.# Note: All items MUST be followed by a quantity!
  681.  
  682.  
  683. 228.# All kit names should be lower case, and will be treated as lower in permissions/costs.
  684.  
  685.  
  686. 229.# Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]...
  687.  
  688.  
  689. 230.# For Item meta information visit http://wiki.ess3.net/wiki/Item_Meta
  690.  
  691.  
  692. 231.# 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
  693.  
  694.  
  695. 232.# For more information, visit http://wiki.ess3.net/wiki/Kits
  696.  
  697.  
  698. 233.kits:
  699.  
  700.  
  701. 234. tools:
  702.  
  703.  
  704. 235. delay: 36000
  705.  
  706.  
  707. 236. items:
  708.  
  709.  
  710. 237. - 272 1
  711.  
  712.  
  713. 238. - 273 1
  714.  
  715.  
  716. 239. - 274 1
  717.  
  718.  
  719. 240. - 275 1
  720.  
  721.  
  722. 241. Premium:
  723.  
  724.  
  725. 242. delay: 6000
  726.  
  727.  
  728. 243. items:
  729.  
  730.  
  731. 244. - 278 1 efficiency:30 unbreaking:50 name:&5&lPremiumPickaxe lore:BONZAI_KILL_DA_STONE
  732.  
  733.  
  734. 245. - 310 1 protection:10 unbreaking:40 name:&5PremiumArmor
  735.  
  736.  
  737. 246. - 276 1 sharpness:25 knockback:15 name:&5&lPremiumSword lore:Kill_Ze_Nub!
  738.  
  739.  
  740. 247. - 277 1 digspeed:10 unbreaking:20 name:&5&lPremiumShovel lore:Donate=Mine
  741.  
  742.  
  743. 248. - 279 1 digspeed:30 unbreaking:20 name:&5&lPremiumAxe lore:PremiumsAreCool
  744.  
  745.  
  746. 249. - 311 1 protection:10 unbreaking:40 name:&5PremiumArmor lore:NeverDie
  747.  
  748.  
  749. 250. - 312 1 protection:10 unbreaking:40 name:&5PremiumArmor lore:NeverDie
  750.  
  751.  
  752. 251. - 313 1 protection:10 unbreaking:40 name:&5PremiumArmor lore:NeverDie
  753.  
  754.  
  755. 252. Starter:
  756.  
  757.  
  758. 253. delay: 36000
  759.  
  760.  
  761. 254. items:
  762.  
  763.  
  764. 255. - 278 1 efficiency:20 unbreaking:20 name:&6&lStarterPickaxe lore:Mine The Heavens
  765.  
  766.  
  767. 256. - 310 1 protection:5
  768.  
  769.  
  770. 257. - 276 1 sharpness:8 knockback:10 name:&6&lStarterSword lore:Kill_Ze_Nub!
  771.  
  772.  
  773. 258. - 277 1 digspeed:10 unbreaking:20 name:&6&lStarterShovel lore:Dig_Ze_Holz
  774.  
  775.  
  776. 259. - 279 1 digspeed:15 unbreaking:15 name:&6&lStarterAxe lore:DontUseUrFists!
  777.  
  778.  
  779. 260. - 311 1 protection:5
  780.  
  781.  
  782. 261. - 312 1 protection:5
  783.  
  784.  
  785. 262. - 313 1 protection:5
  786.  
  787.  
  788. 263. color:
  789.  
  790.  
  791. 264. delay: 6000
  792.  
  793.  
  794. 265. items:
  795.  
  796.  
  797. 266. - 387 1 title:&4Book_&9o_&6Colors author:KHobbits lore:Ingame_color_codes book:Colors
  798.  
  799.  
  800. 267. firework:
  801.  
  802.  
  803. 268. delay: 6000
  804.  
  805.  
  806. 269. items:
  807.  
  808.  
  809. 270. - 401 1 name:Angry_Creeper color:red fade:green type:creeper power:1
  810.  
  811.  
  812. 271. - 401 1 name:StarryNight color:yellow,orange fade:blue type:star effect:trail,twinkle power:1
  813.  
  814.  
  815. 272. - 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
  816.  
  817.  
  818. 273.
  819.  
  820.  
  821. 274.# Essentials Sign Control
  822.  
  823.  
  824. 275.# See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
  825.  
  826.  
  827. 276.# To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  828.  
  829.  
  830. 277.# Essentials Colored sign support will be enabled when any sign types are enabled.
  831.  
  832.  
  833. 278.# Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
  834.  
  835.  
  836. 279.
  837.  
  838.  
  839. 280.enabledSigns:
  840.  
  841.  
  842. 281. - color
  843.  
  844.  
  845. 282. - balance
  846.  
  847.  
  848. 283. - buy
  849.  
  850.  
  851. 284. - sell
  852.  
  853.  
  854. 285. - trade
  855.  
  856.  
  857. 286. - free
  858.  
  859.  
  860. 287. - disposal
  861.  
  862.  
  863. 288. - warp
  864.  
  865.  
  866. 289. - kit
  867.  
  868.  
  869. 290. - mail
  870.  
  871.  
  872. 291. - enchant
  873.  
  874.  
  875. 292. - gamemode
  876.  
  877.  
  878. 293. - heal
  879.  
  880.  
  881. 294. - info
  882.  
  883.  
  884. 295. - spawnmob
  885.  
  886.  
  887. 296. - repair
  888.  
  889.  
  890. 297. - time
  891.  
  892.  
  893. 298. - weather
  894.  
  895.  
  896. 299.
  897.  
  898.  
  899. 300.# How many times per second can Essentials signs be interacted with per player.
  900.  
  901.  
  902. 301.# Values should be between 1-20, 20 being virtually no lag protection.
  903.  
  904.  
  905. 302.# Lower numbers will reduce the possibility of lag, but may annoy players.
  906.  
  907.  
  908. 303.sign-use-per-second: 4
  909.  
  910.  
  911. 304.
  912.  
  913.  
  914. 305.# Backup runs a batch/bash command while saving is disabled.
  915.  
  916.  
  917. 306.backup:
  918.  
  919.  
  920. 307. # Interval in minutes.
  921.  
  922.  
  923. 308. interval: 30
  924.  
  925.  
  926. 309. # Unless you add a valid backup command or script here, this feature will be useless.
  927.  
  928.  
  929. 310. # Use 'save-all' to simply force regular world saving without backup.
  930.  
  931.  
  932. 311. #command: 'rdiff-backup World1 backups/World1'
  933.  
  934.  
  935. 312.
  936.  
  937.  
  938. 313.# Set this true to enable permission per warp.
  939.  
  940.  
  941. 314.per-warp-permission: false
  942.  
  943.  
  944. 315.
  945.  
  946.  
  947. 316.# Sort output of /list command by groups.
  948.  
  949.  
  950. 317.# You can hide and merge the groups displayed in /list by defining the desired behaviour here.
  951.  
  952.  
  953. 318.# Detailed instructions and examples can be found on the wiki: http://wiki.ess3.net/wiki/List
  954.  
  955.  
  956. 319.list:
  957.  
  958.  
  959. 320. # To merge groups, list the groups you wish to merge
  960.  
  961.  
  962. 321. #Staff: owner admin moderator
  963.  
  964.  
  965. 322. Admins: owner admin
  966.  
  967.  
  968. 323. # To limit groups, set a max user limit
  969.  
  970.  
  971. 324. #builder: 20
  972.  
  973.  
  974. 325. # To hide groups, set the group as hidden
  975.  
  976.  
  977. 326. #default: hidden
  978.  
  979.  
  980. 327. # Uncomment the line below to simply list all players with no grouping
  981.  
  982.  
  983. 328. #Players: '*'
  984.  
  985.  
  986. 329.
  987.  
  988.  
  989. 330.# More output to the console.
  990.  
  991.  
  992. 331.debug: false
  993.  
  994.  
  995. 332.
  996.  
  997.  
  998. 333.# Set the locale for all messages.
  999.  
  1000.  
  1001. 334.# If you don't set this, the default locale of the server will be used.
  1002.  
  1003.  
  1004. 335.# For example, to set language to English, set locale to en, to use the file "messages_en.properties".
  1005.  
  1006.  
  1007. 336.# Don't forget to remove the # in front of the line.
  1008.  
  1009.  
  1010. 337.# For more information, visit http://wiki.ess3.net/wiki/Locale
  1011.  
  1012.  
  1013. 338.#locale: en
  1014.  
  1015.  
  1016. 339.
  1017.  
  1018.  
  1019. 340.# Turn off god mode when people exit.
  1020.  
  1021.  
  1022. 341.remove-god-on-disconnect: false
  1023.  
  1024.  
  1025. 342.
  1026.  
  1027.  
  1028. 343.# Auto-AFK
  1029.  
  1030.  
  1031. 344.# After this timeout in seconds, the user will be set as afk.
  1032.  
  1033.  
  1034. 345.# This feature requires the player to have essentials.afk.auto node.
  1035.  
  1036.  
  1037. 346.# Set to -1 for no timeout.
  1038.  
  1039.  
  1040. 347.auto-afk: 300
  1041.  
  1042.  
  1043. 348.
  1044.  
  1045.  
  1046. 349.# Auto-AFK Kick
  1047.  
  1048.  
  1049. 350.# After this timeout in seconds, the user will be kicked from the server.
  1050.  
  1051.  
  1052. 351.# essentials.afk.kickexempt node overrides this feature.
  1053.  
  1054.  
  1055. 352.# Set to -1 for no timeout.
  1056.  
  1057.  
  1058. 353.auto-afk-kick: -1
  1059.  
  1060.  
  1061. 354.
  1062.  
  1063.  
  1064. 355.# Set this to true, if you want to freeze the player, if he is afk.
  1065.  
  1066.  
  1067. 356.# Other players or monsters can't push him out of afk mode then.
  1068.  
  1069.  
  1070. 357.# This will also enable temporary god mode for the afk player.
  1071.  
  1072.  
  1073. 358.# The player has to use the command /afk to leave the afk mode.
  1074.  
  1075.  
  1076. 359.freeze-afk-players: false
  1077.  
  1078.  
  1079. 360.
  1080.  
  1081.  
  1082. 361.# When the player is afk, should he be able to pickup items?
  1083.  
  1084.  
  1085. 362.# Enable this, when you don't want people idling in mob traps.
  1086.  
  1087.  
  1088. 363.disable-item-pickup-while-afk: false
  1089.  
  1090.  
  1091. 364.
  1092.  
  1093.  
  1094. 365.# This setting controls if a player is marked as active on interaction.
  1095.  
  1096.  
  1097. 366.# When this setting is false, you will need to manually un-AFK using the /afk command.
  1098.  
  1099.  
  1100. 367.cancel-afk-on-interact: true
  1101.  
  1102.  
  1103. 368.
  1104.  
  1105.  
  1106. 369.# Should we automatically remove afk status when the player moves?
  1107.  
  1108.  
  1109. 370.# Player will be removed from AFK on chat/command regardless of this setting.
  1110.  
  1111.  
  1112. 371.# Disable this to reduce server lag.
  1113.  
  1114.  
  1115. 372.cancel-afk-on-move: true
  1116.  
  1117.  
  1118. 373.
  1119.  
  1120.  
  1121. 374.# You can disable the death messages of Minecraft here.
  1122.  
  1123.  
  1124. 375.death-messages: true
  1125.  
  1126.  
  1127. 376.
  1128.  
  1129.  
  1130. 377.# Should operators be able to join and part silently.
  1131.  
  1132.  
  1133. 378.# You can control this with permissions if it is enabled.
  1134.  
  1135.  
  1136. 379.allow-silent-join-quit: false
  1137.  
  1138.  
  1139. 380.
  1140.  
  1141.  
  1142. 381.# You can set a custom join message here, set to "none" to disable.
  1143.  
  1144.  
  1145. 382.# You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
  1146.  
  1147.  
  1148. 383.custom-join-message: "none"
  1149.  
  1150.  
  1151. 384.
  1152.  
  1153.  
  1154. 385.# You can set a custom quit message here, set to "none" to disable.
  1155.  
  1156.  
  1157. 386.# You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
  1158.  
  1159.  
  1160. 387.custom-quit-message: "none"
  1161.  
  1162.  
  1163. 388.
  1164.  
  1165.  
  1166. 389.# Add worlds to this list, if you want to automatically disable god mode there.
  1167.  
  1168.  
  1169. 390.no-god-in-worlds:
  1170.  
  1171.  
  1172. 391.# - world_nether
  1173.  
  1174.  
  1175. 392.
  1176.  
  1177.  
  1178. 393.# Set to true to enable per-world permissions for teleporting between worlds with essentials commands.
  1179.  
  1180.  
  1181. 394.# This applies to /world, /back, /tp[a|o][here|all], but not warps.
  1182.  
  1183.  
  1184. 395.# Give someone permission to teleport to a world with essentials.worlds.<worldname>
  1185.  
  1186.  
  1187. 396.# This does not affect the /home command, there is a separate toggle below for this.
  1188.  
  1189.  
  1190. 397.world-teleport-permissions: false
  1191.  
  1192.  
  1193. 398.
  1194.  
  1195.  
  1196. 399.# The number of items given if the quantity parameter is left out in /item or /give.
  1197.  
  1198.  
  1199. 400.# If this number is below 1, the maximum stack size size is given. If over-sized stacks.
  1200.  
  1201.  
  1202. 401.# are not enabled, any number higher than the maximum stack size results in more than one stack.
  1203.  
  1204.  
  1205. 402.default-stack-size: -1
  1206.  
  1207.  
  1208. 403.
  1209.  
  1210.  
  1211. 404.# Over-sized stacks are stacks that ignore the normal max stack size.
  1212.  
  1213.  
  1214. 405.# They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  1215.  
  1216.  
  1217. 406.# How many items should be in an over-sized stack?
  1218.  
  1219.  
  1220. 407.oversized-stacksize: 64
  1221.  
  1222.  
  1223. 408.
  1224.  
  1225.  
  1226. 409.# Allow repair of enchanted weapons and armor.
  1227.  
  1228.  
  1229. 410.# If you set this to false, you can still allow it for certain players using the permission.
  1230.  
  1231.  
  1232. 411.# essentials.repair.enchanted
  1233.  
  1234.  
  1235. 412.repair-enchanted: true
  1236.  
  1237.  
  1238. 413.
  1239.  
  1240.  
  1241. 414.# Allow 'unsafe' enchantments in kits and item spawning.
  1242.  
  1243.  
  1244. 415.# Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins.
  1245.  
  1246.  
  1247. 416.unsafe-enchantments: true
  1248.  
  1249.  
  1250. 417.
  1251.  
  1252.  
  1253. 418.#Do you want essentials to keep track of previous location for /back in the teleport listener?
  1254.  
  1255.  
  1256. 419.#If you set this to true any plugin that uses teleport will have the previous location registered.
  1257.  
  1258.  
  1259. 420.register-back-in-listener: false
  1260.  
  1261.  
  1262. 421.
  1263.  
  1264.  
  1265. 422.#Delay to wait before people can cause attack damage after logging in.
  1266.  
  1267.  
  1268. 423.login-attack-delay: 5
  1269.  
  1270.  
  1271. 424.
  1272.  
  1273.  
  1274. 425.#Set the max fly speed, values range from 0.1 to 1.0
  1275.  
  1276.  
  1277. 426.max-fly-speed: 0.8
  1278.  
  1279.  
  1280. 427.
  1281.  
  1282.  
  1283. 428.#Set the max walk speed, values range from 0.1 to 1.0
  1284.  
  1285.  
  1286. 429.max-walk-speed: 0.8
  1287.  
  1288.  
  1289. 430.
  1290.  
  1291.  
  1292. 431.#Set the maximum amount of mail that can be sent within a minute.
  1293.  
  1294.  
  1295. 432.mails-per-minute: 1000
  1296.  
  1297.  
  1298. 433.
  1299.  
  1300.  
  1301. 434.# Set the maximum time /tempban can be used for in seconds.
  1302.  
  1303.  
  1304. 435.# Set to -1 to disable, and essentials.tempban.unlimited can be used to override.
  1305.  
  1306.  
  1307. 436.max-tempban-time: -1
  1308.  
  1309.  
  1310. 437.
  1311.  
  1312.  
  1313. 438.############################################################
  1314.  
  1315.  
  1316. 439.# +------------------------------------------------------+ #
  1317.  
  1318.  
  1319. 440.# | EssentialsHome | #
  1320.  
  1321.  
  1322. 441.# +------------------------------------------------------+ #
  1323.  
  1324.  
  1325. 442.############################################################
  1326.  
  1327.  
  1328. 443.
  1329.  
  1330.  
  1331. 444.# Allows people to set their bed at daytime.
  1332.  
  1333.  
  1334. 445.update-bed-at-daytime: true
  1335.  
  1336.  
  1337. 446.
  1338.  
  1339.  
  1340. 447.# Set to true to enable per-world permissions for using homes to teleport between worlds.
  1341.  
  1342.  
  1343. 448.# This applies to the /home only.
  1344.  
  1345.  
  1346. 449.# Give someone permission to teleport to a world with essentials.worlds.<worldname>
  1347.  
  1348.  
  1349. 450.world-home-permissions: false
  1350.  
  1351.  
  1352. 451.
  1353.  
  1354.  
  1355. 452.# Allow players to have multiple homes.
  1356.  
  1357.  
  1358. 453.# Players need essentials.sethome.multiple before they can have more than 1 home.
  1359.  
  1360.  
  1361. 454.# You can set the default number of multiple homes using the 'default' rank below.
  1362.  
  1363.  
  1364. 455.# To remove the home limit entirely, give people 'essentials.sethome.multiple.unlimited'.
  1365.  
  1366.  
  1367. 456.# To grant different home amounts to different people, you need to define a 'home-rank' below.
  1368.  
  1369.  
  1370. 457.# Create the 'home-rank' below, and give the matching permission: essentials.sethome.multiple.<home-rank>
  1371.  
  1372.  
  1373. 458.# For more information, visit http://wiki.ess3.net/wiki/Multihome
  1374.  
  1375.  
  1376. 459.sethome-multiple:
  1377.  
  1378.  
  1379. 460. default: 3
  1380.  
  1381.  
  1382. 461. vip: 5
  1383.  
  1384.  
  1385. 462. staff: 10
  1386.  
  1387.  
  1388. 463.
  1389.  
  1390.  
  1391. 464.# In this example someone with 'essentials.sethome.multiple' and 'essentials.sethome.multiple.vip' will have 5 homes.
  1392.  
  1393.  
  1394. 465.
  1395.  
  1396.  
  1397. 466.# Set timeout in seconds for players to accept tpa before request is cancelled.
  1398.  
  1399.  
  1400. 467.# Set to 0 for no timeout.
  1401.  
  1402.  
  1403. 468.tpa-accept-cancellation: 120
  1404.  
  1405.  
  1406. 469.
  1407.  
  1408.  
  1409. 470.############################################################
  1410.  
  1411.  
  1412. 471.# +------------------------------------------------------+ #
  1413.  
  1414.  
  1415. 472.# | EssentialsEco | #
  1416.  
  1417.  
  1418. 473.# +------------------------------------------------------+ #
  1419.  
  1420.  
  1421. 474.############################################################
  1422.  
  1423.  
  1424. 475.
  1425.  
  1426.  
  1427. 476.# For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy
  1428.  
  1429.  
  1430. 477.
  1431.  
  1432.  
  1433. 478.# Defines the balance with which new players begin. Defaults to 0.
  1434.  
  1435.  
  1436. 479.starting-balance: 100
  1437.  
  1438.  
  1439. 480.
  1440.  
  1441.  
  1442. 481.# worth-# defines the value of an item when it is sold to the server via /sell.
  1443.  
  1444.  
  1445. 482.# These are now defined in worth.yml
  1446.  
  1447.  
  1448. 483.
  1449.  
  1450.  
  1451. 484.# Defines the cost to use the given commands PER USE.
  1452.  
  1453.  
  1454. 485.# Some commands like /repair have sub-costs, check the wiki for more information.
  1455.  
  1456.  
  1457. 486.command-costs: 1
  1458.  
  1459.  
  1460. 487. # /example costs $1000 PER USE
  1461.  
  1462.  
  1463. 488. #example: 1000
  1464.  
  1465.  
  1466. 489. # /kit tools costs $1500 PER USE
  1467.  
  1468.  
  1469. 490. #kit-tools: 1500
  1470.  
  1471.  
  1472. 491.
  1473.  
  1474.  
  1475. 492.# Set this to a currency symbol you want to use.
  1476.  
  1477.  
  1478. 493.currency-symbol: 'MLZ'
  1479.  
  1480.  
  1481. 494.
  1482.  
  1483.  
  1484. 495.# Set the maximum amount of money a player can have.
  1485.  
  1486.  
  1487. 496.# The amount is always limited to 10 trillion because of the limitations of a java double.
  1488.  
  1489.  
  1490. 497.max-money: 10000000000000
  1491.  
  1492.  
  1493. 498.
  1494.  
  1495.  
  1496. 499.# Set the minimum amount of money a player can have (must be above the negative of max-money).
  1497.  
  1498.  
  1499. 500.# Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
  1500.  
  1501.  
  1502. 501.min-money: -10000
  1503.  
  1504.  
  1505. 502.
  1506.  
  1507.  
  1508. 503.# Enable this to log all interactions with trade/buy/sell signs and sell command.
  1509.  
  1510.  
  1511. 504.economy-log-enabled: true
  1512.  
  1513.  
  1514. 505.
  1515.  
  1516.  
  1517. 506.
  1518.  
  1519.  
  1520. 507.############################################################
  1521.  
  1522.  
  1523. 508.# +------------------------------------------------------+ #
  1524.  
  1525.  
  1526. 509.# | EssentialsHelp | #
  1527.  
  1528.  
  1529. 510.# +------------------------------------------------------+ #
  1530.  
  1531.  
  1532. 511.############################################################
  1533.  
  1534.  
  1535. 512.
  1536.  
  1537.  
  1538. 513.# Show other plugins commands in help.
  1539.  
  1540.  
  1541. 514.non-ess-in-help: true
  1542.  
  1543.  
  1544. 515.
  1545.  
  1546.  
  1547. 516.# Hide plugins which do not give a permission.
  1548.  
  1549.  
  1550. 517.# You can override a true value here for a single plugin by adding a permission to a user/group.
  1551.  
  1552.  
  1553. 518.# The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
  1554.  
  1555.  
  1556. 519.# You can use negative permissions to remove access to just a single plugins help if the following is enabled.
  1557.  
  1558.  
  1559. 520.hide-permissionless-help: true
  1560.  
  1561.  
  1562. 521.
  1563.  
  1564.  
  1565. 522.############################################################
  1566.  
  1567.  
  1568. 523.# +------------------------------------------------------+ #
  1569.  
  1570.  
  1571. 524.# | EssentialsChat | #
  1572.  
  1573.  
  1574. 525.# +------------------------------------------------------+ #
  1575.  
  1576.  
  1577. 526.############################################################
  1578.  
  1579.  
  1580. 527.
  1581.  
  1582.  
  1583. 528.chat:
  1584.  
  1585.  
  1586. 529.
  1587.  
  1588.  
  1589. 530. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  1590.  
  1591.  
  1592. 531. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  1593.  
  1594.  
  1595. 532. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  1596.  
  1597.  
  1598. 533. # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  1599.  
  1600.  
  1601. 534. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  1602.  
  1603.  
  1604. 535. radius: 0
  1605.  
  1606.  
  1607. 536.
  1608.  
  1609.  
  1610. 537. # Chat formatting can be done in two ways, you can either define a standard format for all chat.
  1611.  
  1612.  
  1613. 538. # Or you can give a group specific chat format, to give some extra variation.
  1614.  
  1615.  
  1616. 539. # If set to the default chat format which "should" be compatible with ichat.
  1617.  
  1618.  
  1619. 540. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
  1620.  
  1621.  
  1622. 541.
  1623.  
  1624.  
  1625. 542. format: '<{DISPLAYNAME}> {MESSAGE}'
  1626.  
  1627.  
  1628. 543. format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  1629.  
  1630.  
  1631. 544.
  1632.  
  1633.  
  1634. 545. group-formats:
  1635.  
  1636.  
  1637. 546. # Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
  1638.  
  1639.  
  1640. 547. Owner: '&5{DISPLAYNAME}&7: &5{MESSAGE}'
  1641.  
  1642.  
  1643. 548. Default: '&7{DISPLAYNAME}&7: &7{MESSAGE}'
  1644.  
  1645.  
  1646. 549.
  1647.  
  1648.  
  1649. 550. # If you are using group formats make sure to remove the '#' to allow the setting to be read.
  1650.  
  1651.  
  1652. 551.
  1653.  
  1654.  
  1655. 552.############################################################
  1656.  
  1657.  
  1658. 553.# +------------------------------------------------------+ #
  1659.  
  1660.  
  1661. 554.# | EssentialsProtect | #
  1662.  
  1663.  
  1664. 555.# +------------------------------------------------------+ #
  1665.  
  1666.  
  1667. 556.############################################################
  1668.  
  1669.  
  1670. 557.
  1671.  
  1672.  
  1673. 558.protect:
  1674.  
  1675.  
  1676. 559.
  1677.  
  1678.  
  1679. 560. # General physics/behavior modifications.
  1680.  
  1681.  
  1682. 561. prevent:
  1683.  
  1684.  
  1685. 562. lava-flow: false
  1686.  
  1687.  
  1688. 563. water-flow: false
  1689.  
  1690.  
  1691. 564. water-bucket-flow: false
  1692.  
  1693.  
  1694. 565. fire-spread: true
  1695.  
  1696.  
  1697. 566. lava-fire-spread: true
  1698.  
  1699.  
  1700. 567. flint-fire: false
  1701.  
  1702.  
  1703. 568. lightning-fire-spread: true
  1704.  
  1705.  
  1706. 569. portal-creation: false
  1707.  
  1708.  
  1709. 570. tnt-explosion: false
  1710.  
  1711.  
  1712. 571. tnt-playerdamage: false
  1713.  
  1714.  
  1715. 572. tnt-minecart-explosion: false
  1716.  
  1717.  
  1718. 573. tnt-minecart-playerdamage: false
  1719.  
  1720.  
  1721. 574. fireball-explosion: false
  1722.  
  1723.  
  1724. 575. fireball-fire: false
  1725.  
  1726.  
  1727. 576. fireball-playerdamage: false
  1728.  
  1729.  
  1730. 577. witherskull-explosion: false
  1731.  
  1732.  
  1733. 578. witherskull-playerdamage: false
  1734.  
  1735.  
  1736. 579. wither-spawnexplosion: false
  1737.  
  1738.  
  1739. 580. wither-blockreplace: false
  1740.  
  1741.  
  1742. 581. creeper-explosion: false
  1743.  
  1744.  
  1745. 582. creeper-playerdamage: false
  1746.  
  1747.  
  1748. 583. creeper-blockdamage: false
  1749.  
  1750.  
  1751. 584. enderdragon-blockdamage: true
  1752.  
  1753.  
  1754. 585. enderman-pickup: false
  1755.  
  1756.  
  1757. 586. villager-death: false
  1758.  
  1759.  
  1760. 587. # Monsters won't follow players.
  1761.  
  1762.  
  1763. 588. # permission essentials.protect.entitytarget.bypass disables this.
  1764.  
  1765.  
  1766. 589. entitytarget: false
  1767.  
  1768.  
  1769. 590. # Prevent the spawning of creatures.
  1770.  
  1771.  
  1772. 591. spawn:
  1773.  
  1774.  
  1775. 592. creeper: false
  1776.  
  1777.  
  1778. 593. skeleton: false
  1779.  
  1780.  
  1781. 594. spider: false
  1782.  
  1783.  
  1784. 595. giant: false
  1785.  
  1786.  
  1787. 596. zombie: false
  1788.  
  1789.  
  1790. 597. slime: false
  1791.  
  1792.  
  1793. 598. ghast: false
  1794.  
  1795.  
  1796. 599. pig_zombie: false
  1797.  
  1798.  
  1799. 600. enderman: false
  1800.  
  1801.  
  1802. 601. cave_spider: false
  1803.  
  1804.  
  1805. 602. silverfish: false
  1806.  
  1807.  
  1808. 603. blaze: false
  1809.  
  1810.  
  1811. 604. magma_cube: false
  1812.  
  1813.  
  1814. 605. ender_dragon: false
  1815.  
  1816.  
  1817. 606. pig: false
  1818.  
  1819.  
  1820. 607. sheep: false
  1821.  
  1822.  
  1823. 608. cow: false
  1824.  
  1825.  
  1826. 609. chicken: false
  1827.  
  1828.  
  1829. 610. squid: false
  1830.  
  1831.  
  1832. 611. wolf: false
  1833.  
  1834.  
  1835. 612. mushroom_cow: false
  1836.  
  1837.  
  1838. 613. snowman: false
  1839.  
  1840.  
  1841. 614. ocelot: false
  1842.  
  1843.  
  1844. 615. iron_golem: false
  1845.  
  1846.  
  1847. 616. villager: false
  1848.  
  1849.  
  1850. 617. wither: false
  1851.  
  1852.  
  1853. 618. bat: false
  1854.  
  1855.  
  1856. 619. witch: false
  1857.  
  1858.  
  1859. 620. horse: false
  1860.  
  1861.  
  1862. 621.
  1863.  
  1864.  
  1865. 622. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  1866.  
  1867.  
  1868. 623. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  1869.  
  1870.  
  1871. 624. creeper:
  1872.  
  1873.  
  1874. 625. max-height: -1
  1875.  
  1876.  
  1877. 626.
  1878.  
  1879.  
  1880. 627. # Disable various default physics and behaviors.
  1881.  
  1882.  
  1883. 628. disable:
  1884.  
  1885.  
  1886. 629. # Should fall damage be disabled?
  1887.  
  1888.  
  1889. 630. fall: false
  1890.  
  1891.  
  1892. 631.
  1893.  
  1894.  
  1895. 632. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  1896.  
  1897.  
  1898. 633. # They will be unable to attack users without that same permission node.
  1899.  
  1900.  
  1901. 634. pvp: false
  1902.  
  1903.  
  1904. 635.
  1905.  
  1906.  
  1907. 636. # Should drowning damage be disabled?
  1908.  
  1909.  
  1910. 637. # (Split into two behaviors; generally, you want both set to the same value.)
  1911.  
  1912.  
  1913. 638. drown: false
  1914.  
  1915.  
  1916. 639. suffocate: false
  1917.  
  1918.  
  1919. 640.
  1920.  
  1921.  
  1922. 641. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  1923.  
  1924.  
  1925. 642. lavadmg: false
  1926.  
  1927.  
  1928. 643.
  1929.  
  1930.  
  1931. 644. # Should arrow damage be disabled?
  1932.  
  1933.  
  1934. 645. projectiles: false
  1935.  
  1936.  
  1937. 646.
  1938.  
  1939.  
  1940. 647. # This will disable damage from touching cacti.
  1941.  
  1942.  
  1943. 648. contactdmg: false
  1944.  
  1945.  
  1946. 649.
  1947.  
  1948.  
  1949. 650. # Burn, baby, burn! Should fire damage be disabled?
  1950.  
  1951.  
  1952. 651. firedmg: false
  1953.  
  1954.  
  1955. 652.
  1956.  
  1957.  
  1958. 653. # Should the damage after hit by a lightning be disabled?
  1959.  
  1960.  
  1961. 654. lightning: false
  1962.  
  1963.  
  1964. 655.
  1965.  
  1966.  
  1967. 656. # Should Wither damage be disabled?
  1968.  
  1969.  
  1970. 657. wither: false
  1971.  
  1972.  
  1973. 658.
  1974.  
  1975.  
  1976. 659. # Disable weather options?
  1977.  
  1978.  
  1979. 660. weather:
  1980.  
  1981.  
  1982. 661. storm: false
  1983.  
  1984.  
  1985. 662. thunder: false
  1986.  
  1987.  
  1988. 663. lightning: false
  1989.  
  1990.  
  1991. 664.
  1992.  
  1993.  
  1994. 665.############################################################
  1995.  
  1996.  
  1997. 666.# +------------------------------------------------------+ #
  1998.  
  1999.  
  2000. 667.# | EssentialsAntiBuild | #
  2001.  
  2002.  
  2003. 668.# +------------------------------------------------------+ #
  2004.  
  2005.  
  2006. 669.############################################################
  2007.  
  2008.  
  2009. 670.
  2010.  
  2011.  
  2012. 671. # Disable various default physics and behaviors
  2013.  
  2014.  
  2015. 672. # For more information, visit http://wiki.ess3.net/wiki/AntiBuild
  2016.  
  2017.  
  2018. 673.
  2019.  
  2020.  
  2021. 674. # Should people with build: false in permissions be allowed to build?
  2022.  
  2023.  
  2024. 675. # Set true to disable building for those people.
  2025.  
  2026.  
  2027. 676. # Setting to false means EssentialsAntiBuild will never prevent you from building.
  2028.  
  2029.  
  2030. 677. build: true
  2031.  
  2032.  
  2033. 678.
  2034.  
  2035.  
  2036. 679. # Should people with build: false in permissions be allowed to use items?
  2037.  
  2038.  
  2039. 680. # Set true to disable using for those people.
  2040.  
  2041.  
  2042. 681. # Setting to false means EssentialsAntiBuild will never prevent you from using items.
  2043.  
  2044.  
  2045. 682. use: true
  2046.  
  2047.  
  2048. 683.
  2049.  
  2050.  
  2051. 684. # Should we tell people they are not allowed to build?
  2052.  
  2053.  
  2054. 685. warn-on-build-disallow: true
  2055.  
  2056.  
  2057. 686.
  2058.  
  2059.  
  2060. 687. # For which block types would you like to be alerted?
  2061.  
  2062.  
  2063. 688. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  2064.  
  2065.  
  2066. 689. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  2067.  
  2068.  
  2069. 690. alert:
  2070.  
  2071.  
  2072. 691. on-placement: 10,11,46,327
  2073.  
  2074.  
  2075. 692. on-use: 327
  2076.  
  2077.  
  2078. 693. on-break:
  2079.  
  2080.  
  2081. 694.
  2082.  
  2083.  
  2084. 695. blacklist:
  2085.  
  2086.  
  2087. 696.
  2088.  
  2089.  
  2090. 697. # Which blocks should people be prevented from placing?
  2091.  
  2092.  
  2093. 698. placement: 10,11,46,327
  2094.  
  2095.  
  2096. 699.
  2097.  
  2098.  
  2099. 700. # Which items should people be prevented from using?
  2100.  
  2101.  
  2102. 701. usage: 327
  2103.  
  2104.  
  2105. 702.
  2106.  
  2107.  
  2108. 703. # Which blocks should people be prevented from breaking?
  2109.  
  2110.  
  2111. 704. break:
  2112.  
  2113.  
  2114. 705.
  2115.  
  2116.  
  2117. 706. # Which blocks should not be pushed by pistons?
  2118.  
  2119.  
  2120. 707. piston:
  2121.  
  2122.  
  2123. 708.
  2124.  
  2125.  
  2126. 709. # Which blocks should not be dispensed by dispensers
  2127.  
  2128.  
  2129. 710. dispenser:
  2130.  
  2131.  
  2132. 711.
  2133.  
  2134.  
  2135. 712.############################################################
  2136.  
  2137.  
  2138. 713.# +------------------------------------------------------+ #
  2139.  
  2140.  
  2141. 714.# | Essentials Spawn / New Players | #
  2142.  
  2143.  
  2144. 715.# +------------------------------------------------------+ #
  2145.  
  2146.  
  2147. 716.############################################################
  2148.  
  2149.  
  2150. 717.
  2151.  
  2152.  
  2153. 718.newbies:
  2154.  
  2155.  
  2156. 719. # Should we announce to the server when someone logs in for the first time?
  2157.  
  2158.  
  2159. 720. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  2160.  
  2161.  
  2162. 721. # If not, set to ''
  2163.  
  2164.  
  2165. 722. #announce-format: ''
  2166.  
  2167.  
  2168. 723. announce-format: '&9&lWelcome {DISPLAYNAME} &9&lTo McPlatinum'
  2169.  
  2170.  
  2171. 724.
  2172.  
  2173.  
  2174. 725. # When we spawn for the first time, which spawnpoint do we use?
  2175.  
  2176.  
  2177. 726. # Set to "none" if you want to use the spawn point of the world.
  2178.  
  2179.  
  2180. 727. spawnpoint: newbies
  2181.  
  2182.  
  2183. 728.
  2184.  
  2185.  
  2186. 729. # Do we want to give users anything on first join? Set to '' to disable
  2187.  
  2188.  
  2189. 730. # This kit will be given regardless of cost, and permissions.a
  2190.  
  2191.  
  2192. 731. #kit: ''
  2193.  
  2194.  
  2195. 732. kit: Starter
  2196.  
  2197.  
  2198. 733.
  2199.  
  2200.  
  2201. 734.# Set this to lowest, if you want Multiverse to handle the respawning.
  2202.  
  2203.  
  2204. 735.# Set this to high, if you want EssentialsSpawn to handle the respawning.
  2205.  
  2206.  
  2207. 736.# Set this to highest, if you want to force EssentialsSpawn to handle the respawning.
  2208.  
  2209.  
  2210. 737.respawn-listener-priority: high
  2211.  
  2212.  
  2213. 738.
  2214.  
  2215.  
  2216. 739.# When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  2217.  
  2218.  
  2219. 740.respawn-at-home: false
  2220.  
  2221.  
  2222. 741.
  2223.  
  2224.  
  2225. 742.# End of File <-- No seriously, you're done with configuration.
  2226.  
  2227.  
  2228. 743.clone this paste RAW Paste Data
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement