Guest User

ess

a guest
Aug 22nd, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.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: '3'
  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: 50
  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. # If the teleport destination is unsafe, should players be teleported to the nearest safe location?
  45. # If this is set to true, Essentials will attempt to teleport players close to the intended destination.
  46. # If this is set to false, attempted teleports to unsafe locations will be cancelled with a warning.
  47. teleport-safety: true
  48.  
  49. # The delay, in seconds, required between /home, /tp, etc.
  50. teleport-cooldown: 0
  51.  
  52. # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.
  53. teleport-delay: 0
  54.  
  55. # The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command.
  56. # This will also prevent the player attacking other players.
  57. teleport-invulnerability: 6
  58.  
  59. # The delay, in seconds, required between /heal or /feed attempts.
  60. heal-cooldown: 60
  61.  
  62. # What to prevent from /i /give.
  63. # e.g item-spawn-blacklist:
  64. item-spawn-blacklist:
  65.  
  66. # Set this to true if you want permission based item spawn rules.
  67. # Note: The blacklist above will be ignored then.
  68. # Example permissions (these go in your permissions manager):
  69. # - essentials.itemspawn.item-all
  70. # - essentials.itemspawn.item-[itemname]
  71. # - essentials.itemspawn.item-[itemid]
  72. # - essentials.give.item-all
  73. # - essentials.give.item-[itemname]
  74. # - essentials.give.item-[itemid]
  75. # - essentials.unlimited.item-all
  76. # - essentials.unlimited.item-[itemname]
  77. # - essentials.unlimited.item-[itemid]
  78. # - essentials.unlimited.item-bucket # Unlimited liquid placing
  79. #
  80. # For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive
  81. permission-based-item-spawn: false
  82.  
  83. # Mob limit on the /spawnmob command per execution.
  84. spawnmob-limit: 10
  85.  
  86. # Shall we notify users when using /lightning?
  87. warn-on-smite: true
  88.  
  89. # motd and rules are now configured in the files motd.txt and rules.txt.
  90.  
  91. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority.
  92. # Commands in this list, will tell Essentials to 'not give up' the command to other plugins.
  93. # In this state, which plugin 'wins' appears to be almost random.
  94. #
  95. # If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias.
  96. # To force essentials to take 'god' alias 'god' to 'egod'.
  97. # See http://wiki.bukkit.org/Bukkit.yml#aliases for more information
  98.  
  99. overridden-commands:
  100. # - god
  101. # - info
  102.  
  103. # Disabling commands here will prevent Essentials handling the command, this will not affect command conflicts.
  104. # Commands should fallback to the vanilla versions if available.
  105. # You should not have to disable commands used in other plugins, they will automatically get priority.
  106. disabled-commands:
  107. # - nick
  108. # - clear
  109.  
  110. # These commands will be shown to players with socialSpy enabled.
  111. # You can add commands from other plugins you may want to track or
  112. # remove commands that are used for something you dont want to spy on.
  113. socialspy-commands:
  114. - msg
  115. - w
  116. - r
  117. - mail
  118. - m
  119. - t
  120. - whisper
  121. - emsg
  122. - tell
  123. - er
  124. - reply
  125. - ereply
  126. - email
  127. - action
  128. - describe
  129. - eme
  130. - eaction
  131. - edescribe
  132. - etell
  133. - ewhisper
  134. - pm
  135.  
  136. # If you do not wish to use a permission system, you can define a list of 'player perms' below.
  137. # This list has no effect if you are using a supported permissions system.
  138. # If you are using an unsupported permissions system, simply delete this section.
  139. # Whitelist the commands and permissions you wish to give players by default (everything else is op only).
  140. # These are the permissions without the "essentials." part.
  141. player-commands:
  142. - afk
  143. - afk.auto
  144. - back
  145. - back.ondeath
  146. - balance
  147. - balance.others
  148. - balancetop
  149. - build
  150. - chat.color
  151. - chat.format
  152. - chat.shout
  153. - chat.question
  154. - clearinventory
  155. - compass
  156. - depth
  157. - delhome
  158. - getpos
  159. - geoip.show
  160. - help
  161. - helpop
  162. - home
  163. - home.others
  164. - ignore
  165. - info
  166. - itemdb
  167. - kit
  168. - kits.tools
  169. - list
  170. - mail
  171. - mail.send
  172. - me
  173. - motd
  174. - msg
  175. - msg.color
  176. - nick
  177. - near
  178. - pay
  179. - ping
  180. - protect
  181. - r
  182. - rules
  183. - realname
  184. - seen
  185. - sell
  186. - sethome
  187. - setxmpp
  188. - signs.create.protection
  189. - signs.create.trade
  190. - signs.break.protection
  191. - signs.break.trade
  192. - signs.use.balance
  193. - signs.use.buy
  194. - signs.use.disposal
  195. - signs.use.enchant
  196. - signs.use.free
  197. - signs.use.gamemode
  198. - signs.use.heal
  199. - signs.use.info
  200. - signs.use.kit
  201. - signs.use.mail
  202. - signs.use.protection
  203. - signs.use.repair
  204. - signs.use.sell
  205. - signs.use.time
  206. - signs.use.trade
  207. - signs.use.warp
  208. - signs.use.weather
  209. - spawn
  210. - suicide
  211. - time
  212. - tpa
  213. - tpaccept
  214. - tpahere
  215. - tpdeny
  216. - warp
  217. - warp.list
  218. - world
  219. - worth
  220. - xmpp
  221.  
  222. # Note: All items MUST be followed by a quantity!
  223. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  224. # Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]...
  225. # For Item meta information visit http://wiki.ess3.net/wiki/Item_Meta
  226. # 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
  227. # For more information, visit http://wiki.ess3.net/wiki/Kits
  228. kits:
  229. Ore:
  230. delay: 6000
  231. items:
  232. - 264:0 1
  233. - 388:0 1
  234. - 266:0 1
  235. - 265:0 1
  236. - 331:0 1
  237. - 351:4 1
  238. - 263:0 1
  239. - 173:0 1
  240. - 155:0 1
  241. - 22:0 1
  242. - 152:0 1
  243. - 42:0 1
  244. - 41:0 1
  245. - 133:0 1
  246. - 57:0 1
  247. Member:
  248. delay: 86400
  249. items:
  250. - 310:0 1 name:§8[§7§lMember_§c§lHelmet§8]_
  251. - 311:0 1 name:§8[§7§lMember_§c§lChestplate§8]_
  252. - 312:0 1 name:§8[§7§lMember_§c§lLeggings§8]_
  253. - 313:0 1 name:§8[§7§lMember_§c§lBoots§8]_
  254. - 276:0 1 name:§8[§7§lMember_§c§lSword§8]_
  255. - 261:0 1 arrow_infinite:1 name:§8[§7§lMember_§c§lBow§8]_
  256. - 46:0 32
  257. - 49:0 32
  258. - 322:0 4
  259. - 262:0 1
  260. - 364:0 64
  261. - 278:0 1 dig_speed:1 silk_touch:1 name:§8[§7§lMember_§c§lPickaxe§8]_
  262. - 278:0 1 dig_speed:1 name:§8[§7§lMember_§c§lPickaxeV2§8]_
  263. - 279:0 1 dig_speed:1 name:§8[§7§lMember_§c§lAxe§8]_
  264. - 277:0 1 dig_speed:1 name:§8[§7§lMember_§c§lShovel§8]_
  265. Demon:
  266. delay: 86400
  267. items:
  268. - 310:0 1 protection_environmental:1 durability:1 name:§8[§e§lDemon_§c§lHelmet§8]_
  269. - 311:0 1 protection_environmental:1 durability:1 name:§8[§e§lDemon_§c§lChestplate§8]_
  270. - 312:0 1 protection_environmental:1 durability:1 name:§8[§e§lDemon_§c§lLeggings§8]_
  271. - 313:0 1 protection_environmental:1 durability:1 name:§8[§e§lDemon_§c§lBoots§8]_
  272. - 276:0 1 damage_all:1 durability:1 name:§8[§e§lDemon_§c§lSword§8]_
  273. - 261:0 1 arrow_damage:1 durability:1 arrow_infinite:1 name:§8[§e§lDemon_§c§lBow§8]_
  274. - 322:0 16
  275. - 46:0 64
  276. - 49:0 64
  277. - 384:0 64
  278. - 364:0 64
  279. - 262:0 1
  280. Demon2:
  281. delay: 86400
  282. items:
  283. - 278:0 1 dig_speed:2 durability:1 name:§8[§e§lDemon_§c§lPickaxeV2§8]_
  284. - 278:0 1 dig_speed:2 silk_touch:1 durability:1 name:§8[§e§lDemon_§c§lPickaxe§8]_
  285. - 277:0 1 dig_speed:2 durability:1 name:§8[§e§lDemon_§c§lShovel§8]_
  286. - 279:0 1 dig_speed:2 durability:1 name:§8[§e§lDemon_§c§lAxe§8]_
  287. Reaper:
  288. delay: 108000
  289. items:
  290. - 310:0 1 protection_environmental:2 durability:2 name:§8[§6§lReaper_§c§lHelmet§8]_
  291. - 311:0 1 protection_environmental:2 durability:2 name:§8[§6§lReaper_§c§lChestplate§8]_
  292. - 312:0 1 protection_environmental:2 durability:2 name:§8[§6§lReaper_§c§lLeggings§8]_
  293. - 313:0 1 protection_environmental:2 durability:2 name:§8[§6§lReaper_§c§lBoots§8]_
  294. - 276:0 1 damage_all:3 fire_aspect:1 durability:2 name:§8[§6§lReaper_§c§lSword§8]_
  295. - 261:0 1 arrow_damage:2 durability:2 arrow_fire:1 arrow_infinite:1 name:§8[§6§lReaper_§c§lBow§8]_
  296. - 322:0 16
  297. - 42:0 16
  298. - 41:0 4
  299. - 384:0 64
  300. - 384:0 64
  301. - 262:0 1
  302. - 49:0 64
  303. - 49:0 64
  304. - 46:0 64
  305. - 46:0 64
  306. - 133:0 2
  307. - 57:0 4
  308. Reaper2:
  309. delay: 86400
  310. items:
  311. - 278:0 1 dig_speed:3 silk_touch:1 durability:2 name:§8[§6§lReaper_§c§lPickaxe§8]_
  312. - 278:0 1 dig_speed:3 durability:2 name:§8[§6§lReaper_§c§lPickaxeV2§8]_
  313. - 277:0 1 dig_speed:3 durability:2 name:§8[§6§lReaper_§c§lShovel§8]_
  314. - 279:0 1 dig_speed:3 durability:2 name:§8[§6§lReaper_§c§lAxe§8]_
  315. Highclass:
  316. delay: 108000
  317. items:
  318. - 310:0 1 protection_environmental:4 durability:1 name:§8[§5§lHighclass_§c§lHelmet§8]_
  319. - 311:0 1 protection_environmental:4 durability:1 name:§8[§5§lHighclass_§c§lChestplate§8]_
  320. - 312:0 1 protection_environmental:4 durability:1 name:§8[§5§lHighclass_§c§lLeggings§8]_
  321. - 313:0 1 protection_environmental:4 durability:1 name:§8[§5§lHighclass_§c§lBoots§8]_
  322. - 276:0 1 damage_all:3 durability:2 fire_aspect:2 loot_bonus_mobs:2 name:§8[§5§lHighclass_§c§lSword§8]_
  323. - 276:0 1 damage_all:3 fire_aspect:2 durability:2 name:§8[§5§lHighclass_§c§lSwordV2§8]_
  324. - 261:0 1 arrow_damage:3 arrow_knockback:1 durability:2 arrow_fire:1 arrow_infinite:1 name:§8[§5§lHighclass_§c§lBow§8]_
  325. - 322:0 32
  326. - 42:0 32
  327. - 384:0 64
  328. - 384:0 64
  329. - 384:0 64
  330. - 262:0 1
  331. - 49:0 64
  332. - 49:0 64
  333. - 49:0 64
  334. - 46:0 64
  335. - 46:0 64
  336. - 46:0 64
  337. - 57:0 8
  338. - 133:0 4
  339. - 41:0 8
  340. Highclass2:
  341. delay: 86400
  342. items:
  343. - 278:0 1 dig_speed:4 silk_touch:1 durability:2 name:§8[§5§lHighclass_§c§lPickaxe§8]_
  344. - 278:0 1 dig_speed:4 durability:2 loot_bonus_blocks:2 name:§8[§5§lHighclass_§c§lPickaxeV2§8]_
  345. - 277:0 1 dig_speed:4 durability:2 name:§8[§5§lHighclass_§c§lShovel§8]_
  346. - 279:0 1 dig_speed:4 durability:2 name:§8[§5§lHighclass_§c§lAxe§8]_
  347. Highclass3:
  348. delay: 100800
  349. items:
  350. - 373:16421 1
  351. - 373:16421 1
  352. - 373:16421 1
  353. - 373:16421 1
  354. - 373:16421 1
  355. - 373:16421 1
  356. - 373:16421 1
  357. - 373:16421 1
  358. - 322:1 1
  359. - 373:8226 1
  360. - 373:8226 1
  361. - 373:8226 1
  362. - 373:8226 1
  363. - 373:8233 1
  364. - 373:8233 1
  365. - 373:8233 1
  366. - 373:8233 1
  367. Fallen:
  368. delay: 108000
  369. items:
  370. - 310:0 1 protection_environmental:4 durability:2 name:§8[§a§lFallen_§c§lHelmet§8]_
  371. - 311:0 1 protection_environmental:4 durability:2 name:§8[§a§lFallen_§c§lChestplate§8]_
  372. - 312:0 1 protection_environmental:4 durability:2 name:§8[§a§lFallen_§c§lLeggings§8]_
  373. - 313:0 1 protection_environmental:4 durability:2 name:§8[§a§lFallen_§c§lBoots§8]_
  374. - 276:0 1 damage_all:4 durability:3 fire_aspect:2 loot_bonus_mobs:3 name:§8[§a§lFallen_§c§lSword§8]_
  375. - 276:0 1 damage_all:4 fire_aspect:2 durability:3 name:§8[§a§lFallen_§c§lSwordV2§8]_
  376. - 261:0 1 arrow_damage:4 arrow_knockback:2 durability:2 arrow_fire:2 arrow_infinite:1 name:§8[§a§lFallen_§c§lBow§8]_
  377. - 42:0 40
  378. - 57:0 16
  379. - 41:0 16
  380. - 133:0 8
  381. - 46:0 64
  382. - 46:0 64
  383. - 46:0 64
  384. - 49:0 64
  385. - 49:0 64
  386. - 49:0 64
  387. - 262:0 1
  388. - 310:0 1 protection_environmental:4 name:§8[§a§lFallen_§c§lHelmet§8]_
  389. - 311:0 1 protection_environmental:4 name:§8[§a§lFallen_§c§lChestplate§8]_
  390. - 312:0 1 protection_environmental:4 name:§8[§a§lFallen_§c§lLeggings§8]_
  391. - 313:0 1 protection_environmental:4 name:§8[§a§lFallen_§c§lBoots§8]_
  392. Fallen2:
  393. delay: 86400
  394. items:
  395. - 278:0 1 dig_speed:5 silk_touch:1 durability:3 name:§8[§a§lFallen_§c§lPickaxe§8]_
  396. - 278:0 1 dig_speed:5 durability:3 loot_bonus_blocks:3 name:§8[§a§lFallen_§c§lPickaxeV2§8]_
  397. - 277:0 1 dig_speed:5 durability:3 name:§8[§a§lFallen_§c§lShovel§8]_
  398. - 279:0 1 dig_speed:5 durability:3 name:§8[§a§lFallen_§c§lAxe§8]_
  399. Fallen3:
  400. delay: 100800
  401. items:
  402. - 373:16421 8
  403. - 373:8233 4
  404. - 373:8226 4
  405. - 322:1 2
  406. Fallen4:
  407. delay: 259200
  408. items:
  409. - 7:0 1
  410. - 383:50 1
  411. - 322:1 1
  412. Infernal:
  413. delay: 108000
  414. items:
  415. - 310:0 1 protection_environmental:4 durability:3 name:§8[§b§lInfernal_§c§lHelmet§8]_
  416. - 311:0 1 protection_environmental:4 durability:3 name:§8[§b§lInfernal_§c§lChestplate§8]_
  417. - 312:0 1 protection_environmental:4 durability:3 name:§8[§b§lInfernal_§c§lLeggings§8]_
  418. - 313:0 1 protection_environmental:4 durability:3 name:§8[§b§lInfernal_§c§lBoots§8]_
  419. - 276:0 1 damage_all:4 durability:4 fire_aspect:3 loot_bonus_mobs:4
  420. - 276:0 1 damage_all:4 fire_aspect:2 durability:4
  421. - 261:0 1 arrow_damage:5 arrow_knockback:2 arrow_fire:3 durability:4 arrow_infinite:1
  422. - 322:0 64
  423. - 42:0 52
  424. - 57:0 20
  425. - 41:0 20
  426. - 133:0 10
  427. - 46:0 64
  428. - 46:0 64
  429. - 46:0 64
  430. - 49:0 64
  431. - 49:0 64
  432. - 49:0 64
  433. - 262:0 1
  434. - 310:0 1 protection_environmental:4 durability:1 name:§8[§b§lInfernal_§c§lHelmet§8]_
  435. - 311:0 1 protection_environmental:4 durability:1 name:§8[§b§lInfernal_§c§lChestplate§8]_
  436. - 312:0 1 protection_environmental:4 durability:1 name:§8[§b§lInfernal_§c§lLeggings§8]_
  437. - 313:0 1 protection_environmental:4 durability:1 name:§8[§b§lInfernal_§c§lBoots§8]_
  438. Infernal2:
  439. delay: 86400
  440. items:
  441. - 278:0 1 dig_speed:5 silk_touch:1 durability:4
  442. - 278:0 1 dig_speed:5 durability:4 loot_bonus_blocks:3
  443. - 277:0 1 dig_speed:5 durability:4
  444. - 279:0 1 dig_speed:5 durability:4
  445. Infernal3:
  446. delay: 100800
  447. items:
  448. - 373:16421 8
  449. - 373:8233 4
  450. - 373:8226 4
  451. - 322:1 3
  452. Infernal4:
  453. delay: 259200
  454. items:
  455. - 7:0 2
  456. - 383:50 3
  457. - 322:1 2
  458. Infernal5:
  459. delay: 57600
  460. items:
  461. - 23:0 64
  462. - 356:0 64
  463. - 404:0 64
  464. - 152:0 32
  465. - 33:0 64
  466. - 29:0 64
  467. - 46:0 64
  468. - 46:0 64
  469. - 46:0 64
  470. - 46:0 64
  471. - 46:0 64
  472. - 49:0 64
  473. - 49:0 64
  474. - 49:0 64
  475. - 49:0 64
  476. - 49:0 64
  477. - 77:0 16
  478. - 44:0 64
  479. - 12:0 64
  480. - 12:0 64
  481. - 12:0 64
  482. - 12:0 64
  483. - 12:0 64
  484. Devil:
  485. delay: 108000
  486. items:
  487. - 310:0 1 protection_environmental:5 durability:4 name:§8[§4§lDe§c§lv§4§lil_§e§lHelmet§8]_
  488. - 311:0 1 protection_environmental:5 durability:4 name:§8[§4§lDe§c§lv§4§lil_§e§lChestplate§8]_
  489. - 312:0 1 protection_environmental:5 durability:4 name:§8[§4§lDe§c§lv§4§lil_§e§lLeggings§8]_
  490. - 313:0 1 protection_environmental:5 durability:4 name:§8[§4§lDe§c§lv§4§lil_§e§lBoots§8]_
  491. - 276:0 1 damage_all:5 damage_undead:5 damage_arthropods:5 durability:5 fire_aspect:4 loot_bonus_mobs:5 name:§8[§4§lDe§c§lv§4§lil_§e§lSword§8]_
  492. - 276:0 1 damage_all:5 fire_aspect:3 durability:5 name:§8[§4§lDe§c§lv§4§lil_§e§lSwordV2§8]_
  493. - 261:0 1 arrow_damage:5 arrow_knockback:2 arrow_fire:5 durability:5 arrow_infinite:5 name:§8[§4§lDe§c§lv§4§lil_§e§lBow§8]_
  494. - 322:1 2
  495. - 322:0 64
  496. - 46:0 64
  497. - 46:0 64
  498. - 46:0 64
  499. - 49:0 64
  500. - 49:0 64
  501. - 49:0 64
  502. - 262:0 1
  503. - 42:0 64
  504. - 133:0 16
  505. - 57:0 32
  506. - 41:0 32
  507. Devil2:
  508. delay: 86400
  509. items:
  510. - 278:0 1 dig_speed:6 silk_touch:1 durability:5
  511. - 278:0 1 dig_speed:6 durability:5 loot_bonus_blocks:3
  512. - 277:0 1 dig_speed:6 durability:5
  513. - 279:0 1 dig_speed:6 durability:5
  514. Devil3:
  515. delay: 100800
  516. items:
  517. - 373:16421 8
  518. - 373:8233 4
  519. - 373:8226 4
  520. - 322:1 4
  521. Devil4:
  522. delay: 259200
  523. items:
  524. - 7:0 5
  525. - 383:50 10
  526. - 322:1 4
  527. Devil5:
  528. delay: 72000
  529. items:
  530. - 23:0 64
  531. - 356:0 64
  532. - 404:0 64
  533. - 152:0 64
  534. - 33:0 64
  535. - 29:0 64
  536. - 46:0 64
  537. - 46:0 64
  538. - 46:0 64
  539. - 46:0 64
  540. - 46:0 64
  541. - 49:0 64
  542. - 49:0 64
  543. - 49:0 64
  544. - 49:0 64
  545. - 49:0 64
  546. - 77:0 64
  547. - 44:0 64
  548. - 12:0 64
  549. - 12:0 64
  550. - 12:0 64
  551. - 12:0 64
  552. - 12:0 64
  553. - 49:0 64
  554. - 49:0 64
  555. - 49:0 64
  556. - 44:0 64
  557. - 23:0 64
  558. - 356:0 64
  559. - 404:0 64
  560. - 33:0 64
  561. - 29:0 64
  562. - 46:0 64
  563. - 46:0 64
  564. - 46:0 64
  565. YT:
  566. delay: 108000
  567. items:
  568. - 310:0 1 protection_environmental:3 durability:2 name:§8[§4§lY§f§lT_§e§lHelmet§8]_
  569. - 311:0 1 protection_environmental:3 durability:2 name:§8[§4§lY§f§lT_§e§lChestplate§8]_
  570. - 312:0 1 protection_environmental:3 durability:2 name:§8[§4§lY§f§lT_§e§lLeggings§8]_
  571. - 313:0 1 protection_environmental:3 durability:2 name:§8[§4§lY§f§lT_§e§lBoots§8]_
  572. - 276:0 1 damage_all:3 durability:2 fire_aspect:2 loot_bonus_mobs:2 name:§8[§4§lY§f§lT_§e§lSword§8]_
  573. - 276:0 1 damage_all:3 fire_aspect:2 durability:2 name:§8[§4§lY§f§lT_§e§lSwordV2§8]_
  574. - 261:0 1 arrow_damage:3 durability:2 arrow_fire:1 arrow_infinite:1 name:§8[§4§lY§f§lT_§e§lBow§8]_
  575. - 322:1 1
  576. - 322:0 64
  577. - 49:0 64
  578. - 49:0 64
  579. - 49:0 64
  580. - 46:0 64
  581. - 46:0 64
  582. - 46:0 64
  583. - 42:0 40
  584. - 133:0 8
  585. - 57:0 16
  586. - 41:0 16
  587. - 262:0 1
  588. Once:
  589. delay: 473040000
  590. items:
  591. - 310:0 1 protection_environmental:3 durability:2 name:§8[§c§lOnce_§e§lHelmet§8]_
  592. - 311:0 1 protection_environmental:3 durability:2 name:§8[§c§lOnce_§e§lChestplate§8]_
  593. - 312:0 1 protection_environmental:3 durability:2 name:§8[§c§lOnce_§e§lLeggings§8]_
  594. - 313:0 1 protection_environmental:3 durability:2 name:§8[§c§lOnce_§e§lBoots§8]_
  595. - 276:0 1 damage_all:3 durability:3 fire_aspect:2 loot_bonus_mobs:2 name:§8[§c§lOnce_§e§lSword§8]_
  596. - 276:0 1 damage_all:3 fire_aspect:2 durability:3 name:§8[§c§lOnce_§e§lSwordV2§8]_
  597. - 261:0 1 arrow_damage:3 arrow_knockback:2 arrow_fire:2 arrow_infinite:1 name:§8[§c§lOnce_§e§lBow§8]_
  598. - 322:0 16
  599. - 46:0 64
  600. - 46:0 64
  601. - 49:0 64
  602. - 49:0 64
  603. - 262:0 1
  604.  
  605. # Essentials Sign Control
  606. # See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
  607. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  608. # Essentials Colored sign support will be enabled when any sign types are enabled.
  609. # Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
  610.  
  611. enabledSigns:
  612. - color
  613. - balance
  614. - buy
  615. - sell
  616. - trade
  617. - free
  618. - disposal
  619. - warp
  620. - kit
  621. - mail
  622. - enchant
  623. - gamemode
  624. - heal
  625. - info
  626. - spawnmob
  627. - repair
  628. - time
  629. - weather
  630.  
  631. # How many times per second can Essentials signs be interacted with per player.
  632. # Values should be between 1-20, 20 being virtually no lag protection.
  633. # Lower numbers will reduce the possibility of lag, but may annoy players.
  634. sign-use-per-second: 4
  635.  
  636. # Backup runs a batch/bash command while saving is disabled.
  637. backup:
  638. # Interval in minutes.
  639. interval: 30
  640. # Unless you add a valid backup command or script here, this feature will be useless.
  641. # Use 'save-all' to simply force regular world saving without backup.
  642. #command: 'rdiff-backup World1 backups/World1'
  643.  
  644. # Set this true to enable permission per warp.
  645. per-warp-permission: false
  646.  
  647. # Sort output of /list command by groups.
  648. # You can hide and merge the groups displayed in /list by defining the desired behaviour here.
  649. # Detailed instructions and examples can be found on the wiki: http://wiki.ess3.net/wiki/List
  650. list:
  651. # To merge groups, list the groups you wish to merge
  652. #Staff: owner admin moderator
  653. Admins: owner admin
  654. # To limit groups, set a max user limit
  655. #builder: 20
  656. # To hide groups, set the group as hidden
  657. #default: hidden
  658. # Uncomment the line below to simply list all players with no grouping
  659. #Players: '*'
  660.  
  661. # More output to the console.
  662. debug: false
  663.  
  664. # Set the locale for all messages.
  665. # If you don't set this, the default locale of the server will be used.
  666. # For example, to set language to English, set locale to en, to use the file "messages_en.properties".
  667. # Don't forget to remove the # in front of the line.
  668. # For more information, visit http://wiki.ess3.net/wiki/Locale
  669. #locale: en
  670.  
  671. # Turn off god mode when people exit.
  672. remove-god-on-disconnect: false
  673.  
  674. # Auto-AFK
  675. # After this timeout in seconds, the user will be set as afk.
  676. # This feature requires the player to have essentials.afk.auto node.
  677. # Set to -1 for no timeout.
  678. auto-afk: 300
  679.  
  680. # Auto-AFK Kick
  681. # After this timeout in seconds, the user will be kicked from the server.
  682. # essentials.afk.kickexempt node overrides this feature.
  683. # Set to -1 for no timeout.
  684. auto-afk-kick: -1
  685.  
  686. # Set this to true, if you want to freeze the player, if he is afk.
  687. # Other players or monsters can't push him out of afk mode then.
  688. # This will also enable temporary god mode for the afk player.
  689. # The player has to use the command /afk to leave the afk mode.
  690. freeze-afk-players: false
  691.  
  692. # When the player is afk, should he be able to pickup items?
  693. # Enable this, when you don't want people idling in mob traps.
  694. disable-item-pickup-while-afk: false
  695.  
  696. # This setting controls if a player is marked as active on interaction.
  697. # When this setting is false, you will need to manually un-AFK using the /afk command.
  698. cancel-afk-on-interact: true
  699.  
  700. # Should we automatically remove afk status when the player moves?
  701. # Player will be removed from AFK on chat/command regardless of this setting.
  702. # Disable this to reduce server lag.
  703. cancel-afk-on-move: true
  704.  
  705. # You can disable the death messages of Minecraft here.
  706. death-messages: true
  707.  
  708. # Should operators be able to join and part silently.
  709. # You can control this with permissions if it is enabled.
  710. allow-silent-join-quit: false
  711.  
  712. # You can set a custom join message here, set to "none" to disable.
  713. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
  714. custom-join-message: "none"
  715.  
  716. # You can set a custom quit message here, set to "none" to disable.
  717. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
  718. custom-quit-message: "none"
  719.  
  720. # Add worlds to this list, if you want to automatically disable god mode there.
  721. no-god-in-worlds:
  722. # - world_nether
  723.  
  724. # Set to true to enable per-world permissions for teleporting between worlds with essentials commands.
  725. # This applies to /world, /back, /tp[a|o][here|all], but not warps.
  726. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  727. # This does not affect the /home command, there is a separate toggle below for this.
  728. world-teleport-permissions: false
  729.  
  730. # The number of items given if the quantity parameter is left out in /item or /give.
  731. # If this number is below 1, the maximum stack size size is given. If over-sized stacks.
  732. # are not enabled, any number higher than the maximum stack size results in more than one stack.
  733. default-stack-size: -1
  734.  
  735. # Over-sized stacks are stacks that ignore the normal max stack size.
  736. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  737. # How many items should be in an over-sized stack?
  738. oversized-stacksize: 64
  739.  
  740. # Allow repair of enchanted weapons and armor.
  741. # If you set this to false, you can still allow it for certain players using the permission.
  742. # essentials.repair.enchanted
  743. repair-enchanted: true
  744.  
  745. # Allow 'unsafe' enchantments in kits and item spawning.
  746. # Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins.
  747. unsafe-enchantments: false
  748.  
  749. #Do you want essentials to keep track of previous location for /back in the teleport listener?
  750. #If you set this to true any plugin that uses teleport will have the previous location registered.
  751. register-back-in-listener: false
  752.  
  753. #Delay to wait before people can cause attack damage after logging in.
  754. login-attack-delay: 5
  755.  
  756. #Set the max fly speed, values range from 0.1 to 1.0
  757. max-fly-speed: 0.8
  758.  
  759. #Set the max walk speed, values range from 0.1 to 1.0
  760. max-walk-speed: 0.8
  761.  
  762. #Set the maximum amount of mail that can be sent within a minute.
  763. mails-per-minute: 1000
  764.  
  765. # Set the maximum time /tempban can be used for in seconds.
  766. # Set to -1 to disable, and essentials.tempban.unlimited can be used to override.
  767. max-tempban-time: -1
  768.  
  769. ############################################################
  770. # +------------------------------------------------------+ #
  771. # | EssentialsHome | #
  772. # +------------------------------------------------------+ #
  773. ############################################################
  774.  
  775. # Allows people to set their bed at daytime.
  776. update-bed-at-daytime: true
  777.  
  778. # Set to true to enable per-world permissions for using homes to teleport between worlds.
  779. # This applies to the /home only.
  780. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  781. world-home-permissions: false
  782.  
  783. # Allow players to have multiple homes.
  784. # Players need essentials.sethome.multiple before they can have more than 1 home.
  785. # You can set the default number of multiple homes using the 'default' rank below.
  786. # To remove the home limit entirely, give people 'essentials.sethome.multiple.unlimited'.
  787. # To grant different home amounts to different people, you need to define a 'home-rank' below.
  788. # Create the 'home-rank' below, and give the matching permission: essentials.sethome.multiple.<home-rank>
  789. # For more information, visit http://wiki.ess3.net/wiki/Multihome
  790. sethome-multiple:
  791. default: 3
  792. vip: 5
  793. staff: 10
  794.  
  795. # In this example someone with 'essentials.sethome.multiple' and 'essentials.sethome.multiple.vip' will have 5 homes.
  796.  
  797. # Set timeout in seconds for players to accept tpa before request is cancelled.
  798. # Set to 0 for no timeout.
  799. tpa-accept-cancellation: 120
  800.  
  801. ############################################################
  802. # +------------------------------------------------------+ #
  803. # | EssentialsEco | #
  804. # +------------------------------------------------------+ #
  805. ############################################################
  806.  
  807. # For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy
  808.  
  809. # Defines the balance with which new players begin. Defaults to 0.
  810. starting-balance: 500
  811.  
  812. # worth-# defines the value of an item when it is sold to the server via /sell.
  813. # These are now defined in worth.yml
  814.  
  815. # Defines the cost to use the given commands PER USE.
  816. # Some commands like /repair have sub-costs, check the wiki for more information.
  817. command-costs:
  818. # /example costs $1000 PER USE
  819. #example: 1000
  820. # /kit tools costs $1500 PER USE
  821. #kit-tools: 1500
  822.  
  823. # Set this to a currency symbol you want to use.
  824. currency-symbol: '$'
  825.  
  826. # Set the maximum amount of money a player can have.
  827. # The amount is always limited to 10 trillion because of the limitations of a java double.
  828. max-money: 999999
  829.  
  830. # Set the minimum amount of money a player can have (must be above the negative of max-money).
  831. # Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
  832. min-money: 0
  833.  
  834. # Enable this to log all interactions with trade/buy/sell signs and sell command.
  835. economy-log-enabled: false
  836.  
  837. ############################################################
  838. # +------------------------------------------------------+ #
  839. # | EssentialsHelp | #
  840. # +------------------------------------------------------+ #
  841. ############################################################
  842.  
  843. # Show other plugins commands in help.
  844. non-ess-in-help: true
  845.  
  846. # Hide plugins which do not give a permission.
  847. # You can override a true value here for a single plugin by adding a permission to a user/group.
  848. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
  849. # You can use negative permissions to remove access to just a single plugins help if the following is enabled.
  850. hide-permissionless-help: true
  851.  
  852. ############################################################
  853. # +------------------------------------------------------+ #
  854. # | EssentialsChat | #
  855. # +------------------------------------------------------+ #
  856. ############################################################
  857.  
  858. chat:
  859.  
  860. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  861. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  862. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  863. # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  864. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  865. radius: 0
  866.  
  867. # Chat formatting can be done in two ways, you can either define a standard format for all chat.
  868. # Or you can give a group specific chat format, to give some extra variation.
  869. # If set to the default chat format which "should" be compatible with ichat.
  870. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
  871.  
  872. #format: '<{DISPLAYNAME}> {MESSAGE}'
  873. #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  874.  
  875. group-formats:
  876. Default: '{faction_roleprefix}{faction_relcolor}{faction_tag}{DISPLAYNAME}&7:&r {MESSAGE}'
  877. Admin: '{faction_roleprefix}{faction_relcolor}{faction_tag} {DISPLAYNAME}&7:&e {MESSAGE}'
  878. Developer: '{faction_roleprefix}{faction_relcolor}{faction_tag}{DISPLAYNAME}&7:&2&l {MESSAGE}'
  879. Manager: '{faction_roleprefix}{faction_relcolor}{faction_tag}{DISPLAYNAME}&7:&d {MESSAGE}'
  880. Helper: '{faction_roleprefix}{faction_relcolor}{faction_tag}{DISPLAYNAME}&7:&5 {MESSAGE}'
  881. Moderator: '{faction_roleprefix}{faction_relcolor}{faction_tag}{DISPLAYNAME}&7:&5 {MESSAGE}'
  882. Owner: ' {faction_roleprefix}{faction_relcolor}{faction_tag}{DISPLAYNAME}&7:&6&l {MESSAGE}'
  883. Architect: ' {faction_roleprefix}{faction_relcolor}{faction_tag}{DISPLAYNAME}&7:&b {MESSAGE}'
  884. Head-Architect: ' {faction_roleprefix}{faction_relcolor}{faction_tag}{DISPLAYNAME}&7:&b {MESSAGE}'
  885. Donor: '{faction_roleprefix}{faction_relcolor}{faction_tag} {DISPLAYNAME}&7:&b {MESSAGE}'
  886. Elite: '{faction_roleprefix}{faction_relcolor}{faction_tag}{DISPLAYNAME}&7:&b {MESSAGE}'
  887. Veteran: ' {faction_roleprefix}{faction_relcolor}{faction_tag}{DISPLAYNAME}&7:&b {MESSAGE}'
  888. VIP: '{faction_roleprefix}{faction_relcolor}{faction_tag} {DISPLAYNAME}&7:&b {MESSAGE}'
  889. Ultra: ' {faction_roleprefix}{faction_relcolor}{faction_tag}{DISPLAYNAME}&7:&b {MESSAGE}'
  890. Jesus: '{faction_roleprefix}{faction_relcolor}{faction_tag}{DISPLAYNAME}&7:&b {MESSAGE}'
  891. youtube: ' {faction_roleprefix}{faction_relcolor}{faction_tag}{DISPLAYNAME}&7:&b {MESSAGE}'
  892.  
  893.  
  894. # If you are using group formats make sure to remove the '#' to allow the setting to be read.
  895.  
  896. ############################################################
  897. # +------------------------------------------------------+ #
  898. # | EssentialsProtect | #
  899. # +------------------------------------------------------+ #
  900. ############################################################
  901.  
  902. protect:
  903.  
  904. # General physics/behavior modifications.
  905. prevent:
  906. lava-flow: false
  907. water-flow: false
  908. water-bucket-flow: false
  909. fire-spread: true
  910. lava-fire-spread: true
  911. flint-fire: false
  912. lightning-fire-spread: true
  913. portal-creation: false
  914. tnt-explosion: false
  915. tnt-playerdamage: false
  916. tnt-minecart-explosion: false
  917. tnt-minecart-playerdamage: false
  918. fireball-explosion: false
  919. fireball-fire: false
  920. fireball-playerdamage: false
  921. witherskull-explosion: false
  922. witherskull-playerdamage: false
  923. wither-spawnexplosion: false
  924. wither-blockreplace: false
  925. creeper-explosion: false
  926. creeper-playerdamage: false
  927. creeper-blockdamage: false
  928. enderdragon-blockdamage: true
  929. enderman-pickup: false
  930. villager-death: false
  931. # Monsters won't follow players.
  932. # permission essentials.protect.entitytarget.bypass disables this.
  933. entitytarget: false
  934. # Prevent the spawning of creatures.
  935. spawn:
  936. creeper: false
  937. skeleton: false
  938. spider: false
  939. giant: false
  940. zombie: false
  941. slime: false
  942. ghast: false
  943. pig_zombie: false
  944. enderman: false
  945. cave_spider: false
  946. silverfish: false
  947. blaze: false
  948. magma_cube: false
  949. ender_dragon: false
  950. pig: false
  951. sheep: false
  952. cow: false
  953. chicken: false
  954. squid: false
  955. wolf: false
  956. mushroom_cow: false
  957. snowman: false
  958. ocelot: false
  959. iron_golem: false
  960. villager: false
  961. wither: false
  962. bat: false
  963. witch: false
  964. horse: false
  965.  
  966. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  967. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  968. creeper:
  969. max-height: -1
  970.  
  971. # Disable various default physics and behaviors.
  972. disable:
  973. # Should fall damage be disabled?
  974. fall: false
  975.  
  976. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  977. # They will be unable to attack users without that same permission node.
  978. pvp: false
  979.  
  980. # Should drowning damage be disabled?
  981. # (Split into two behaviors; generally, you want both set to the same value.)
  982. drown: false
  983. suffocate: false
  984.  
  985. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  986. lavadmg: false
  987.  
  988. # Should arrow damage be disabled?
  989. projectiles: false
  990.  
  991. # This will disable damage from touching cacti.
  992. contactdmg: false
  993.  
  994. # Burn, baby, burn! Should fire damage be disabled?
  995. firedmg: false
  996.  
  997. # Should the damage after hit by a lightning be disabled?
  998. lightning: false
  999.  
  1000. # Should Wither damage be disabled?
  1001. wither: false
  1002.  
  1003. # Disable weather options?
  1004. weather:
  1005. storm: false
  1006. thunder: false
  1007. lightning: false
  1008.  
  1009. ############################################################
  1010. # +------------------------------------------------------+ #
  1011. # | EssentialsAntiBuild | #
  1012. # +------------------------------------------------------+ #
  1013. ############################################################
  1014.  
  1015. # Disable various default physics and behaviors
  1016. # For more information, visit http://wiki.ess3.net/wiki/AntiBuild
  1017.  
  1018. # Should people with build: false in permissions be allowed to build?
  1019. # Set true to disable building for those people.
  1020. # Setting to false means EssentialsAntiBuild will never prevent you from building.
  1021. build: true
  1022.  
  1023. # Should people with build: false in permissions be allowed to use items?
  1024. # Set true to disable using for those people.
  1025. # Setting to false means EssentialsAntiBuild will never prevent you from using items.
  1026. use: true
  1027.  
  1028. # Should we tell people they are not allowed to build?
  1029. warn-on-build-disallow: true
  1030.  
  1031. # For which block types would you like to be alerted?
  1032. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  1033. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  1034. alert:
  1035. on-placement:
  1036. on-use:
  1037. on-break:
  1038.  
  1039. blacklist:
  1040.  
  1041. # Which blocks should people be prevented from placing?
  1042. placement:
  1043.  
  1044. # Which items should people be prevented from using?
  1045. usage:
  1046.  
  1047. # Which blocks should people be prevented from breaking?
  1048. break:
  1049.  
  1050. # Which blocks should not be pushed by pistons?
  1051. piston:
  1052.  
  1053. # Which blocks should not be dispensed by dispensers
  1054. dispenser:
  1055.  
  1056. ############################################################
  1057. # +------------------------------------------------------+ #
  1058. # | Essentials Spawn / New Players | #
  1059. # +------------------------------------------------------+ #
  1060. ############################################################
  1061.  
  1062. newbies:
  1063. # Should we announce to the server when someone logs in for the first time?
  1064. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  1065. # If not, set to ''
  1066. #announce-format: ''
  1067. announce-format: '&4&k&liii&3Welcome {DISPLAYNAME}&d to &5&lYourServerNameHere!&4&k&liii'
  1068.  
  1069. # When we spawn for the first time, which spawnpoint do we use?
  1070. # Set to "none" if you want to use the spawn point of the world.
  1071. spawnpoint: newbies
  1072.  
  1073. # Do we want to give users anything on first join? Set to '' to disable
  1074. # This kit will be given regardless of cost, and permissions.
  1075. #kit: ''
  1076. kit: Default
  1077.  
  1078. # Set this to lowest, if you want Multiverse to handle the respawning.
  1079. # Set this to high, if you want EssentialsSpawn to handle the respawning.
  1080. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning.
  1081. respawn-listener-priority: high
  1082.  
  1083. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  1084. respawn-at-home: false
  1085.  
  1086. # End of File <-- No seriously, you're done with configuration.
Add Comment
Please, Sign In to add comment