Ergenta

Untitled

Aug 16th, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.07 KB | None | 0 0
  1. ############################################################
  2. # +------------------------------------------------------+ #
  3. # | Notes | #
  4. # +------------------------------------------------------+ #
  5. ############################################################
  6.  
  7. # If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
  8. # If you receive an error when Essentials loads, ensure that:
  9. # - No tabs are present: YAML only allows spaces
  10. # - Indents are correct: YAML hierarchy is based entirely on indentation
  11. # - You have "escaped" all apostrophes in your text: If you want to write "don't", for example, write "don''t" instead (note the doubled apostrophe)
  12. # - Text with symbols is enclosed in single or double quotation marks
  13.  
  14. # If you have problems join the Essentials help support channel: http://tiny.cc/EssentialsChat
  15.  
  16. ############################################################
  17. # +------------------------------------------------------+ #
  18. # | Essentials (Global) | #
  19. # +------------------------------------------------------+ #
  20. ############################################################
  21.  
  22. # A color code between 0-9 or a-f. Set to 'none' to disable.
  23. ops-name-color: 'none'
  24.  
  25. # The character(s) to prefix all nicknames, so that you know they are not true usernames.
  26. nickname-prefix: ' '
  27.  
  28. # The maximum length allowed in nicknames. The nickname prefix is included in this.
  29. max-nick-length: 36
  30.  
  31. # Disable this if you have any other plugin, that modifies the displayname of a user.
  32. change-displayname: true
  33.  
  34. # When this option is enabled, the (tab) player list will be updated with the displayname.
  35. # The value of change-displayname (above) has to be true.
  36. #change-playerlist: true
  37.  
  38. # When essentialschat.jar isn't used, force essentials to add the prefix and suffix from permission plugins to displayname.
  39. # This setting is ignored if essentialschat.jar is used, and defaults to 'true'.
  40. # The value of change-displayname (above) has to be true.
  41. # Do not edit this setting unless you know what you are doing!
  42. #add-prefix-suffix: false
  43.  
  44. # The delay, in seconds, required between /home, /tp, etc.
  45. teleport-cooldown: 0
  46.  
  47. # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.
  48. teleport-delay: 2
  49.  
  50. # The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command.
  51. # This will also prevent the player attacking other players.
  52. teleport-invulnerability: 3
  53.  
  54. # The delay, in seconds, required between /heal or /feed attempts.
  55. heal-cooldown: 60
  56.  
  57. # What to prevent from /i /give.
  58. # e.g item-spawn-blacklist: 46,11,10
  59. item-spawn-blacklist:
  60.  
  61. # Set this to true if you want permission based item spawn rules.
  62. # Note: The blacklist above will be ignored then.
  63. # Example permissions (these go in your permissions manager):
  64. # - essentials.itemspawn.item-all
  65. # - essentials.itemspawn.item-[itemname]
  66. # - essentials.itemspawn.item-[itemid]
  67. # - essentials.give.item-all
  68. # - essentials.give.item-[itemname]
  69. # - essentials.give.item-[itemid]
  70. # - essentials.unlimited.item-all
  71. # - essentials.unlimited.item-[itemname]
  72. # - essentials.unlimited.item-[itemid]
  73. # - essentials.unlimited.item-bucket # Unlimited liquid placing
  74. #
  75. # For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive
  76. permission-based-item-spawn: false
  77.  
  78. # Mob limit on the /spawnmob command per execution.
  79. spawnmob-limit: 10
  80.  
  81. # Shall we notify users when using /lightning?
  82. warn-on-smite: true
  83.  
  84. # motd and rules are now configured in the files motd.txt and rules.txt.
  85.  
  86. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority.
  87. # Commands in this list, will tell Essentials to 'not give up' the command to other plugins.
  88. # In this state, which plugin 'wins' appears to be almost random.
  89. #
  90. # If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias.
  91. # To force essentials to take 'god' alias 'god' to 'egod'.
  92. # See http://wiki.bukkit.org/Bukkit.yml#aliases for more information
  93.  
  94. overridden-commands:
  95. # - god
  96. # - info
  97.  
  98. # Disabling commands here will prevent Essentials handling the command, this will not affect command conflicts.
  99. # Commands should fallback to the vanilla versions if available.
  100. # You should not have to disable commands used in other plugins, they will automatically get priority.
  101. disabled-commands:
  102. # - nick
  103. # - clear
  104.  
  105. # These commands will be shown to players with socialSpy enabled.
  106. # You can add commands from other plugins you may want to track or
  107. # remove commands that are used for something you dont want to spy on.
  108. socialspy-commands:
  109. - msg
  110. - w
  111. - r
  112. - mail
  113. - m
  114. - t
  115. - whisper
  116. - emsg
  117. - tell
  118. - er
  119. - reply
  120. - ereply
  121. - email
  122. - action
  123. - describe
  124. - eme
  125. - eaction
  126. - edescribe
  127. - etell
  128. - ewhisper
  129. - pm
  130.  
  131. # If you do not wish to use a permission system, you can define a list of 'player perms' below.
  132. # This list has no effect if you are using a supported permissions system.
  133. # If you are using an unsupported permissions system, simply delete this section.
  134. # Whitelist the commands and permissions you wish to give players by default (everything else is op only).
  135. # These are the permissions without the "essentials." part.
  136. player-commands:
  137. - afk
  138. - afk.auto
  139. - back
  140. - back.ondeath
  141. - balance
  142. - balance.others
  143. - balancetop
  144. - build
  145. - chat.color
  146. - chat.format
  147. - chat.shout
  148. - chat.question
  149. - clearinventory
  150. - compass
  151. - depth
  152. - delhome
  153. - getpos
  154. - geoip.show
  155. - help
  156. - helpop
  157. - home
  158. - home.others
  159. - ignore
  160. - info
  161. - itemdb
  162. - kit
  163. - kits.tools
  164. - list
  165. - mail
  166. - mail.send
  167. - me
  168. - motd
  169. - msg
  170. - msg.color
  171. - nick
  172. - near
  173. - pay
  174. - ping
  175. - protect
  176. - r
  177. - rules
  178. - realname
  179. - seen
  180. - sell
  181. - sethome
  182. - setxmpp
  183. - signs.create.protection
  184. - signs.create.trade
  185. - signs.break.protection
  186. - signs.break.trade
  187. - signs.use.balance
  188. - signs.use.buy
  189. - signs.use.disposal
  190. - signs.use.enchant
  191. - signs.use.free
  192. - signs.use.gamemode
  193. - signs.use.heal
  194. - signs.use.info
  195. - signs.use.kit
  196. - signs.use.mail
  197. - signs.use.protection
  198. - signs.use.repair
  199. - signs.use.sell
  200. - signs.use.time
  201. - signs.use.trade
  202. - signs.use.warp
  203. - signs.use.weather
  204. - spawn
  205. - suicide
  206. - time
  207. - tpa
  208. - tpaccept
  209. - tpahere
  210. - tpdeny
  211. - warp
  212. - warp.list
  213. - world
  214. - worth
  215. - xmpp
  216.  
  217. # Note: All items MUST be followed by a quantity!
  218. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  219. # Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]...
  220. # For Item meta information visit http://wiki.ess3.net/wiki/Item_Meta
  221. # 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
  222. # For more information, visit http://wiki.ess3.net/wiki/Kits
  223. kits:
  224. daily:
  225. delay: 86400
  226. items:
  227. - 305 1 durability:1 name:&a{USERNAME}'s_&6Daily_footies lore:&eShoes,_for_a_fashionable_person
  228. - 304 1 durability:1 name:&a{USERNAME}'s_&6Daily_skinnies lore:&eWho_says_fishnet_isn't_fashionable?
  229. - 303 1 durability:1 name:&a{USERNAME}'s_&6Daily_mammilla lore:&eWho_doesn't_have|&eholes_in_their_shirts|&enow-a-days
  230. - 302 1 durability:1 name:&a{USERNAME}'s_&6Daily_bonnet lore:&eAh,_what_a_wonderful_hat
  231. - 267 1 durability:1 sharpness:1 name:&a{USERNAME}'s_&6Daily_Killstick lore:&eWhat's_an_adventurer|&ewithout_their_killstick?
  232. - 366 8 name:&6Daily_feast
  233. - 17 8 name:&6Daily_wood
  234. - 50 32 name:&6Daily_lightsticks
  235. weekly:
  236. delay: 604800
  237. items:
  238. - 384 10 name:&6Weekly_mystical_powers
  239. - 373:8233 2 name:&6Weekly_strength
  240. - 373:8226 2 name:&6Weekly_speed
  241. monthly:
  242. delay: 2592000
  243. items:
  244. - 278 1 efficiency:3 durability:1 fortune:1 name:&dGigadrill lore:&dThe_drill_that_&dpierces|&dthe_heavens
  245. - 277 1 digspeed:3 durability:1 fortune:1 name:&aDwarf lore:&aWelp,_start_digging
  246. - 279 1 efficiency:3 durability:1 sharpness:2 name:&eZeus lore:&eMay_zeus_wreck_havoc|&eapon_your_foes
  247. - 384 20 name:&6Mystical_powers
  248. - 322 5 name:&a{USERNAME}'s_&6Lucky_apple
  249. greenie:
  250. delay: 86400
  251. items:
  252. - 387 1 title:&a{USERNAME}'s_&6Server_guide author:&dPinkie_skittles lore:&23rd_&aEdition book:Guide
  253. - 278 1 digspeed:1 durability:1 fortune:1 name:&a{USERNAME}'s_&6Demeter
  254. - 277 1 digspeed:1 durability:1 fortune:1 name:&a{USERNAME}'s_&6Amaethon
  255. - 306 1 protect:1 durability:1 name:&a{USERNAME}'s_&6Bonnet
  256. - 307 1 protect:1 durability:1 name:&a{USERNAME}'s_&6Mammilla
  257. - 308 1 protect:1 durability:1 name:&a{USERNAME}'s_&6Skinnies
  258. - 309 1 protect:1 durability:1 name:&a{USERNAME}'s_&6Footies
  259. - 279 1 efficiency:1 durability:1 sharpness:1 name:&a{USERNAME}'s_&6Adze
  260. - 276 1 sharpness:1 durability:1 looting:1 name:&a{USERNAME}'s_&6Killstick
  261. - 261 1 power:1 durability:1 name:&a{USERNAME}'s_&6Dexterity
  262. - 262 32 name:&a{USERNAME}'s_&6Pointy_things
  263. - 366 16 name:&a{USERNAME}'s_&6Feast
  264. - 57 1 name:&a{USERNAME}'s_&6Craft_box
  265. - 384 10 name:&a{USERNAME}'s_&6Mystical_powers
  266. - 383:100 1
  267. - 383:95 1
  268. - 352 5
  269. - 420 1
  270. - 421 2
  271. - 329 1
  272. - 284 1 name:&a{USERNAME}'s_&6Greif_preventer lore:&eUse_this_to|&eclaim_land
  273. - 280 1 name:&a{USERNAME}'s_&6Claim_checker lore:&eUse_this_to|&eCheck_claimed_land
  274. blue:
  275. delay: 129600
  276. items:
  277. - 278 1 digspeed:1 durability:1 name:&bBlue_&eDemeter
  278. - 277 1 digspeed:1 durability:1 name:&bBlue_&eAmaethon
  279. - 310 1 protect:1 durability:1 name:&bBlue_&eBonnet
  280. - 311 1 protect:1 durability:1 name:&bBlue_&eMammilla
  281. - 312 1 protect:1 durability:1 name:&bBlue_&eSkinnies
  282. - 313 1 protect:1 durability:1 name:&bBlue_&eFooties
  283. - 279 1 efficiency:1 durability:1 sharpness:1 name:&bBlue_&eAdze
  284. - 276 1 sharpness:1 durability:1 name:&bBlue_&eKillstick
  285. - 261 1 power:1 durability:1 name:&bBlue_&eDexterity
  286. yellow:
  287. delay: 129600
  288. items:
  289. - 278 1 digspeed:2 durability:1 fortune:1 name:&eYellow_&6Demeter
  290. - 277 1 digspeed:2 durability:1 fortune:1 name:&eYellow_&6Amaethon
  291. - 310 1 protect:2 durability:1 name:&eYellow_&6Bonnet
  292. - 311 1 protect:2 durability:1 name:&eYellow_&6Mammilla
  293. - 312 1 protect:2 durability:1 name:&eYellow_&6Skinnies
  294. - 313 1 protect:2 durability:1 name:&eYellow_&6Footies
  295. - 279 1 efficiency:2 durability:1 sharpness:2 name:&eYellow_&6Adze
  296. - 276 1 sharpness:2 durability:1 looting:1 name:&eYellow_&6Killstick
  297. - 261 1 power:2 durability:1 name:&eYellow_&6Dexterity
  298. red:
  299. delay: 129600
  300. items:
  301. - 278 1 digspeed:3 durability:1 fortune:2 name:&cRed_&eDemeter
  302. - 277 1 digspeed:3 durability:1 fortune:2 name:&cRed_&eAmaethon
  303. - 310 1 protect:3 durability:1 name:&cRed_&eBonnet
  304. - 311 1 protect:3 durability:1 name:&cRed_&eMammilla
  305. - 312 1 protect:3 durability:1 name:&cRed_&eSkinnies
  306. - 313 1 protect:3 durability:1 name:&cRed_&eFooties
  307. - 279 1 efficiency:2 durability:1 sharpness:3 name:&cRed_&eAdze
  308. - 276 1 sharpness:3 durability:1 looting:2 name:&cRed_&eKillstick
  309. - 261 1 power:3 durability:1 name:&cRed_&eDexterity
  310. pink:
  311. delay: 129600
  312. items:
  313. - 278 1 digspeed:4 durability:2 fortune:2 name:&dPink_&eDemeter
  314. - 277 1 digspeed:4 durability:2 fortune:2 name:&dPink_&eAmaethon
  315. - 310 1 protect:4 durability:2 name:&dPink_&eBonnet
  316. - 311 1 protect:4 durability:2 name:&dPink_&eMammilla
  317. - 312 1 protect:4 durability:2 name:&dPink_&eSkinnies
  318. - 313 1 protect:4 durability:2 name:&dPink_&eFooties
  319. - 279 1 efficiency:3 durability:2 sharpness:4 name:&dPink_&eAdze
  320. - 276 1 sharpness:4 durability:2 looting:2 name:&dPink_&eKillstick
  321. - 261 1 power:4 durability:2 name:&dPink_&eDexterity
  322. rainbow:
  323. delay: 129600
  324. items:
  325. - 278 1 digspeed:5 durability:3 fortune:3 name:&a{USERNAME}'s_&dR&9a&ci&en&ab&6o&bw_&3Demeter
  326. - 277 1 digspeed:5 durability:3 fortune:3 name:&a{USERNAME}'s_&dR&9a&ci&en&ab&6o&bw_&3Amaethon
  327. - 310 1 protect:5 durability:3 name:&a{USERNAME}'s_&dR&9a&ci&en&ab&6o&bw_&3Bonnet
  328. - 311 1 protect:5 durability:3 name:&a{USERNAME}'s_&dR&9a&ci&en&ab&6o&bw_&3Mammilla
  329. - 312 1 protect:5 durability:3 name:&a{USERNAME}'s_&dR&9a&ci&en&ab&6o&bw_&3Skinnies
  330. - 313 1 protect:5 durability:3 name:&a{USERNAME}'s_&dR&9a&ci&en&ab&6o&bw_&3Footies
  331. - 279 1 efficiency:5 durability:3 sharpness:3 name:&a{USERNAME}'s_&dR&9a&ci&en&ab&6o&bw_&3Adze
  332. - 276 1 sharpness:5 durability:3 looting:3 name:&a{USERNAME}'s_&dR&9a&ci&en&ab&6o&bw_&3Killstick
  333. - 261 1 power:5 durability:3 flame:3 name:&a{USERNAME}'s_&dR&9a&ci&en&ab&6o&bw_&3Dexterity
  334. brahmin:
  335. delay: 129600
  336. items:
  337. - 278 1 digspeed:7 durability:3 fortune:4 name:&dB&er&aa&6h&bm&9i&cn_&dR&9a&ci&en&ab&6o&bw_&3Demeter
  338. - 277 1 digspeed:7 durability:3 fortune:4 name:&dB&er&aa&6h&bm&9i&cn_&dR&9a&ci&en&ab&6o&bw_&3Amaethon
  339. - 310 1 protect:7 durability:3 name:&dB&er&aa&6h&bm&9i&cn_&dR&9a&ci&en&ab&6o&bw_&3Bonnet
  340. - 311 1 protect:7 durability:3 name:&dB&er&aa&6h&bm&9i&cn_&dR&9a&ci&en&ab&6o&bw_&3Mammilla
  341. - 312 1 protect:7 durability:3 name:&dB&er&aa&6h&bm&9i&cn_&dR&9a&ci&en&ab&6o&bw_&3Skinnies
  342. - 313 1 protect:7 durability:3 name:&dB&er&aa&6h&bm&9i&cn_&dR&9a&ci&en&ab&6o&bw_&3Footies
  343. - 279 1 sharpness:7 durability:3 looting:4 name:&dB&er&aa&6h&bm&9i&cn_&dR&9a&ci&en&ab&6o&bw_&3Adze
  344. - 276 1 sharpness:7 durability:3 looting:4 name:&dB&er&aa&6h&bm&9i&cn_&dR&9a&ci&en&ab&6o&bw_&3Killstick
  345. - 261 1 power:7 durability:3 flame:3 looting:4 name:&dB&er&aa&6h&bm&9i&cn_&dR&9a&ci&en&ab&6o&bw_&3Dexterity
  346. ariel:
  347. delay: 129600
  348. items:
  349. - 310 1 name:&3Ariel's_Bonnet lore:&a&oGlowing_&a&oI|&a&oEnlighted_&a&oI|&a&oImplants_&a&oI|&a&oAutorepair_&a&oI|&6Tier_5|&3Angelic_Set
  350. - 311 1 name:&3Ariel's_Mamilla lore:&a&oObsidianshield_&a&oI|&a&oAutorepair_&a&oI|&6Tier_5|&3Angelic_Set
  351. - 312 1 name:&3Ariel's_Skinnies lore:&a&oFrozen_&a&oI|&a&oAutorepair_&a&oI|&6Tier_5|&3Angelic_Set
  352. - 313 1 name:&3Ariel's_Footies lore:&a&oGears_&a&oI|&a&oAutorepair_&a&oI|&6Tier_5|&3Angelic_Set
  353. - 278 1 name:&3Lufenian_Demeter lore:&a&oExplosive_&a&oI|&a&oAutorepair_&a&oI|&6Tier_5|&3Angelic_Set
  354. - 277 1 name:&3Kriparian_Amaethon lore:&a&oQuickening_&a&oI|&a&oAutorepair_&a&oI|&6Tier_5|&3Angelic_Set
  355. - 279 1 name:&3Vanguard_Adze lore:&a&oEnergizing_&a&oI|&a&oAutorepair_&a&oI|&6Tier_5|&3Angelic_Set
  356. - 276 1 name:&3Korager's_Grace lore:&a&oDeathbringer_&a&oI|&a&oAutorepair_&a&oI|&6Tier_5|&3Angelic_Set
  357. - 261 1 name:&3Arias'lama_Bow lore:&a&oPiercing_&a&oI|&a&oAutorepair_&a&oI|&6Tier_5|&3Angelic_Set
  358. herobrine:
  359. delay: 129600
  360. items:
  361. - 310 1 durability:10 protect:9 fireprotect:3 respiration:2 name:&4Herobrine_Helmet lore:&6Tier_5|&4Demonic_Set
  362. - 311 1 durability:10 protect:9 fireprotect:3 blastprotect:3 name:&4Herobrine_Chestplate lore:&6Tier_5|&4Demonic_Set
  363. - 312 1 durability:10 protect:9 fireprotect:3 projprot:3 name:&4Herobrine_Leggings lore:&6Tier_5|&4Demonic_Set
  364. - 313 1 durability:10 protect:9 fireprotect:3 fallprot:3 name:&4Herobrine_Boots lore:&6Tier_5|&4Demonic_Set
  365. - 278 1 durability:10 fortune:9 digspeed:3 name:&4Herobrine_Demeter lore:&6Tier_5|&4Demonic_Set
  366. - 277 1 durability:10 fortune:9 digspeed:3 name:&4Herobrine_Amaethon lore:&6Tier_5|&4Demonic_Set
  367. - 279 1 durability:10 sharpness:9 smite:5 looting:3 name:&4Herobrine_Adze lore:&6Tier_5|&4Demonic_Set
  368. - 276 1 durability:10 sharpness:9 smite:5 looting:3 fireaspect:3 name:&4Herobrine_Misery lore:&6Tier_5|&4Demonic_Set
  369. - 261 1 durability:10 power:9 looting:3 punch:3 flame:3 infinity:1 name:&4Herobrine_Dexterity lore:&6Tier_5|&4Demonic_Set
  370. Khan:
  371. delay: 129600
  372. items:
  373. - 310 1 protect:8 name:&3Khan_Ariel's_Bonnet lore:&a&oGlowing_&a&oI|&a&oEnlighted_&a&oI|&a&oImplants_&a&oI|&a&oAutorepair_&a&oI|&6Tier_6|&3Archangel_Set
  374. - 311 1 protect:8 name:&3Khan_Ariel's_Mamilla lore:&a&oObsidian_Shield_&a&oI|&a&oAutorepair_&a&oI|&6Tier_6|&3Archangel_Set
  375. - 312 1 protect:8 name:&3Khan_Ariel's_Skinnies lore:&a&oFrozen_&a&oI|&a&oAutorepair_&a&oI|&6Tier_6|&3Archangel_Set
  376. - 313 1 protect:8 name:&3Khan_Ariel's_Footies lore:&a&oGears_&a&oI|&a&oAutorepair_&a&oI|&6Tier_6|&3Archangel_Set
  377. - 278 1 fortune:8 name:&3Khan_Ariel's_Demeter lore:&a&oExplosive_&a&oI|&a&oAutorepair_&a&oI|&6Tier_6|&3Archangel_Set
  378. - 277 1 fortune:8 name:&3Khan_Ariel's_Amaethon lore:&a&oQuickening_&a&oI|&a&oAutorepair_&a&oI|&6Tier_6|&3Archangel_Set
  379. - 279 1 sharpness:8 name:&3Khan_Ariel's_Adze lore:&a&oEnergizing_&a&oI|&a&oAutorepair_&a&oI|&6Tier_6|&3Archangel_Set
  380. - 276 1 sharpness:8 name:&3Khan_Arliel's_beauty lore:&a&oDeathbringer_&a&oI|&a&oAutorepair_&a&oI|&6Tier_6|&3Archangel_Set
  381. - 261 1 power:8 name:&3Khan_Ariel's_Dexterity lore:&a&oPiercing_&a&oI|&a&oAutorepair_&a&oI|&6Tier_6|&3Archangel_Set
  382. custom:
  383. delay: 129600
  384. items:
  385. - 298 1 name:&d&lC&9&lu&c&ls&e&lt&a&lo&6&lm_&e&lhat lore:&a&oGlowing_&a&oI|&a&oEnlighted_&a&oI|&a&oImplants_&a&oI|&a&oAutorepair_&a&oI
  386. - 299 1 name:&d&lC&9&lu&c&ls&e&lt&a&lo&6&lm_&e&lshirt lore:&a&oObsidian_Shield_&a&oI|&a&oHardened_&a&oI|&a&oMolten_&a&oI|&a&oAutorepair_&a&oI
  387. - 300 1 name:&d&lC&9&lu&c&ls&e&lt&a&lo&6&lm_&e&lpants lore:&a&oFrozen_&a&oI|&a&oPoisoned_&a&oI|&a&oAutorepair_&a&oI
  388. - 301 1 name:&d&lC&9&lu&c&ls&e&lt&a&lo&6&lm_&e&lshoes lore:&a&oGears_&a&oI|&a&oAutorepair_&a&oI
  389. - 285 1 name:&d&lC&9&lu&c&ls&e&lt&a&lo&6&lm_&e&lpick lore:&a&oExplosive_&a&oI|&a&oAutorepair_&a&oI
  390. - 284 1 name:&d&lC&9&lu&c&ls&e&lt&a&lo&6&lm_&e&lspade lore:&a&oQuickening_&a&oI|&a&oAutorepair_&a&oI
  391. - 286 1 name:&d&lC&9&lu&c&ls&e&lt&a&lo&6&lm_&e&laxe lore:&a&oEnergizing_&a&oI|&a&oAutorepair_&a&oI
  392. - 283 1 name:&d&lC&9&lu&c&ls&e&lt&a&lo&6&lm_&e&lstick lore:&a&oDeathbringer_&a&oI|&a&oAutorepair_&a&oI
  393. - 261 1 name:&d&lC&9&lu&c&ls&e&lt&a&lo&6&lm_&e&lbow lore:&a&oPiercing_&a&oI|&a&oAutorepair_&a&oI
  394. colors:
  395. delay: 1
  396. items:
  397. - 387 1 title:&4Book_&9o_&6Colors author:KHobbits lore:Ingame_color_codes book:Colors
  398. guide:
  399. delay: 600
  400. items:
  401. - 387 1 title:&a{USERNAME}'s_&6Server_guide author:&dPinkie_skittles lore:&a3rd_&eEdition book:Guide
  402. - 284 1 name:&a{USERNAME}'s_&6Greif_preventer lore:&eUse_this_to|&eclaim_land
  403. - 280 1 name:&a{USERNAME}'s_&6Claim_checker lore:&eUse_this_to|&eCheck_claimed_land
  404. special:
  405. delay: 2592000
  406. items:
  407. - 100:15 1 name:&aAugust_2015
  408. spawner66:
  409. delay: 1
  410. items:
  411. - 52:66 1 name:&bWitch_spawner lore:&aSpawner_of_witchs
  412. spawner91:
  413. delay: 1
  414. items:
  415. - 52:91 1 name:&bSheep_spawner lore:&aSpawner_of_sheep
  416. spawner93:
  417. delay: 1
  418. items:
  419. - 52:93 1 name:&bChicken_spawner lore:&aSpawner_of_chickens
  420. spawner95:
  421. delay: 1
  422. items:
  423. - 52:95 1 name:&bDog_spawner lore:&aSpawner_of_dogs
  424. spawner98:
  425. delay: 1
  426. items:
  427. - 52:98 1 name:&bCat_spawner lore:&aSpawner_of_cats
  428. spawner99:
  429. delay: 1
  430. items:
  431. - 52:99 1 name:&bIronGolem_spawner lore:&aSpawner_of_irongolems
  432. spawner101:
  433. delay: 1
  434. items:
  435. - 52:101 1 name:&bRabbit_spawner lore:&aSpawner_of_rabbits
  436.  
  437. # Essentials Sign Control
  438. # See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
  439. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  440. # Essentials Colored sign support will be enabled when any sign types are enabled.
  441. # Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
  442.  
  443. enabledSigns:
  444. - color
  445. - balance
  446. - buy
  447. - sell
  448. - trade
  449. - free
  450. - disposal
  451. - warp
  452. - kit
  453. - mail
  454. - enchant
  455. - gamemode
  456. - heal
  457. - info
  458. - spawnmob
  459. - repair
  460. - time
  461. - weather
  462.  
  463. # How many times per second can Essentials signs be interacted with per player.
  464. # Values should be between 1-20, 20 being virtually no lag protection.
  465. # Lower numbers will reduce the possibility of lag, but may annoy players.
  466. sign-use-per-second: 4
  467.  
  468. # Backup runs a batch/bash command while saving is disabled.
  469. backup:
  470. # Interval in minutes.
  471. interval: 30
  472. # Unless you add a valid backup command or script here, this feature will be useless.
  473. # Use 'save-all' to simply force regular world saving without backup.
  474. #command: 'rdiff-backup World1 backups/World1'
  475.  
  476. # Set this true to enable permission per warp.
  477. per-warp-permission: true
  478.  
  479. # Sort output of /list command by groups.
  480. # You can hide and merge the groups displayed in /list by defining the desired behaviour here.
  481. # Detailed instructions and examples can be found on the wiki: http://wiki.ess3.net/wiki/List
  482. list:
  483. # To merge groups, list the groups you wish to merge
  484. #Staff: owner admin moderator
  485. Admins: owner admin
  486. # To limit groups, set a max user limit
  487. #builder: 20
  488. # To hide groups, set the group as hidden
  489. #default: hidden
  490. # Uncomment the line below to simply list all players with no grouping
  491. #Players: '*'
  492.  
  493. # More output to the console.
  494. debug: false
  495.  
  496. # Set the locale for all messages.
  497. # If you don't set this, the default locale of the server will be used.
  498. # For example, to set language to English, set locale to en, to use the file "messages_en.properties".
  499. # Don't forget to remove the # in front of the line.
  500. # For more information, visit http://wiki.ess3.net/wiki/Locale
  501. #locale: en
  502.  
  503. # Turn off god mode when people exit.
  504. remove-god-on-disconnect: false
  505.  
  506. # Auto-AFK
  507. # After this timeout in seconds, the user will be set as afk.
  508. # This feature requires the player to have essentials.afk.auto node.
  509. # Set to -1 for no timeout.
  510. auto-afk: 300
  511.  
  512. # Auto-AFK Kick
  513. # After this timeout in seconds, the user will be kicked from the server.
  514. # essentials.afk.kickexempt node overrides this feature.
  515. # Set to -1 for no timeout.
  516. auto-afk-kick: 600
  517.  
  518. # Set this to true, if you want to freeze the player, if he is afk.
  519. # Other players or monsters can't push him out of afk mode then.
  520. # This will also enable temporary god mode for the afk player.
  521. # The player has to use the command /afk to leave the afk mode.
  522. freeze-afk-players: false
  523.  
  524. # When the player is afk, should he be able to pickup items?
  525. # Enable this, when you don't want people idling in mob traps.
  526. disable-item-pickup-while-afk: false
  527.  
  528. # This setting controls if a player is marked as active on interaction.
  529. # When this setting is false, you will need to manually un-AFK using the /afk command.
  530. cancel-afk-on-interact: true
  531.  
  532. # Should we automatically remove afk status when the player moves?
  533. # Player will be removed from AFK on chat/command regardless of this setting.
  534. # Disable this to reduce server lag.
  535. cancel-afk-on-move: true
  536.  
  537. # You can disable the death messages of Minecraft here.
  538. death-messages: true
  539.  
  540. # Add worlds to this list, if you want to automatically disable god mode there.
  541. no-god-in-worlds:
  542. # - world_nether
  543.  
  544. # Set to true to enable per-world permissions for teleporting between worlds with essentials commands.
  545. # This applies to /world, /back, /tp[a|o][here|all], but not warps.
  546. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  547. # This does not affect the /home command, there is a separate toggle below for this.
  548. world-teleport-permissions: false
  549.  
  550. # The number of items given if the quantity parameter is left out in /item or /give.
  551. # If this number is below 1, the maximum stack size size is given. If over-sized stacks.
  552. # are not enabled, any number higher than the maximum stack size results in more than one stack.
  553. default-stack-size: -1
  554.  
  555. # Over-sized stacks are stacks that ignore the normal max stack size.
  556. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  557. # How many items should be in an over-sized stack?
  558. oversized-stacksize: 64
  559.  
  560. # Allow repair of enchanted weapons and armor.
  561. # If you set this to false, you can still allow it for certain players using the permission.
  562. # essentials.repair.enchanted
  563. repair-enchanted: true
  564.  
  565. # Allow 'unsafe' enchantments in kits and item spawning.
  566. # Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins.
  567. unsafe-enchantments: true
  568.  
  569. #Do you want essentials to keep track of previous location for /back in the teleport listener?
  570. #If you set this to true any plugin that uses teleport will have the previous location registered.
  571. register-back-in-listener: false
  572.  
  573. #Delay to wait before people can cause attack damage after logging in.
  574. login-attack-delay: 5
  575.  
  576. #Set the max fly speed, values range from 0.1 to 1.0
  577. max-fly-speed: 0.8
  578.  
  579. #Set the max walk speed, values range from 0.1 to 1.0
  580. max-walk-speed: 0.8
  581.  
  582. #Set the maximum amount of mail that can be sent within a minute.
  583. mails-per-minute: 1000
  584.  
  585. # Set the maximum time /tempban can be used for in seconds.
  586. # Set to -1 to disable, and essentials.tempban.unlimited can be used to override.
  587. max-tempban-time: -1
  588.  
  589. ############################################################
  590. # +------------------------------------------------------+ #
  591. # | EssentialsHome | #
  592. # +------------------------------------------------------+ #
  593. ############################################################
  594.  
  595. # Allows people to set their bed at daytime.
  596. update-bed-at-daytime: true
  597.  
  598. # Set to true to enable per-world permissions for using homes to teleport between worlds.
  599. # This applies to the /home only.
  600. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  601. world-home-permissions: false
  602.  
  603. # Allow players to have multiple homes.
  604. # Players need essentials.sethome.multiple before they can have more than 1 home, defaults to 'default' below.
  605. # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
  606. # People with essentials.sethome.multiple.unlimited are not limited by these numbers.
  607. # For more information, visit http://wiki.ess3.net/wiki/Multihome
  608. sethome-multiple:
  609. default: 2
  610. rank: 5
  611. # essentials.sethome.multiple.vip
  612. vip: 10
  613. # essentials.sethome.multiple.staff
  614. staff: 15
  615.  
  616. # Set timeout in seconds for players to accept tpa before request is cancelled.
  617. # Set to 0 for no timeout.
  618. tpa-accept-cancellation: 120
  619.  
  620. ############################################################
  621. # +------------------------------------------------------+ #
  622. # | EssentialsEco | #
  623. # +------------------------------------------------------+ #
  624. ############################################################
  625.  
  626. # For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy
  627.  
  628. # Defines the balance with which new players begin. Defaults to 0.
  629. starting-balance: 750
  630.  
  631. # worth-# defines the value of an item when it is sold to the server via /sell.
  632. # These are now defined in worth.yml
  633.  
  634. # Defines the cost to use the given commands PER USE.
  635. # Some commands like /repair have sub-costs, check the wiki for more information.
  636. command-costs:
  637. # /example costs $1000 PER USE
  638. #example: 1000
  639. # /kit tools costs $1500 PER USE
  640. kit-tools: 1500
  641. kit-elite: 1000000
  642.  
  643. # Set this to a currency symbol you want to use.
  644. currency-symbol: '$'
  645.  
  646. # Set the maximum amount of money a player can have.
  647. # The amount is always limited to 10 trillion because of the limitations of a java double.
  648. max-money: 5000000
  649.  
  650. # Set the minimum amount of money a player can have (must be above the negative of max-money).
  651. # Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
  652. min-money: -10000
  653.  
  654. # Enable this to log all interactions with trade/buy/sell signs and sell command.
  655. economy-log-enabled: false
  656.  
  657. ############################################################
  658. # +------------------------------------------------------+ #
  659. # | EssentialsHelp | #
  660. # +------------------------------------------------------+ #
  661. ############################################################
  662.  
  663. # Show other plugins commands in help.
  664. non-ess-in-help: true
  665.  
  666. # Hide plugins which do not give a permission.
  667. # You can override a true value here for a single plugin by adding a permission to a user/group.
  668. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
  669. # You can use negative permissions to remove access to just a single plugins help if the following is enabled.
  670. hide-permissionless-help: true
  671.  
  672. ############################################################
  673. # +------------------------------------------------------+ #
  674. # | EssentialsChat | #
  675. # +------------------------------------------------------+ #
  676. ############################################################
  677.  
  678. chat:
  679.  
  680. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  681. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  682. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  683. # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  684. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  685. radius: 0
  686.  
  687. # Chat formatting can be done in two ways, you can either define a standard format for all chat.
  688. # Or you can give a group specific chat format, to give some extra variation.
  689. # If set to the default chat format which "should" be compatible with ichat.
  690. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
  691.  
  692. format: '&7{DISPLAYNAME} &6&l>>:&r {MESSAGE}'
  693. #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  694.  
  695. group-formats:
  696. # Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
  697. # Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
  698.  
  699. # If you are using group formats make sure to remove the '#' to allow the setting to be read.
  700.  
  701. ############################################################
  702. # +------------------------------------------------------+ #
  703. # | EssentialsProtect | #
  704. # +------------------------------------------------------+ #
  705. ############################################################
  706.  
  707. protect:
  708.  
  709. # General physics/behavior modifications.
  710. prevent:
  711. lava-flow: false
  712. water-flow: false
  713. water-bucket-flow: false
  714. fire-spread: true
  715. lava-fire-spread: true
  716. flint-fire: false
  717. lightning-fire-spread: true
  718. portal-creation: false
  719. tnt-explosion: false
  720. tnt-playerdamage: false
  721. tnt-minecart-explosion: false
  722. tnt-minecart-playerdamage: false
  723. fireball-explosion: false
  724. fireball-fire: false
  725. fireball-playerdamage: false
  726. witherskull-explosion: false
  727. witherskull-playerdamage: false
  728. wither-spawnexplosion: false
  729. wither-blockreplace: false
  730. creeper-explosion: false
  731. creeper-playerdamage: false
  732. creeper-blockdamage: false
  733. enderdragon-blockdamage: true
  734. enderman-pickup: false
  735. villager-death: false
  736. # Monsters won't follow players.
  737. # permission essentials.protect.entitytarget.bypass disables this.
  738. entitytarget: false
  739. # Prevent the spawning of creatures.
  740. spawn:
  741. creeper: false
  742. skeleton: false
  743. spider: false
  744. giant: false
  745. zombie: false
  746. slime: false
  747. ghast: false
  748. pig_zombie: false
  749. enderman: false
  750. cave_spider: false
  751. silverfish: false
  752. blaze: false
  753. magma_cube: false
  754. ender_dragon: false
  755. pig: false
  756. sheep: false
  757. cow: false
  758. chicken: false
  759. squid: false
  760. wolf: false
  761. mushroom_cow: false
  762. snowman: false
  763. ocelot: false
  764. iron_golem: false
  765. villager: false
  766. wither: false
  767. bat: false
  768. witch: false
  769. horse: false
  770.  
  771. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  772. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  773. creeper:
  774. max-height: -1
  775.  
  776. # Disable various default physics and behaviors.
  777. disable:
  778. # Should fall damage be disabled?
  779. fall: false
  780.  
  781. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  782. # They will be unable to attack users without that same permission node.
  783. pvp: false
  784.  
  785. # Should drowning damage be disabled?
  786. # (Split into two behaviors; generally, you want both set to the same value.)
  787. drown: false
  788. suffocate: false
  789.  
  790. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  791. lavadmg: false
  792.  
  793. # Should arrow damage be disabled?
  794. projectiles: false
  795.  
  796. # This will disable damage from touching cacti.
  797. contactdmg: false
  798.  
  799. # Burn, baby, burn! Should fire damage be disabled?
  800. firedmg: false
  801.  
  802. # Should the damage after hit by a lightning be disabled?
  803. lightning: false
  804.  
  805. # Should Wither damage be disabled?
  806. wither: false
  807.  
  808. # Disable weather options?
  809. weather:
  810. storm: false
  811. thunder: false
  812. lightning: false
  813.  
  814. ############################################################
  815. # +------------------------------------------------------+ #
  816. # | EssentialsAntiBuild | #
  817. # +------------------------------------------------------+ #
  818. ############################################################
  819.  
  820. # Disable various default physics and behaviors
  821. # For more information, visit http://wiki.ess3.net/wiki/AntiBuild
  822.  
  823. # Should people with build: false in permissions be allowed to build?
  824. # Set true to disable building for those people.
  825. # Setting to false means EssentialsAntiBuild will never prevent you from building.
  826. build: true
  827.  
  828. # Should people with build: false in permissions be allowed to use items?
  829. # Set true to disable using for those people.
  830. # Setting to false means EssentialsAntiBuild will never prevent you from using.
  831. use: true
  832.  
  833. # Should we tell people they are not allowed to build?
  834. warn-on-build-disallow: true
  835.  
  836. # For which block types would you like to be alerted?
  837. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  838. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  839. alert:
  840. on-placement: 10,11,46,327
  841. on-use: 327
  842. on-break:
  843.  
  844. blacklist:
  845.  
  846. # Which blocks should people be prevented from placing?
  847. placement: 10,11,46,327
  848.  
  849. # Which items should people be prevented from using?
  850. usage: 327
  851.  
  852. # Which blocks should people be prevented from breaking?
  853. break:
  854.  
  855. # Which blocks should not be pushed by pistons?
  856. piston:
  857.  
  858. # Which blocks should not be dispensed by dispensers
  859. dispenser:
  860.  
  861. ############################################################
  862. # +------------------------------------------------------+ #
  863. # | Essentials Spawn / New Players | #
  864. # +------------------------------------------------------+ #
  865. ############################################################
  866.  
  867. newbies:
  868. # Should we announce to the server when someone logs in for the first time?
  869. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  870. # If not, set to ''
  871. #announce-format: ''
  872. announce-format: '&aWelcome &e{DISPLAYNAME}&a to &a[&bR&eB&dN&a]'
  873.  
  874. # When we spawn for the first time, which spawnpoint do we use?
  875. # Set to "none" if you want to use the spawn point of the world.
  876. spawnpoint: newbies
  877.  
  878. # Do we want to give users anything on first join? Set to '' to disable
  879. # This kit will be given regardless of cost, and permissions.
  880. #kit: ''
  881. kit: greenie
  882.  
  883. # Set this to lowest, if you want Multiverse to handle the respawning.
  884. # Set this to high, if you want EssentialsSpawn to handle the respawning.
  885. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning.
  886. respawn-listener-priority: high
  887.  
  888. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  889. respawn-at-home: false
  890.  
  891. # End of File <-- No seriously, you're done with configuration.
Add Comment
Please, Sign In to add comment