Guest User

Untitled

a guest
Nov 27th, 2014
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.01 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: 1000000
  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: 5
  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: 0
  53.  
  54. # The delay, in seconds, required between /heal or /feed attempts.
  55. heal-cooldown: 600
  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. Heavy:
  225. delay: 180
  226. items:
  227. - 272 1 unbreaking:1 sharpness:2 name:&9[&7Member&9]_&rSword
  228. - 306 1 protection:2 name:&9[&7Member&9]_&rHelmet
  229. - 307 1 protection:2 name:&9[&7Member&9]_&rChestplate
  230. - 308 1 protection:2 name:&9[&7Member&9]_&rLeggings
  231. - 309 1 protection:2 name:&9[&7Member&9]_&rBoots
  232. - 364 3 name:&9[&7Member&9]
  233. - 322 1 name:&9[&7Member&9]
  234. Knight:
  235. delay: 180
  236. items:
  237. - 267 1 unbreaking:1 sharpness:3 name:&9[&7Member&9]_&rSword
  238. - 303 1 protection:2 name:&9[&7Member&9]_&rHelmet
  239. - 302 1 protection:2 name:&9[&7Member&9]_&rChestplate
  240. - 304 1 protection:2 name:&9[&7Member&9]_&rLeggings
  241. - 305 1 protection:2 name:&9[&7Member&9]_&rBoots
  242. - 364 3 name:&9[&7Member&9]
  243. - 322 1 name:&9[&7Member&9]
  244. Archer:
  245. delay: 120
  246. items :
  247. - 298 1 protection:2 projectileprotection:4 name:&9[&7Member&9]_&rHelmet
  248. - 299 1 protection:3 projectileprotection:4 name:&9[&7Member&9]_&rChestplate
  249. - 300 1 protection:2 projectileprotection:4 name:&9[&7Member&9]_&rLeggings
  250. - 301 1 protection:3 projectileprotection:4 name:&9[&7Member&9]_&rBoots
  251. - 268 1 sharpness:3 unbreaking:1 name:&9[&7Member&9]_&rSword
  252. - 261 1 power:3 name:&9[&7Member&9]_&rBow
  253. - 262 64 name:&9[&7Member&9]
  254. - 260 10 name:&9[&7Member&9]
  255. - 322 1 name:&9[&7Member&9]
  256. - arrow 64 name:&9[&7Member&9]
  257. Pyro:
  258. delay: 180
  259. items:
  260. - 267 1 sharpness:2 fireaspect:2 knockback:2 name:&9[&7Member&9]_&rSword
  261. - bow 1 flame:1 punch:2 name:&9[&7Member&9]_&rBow
  262. - arrow 32 name:&9[&7Member&9]
  263. - 302 1 fireprotection:3 protection:1 name:&9[&7Member&9]_&rHelmet
  264. - 303 1 fireprotection:3 protection:1 name:&9[&7Member&9]_&rChestplate
  265. - 304 1 fireprotection:3 protection:1 name:&9[&7Member&9]_&rLeggings
  266. - 305 1 fireprotection:3 protection:1 name:&9[&7Member&9]_&rBoots
  267. - 322 5 name:&9[&7Member&9]
  268. - 364 5 name:&9[&7Member&9]
  269. - 373:8195 1 name:&9[&7Member&9]
  270. VIP:
  271. delay: 600
  272. items:
  273. - 306 1 protection:1 name:&2[&aVIP&2]_&rHelmet
  274. - 307 1 protection:2 name:&2[&aVIP&2]_&rChestplate
  275. - 308 1 protection:2 name:&2[&aVIP&2]_&rLeggings
  276. - 309 1 protection:1 name:&2[&aVIP&2]_&rBoots
  277. - 267 1 sharpness:5 unbreaking:1 name:&2[&aVIP&2]_&rSword
  278. - 261 1 power:1 flame:1 name:&2[&aVIP&2]_&rBow
  279. - 262 64 name:&2[&aVIP&2]
  280. - 322 8 name:&2[&aVIP&2]
  281. - 364 5 name:&2[&aVIP&2]
  282. - 373:8197 2 name:&2[&aVIP&2]
  283. - 368 2 name:&2[&aVIP&2]
  284. Premium:
  285. delay: 1200
  286. items:
  287. - 310 1 name:&8[&6Premium&8]_&rHelmet
  288. - 311 1 name:&8[&6Premium&8]_&rChestplate
  289. - 312 1 name:&8[&6Premium&8]_&rLeggings
  290. - 313 1 name:&8[&6Premium&8]_&rBoots
  291. - 364 10 name:&8[&6Premium&8]
  292. - 322 16 name:&8[&6Premium&8]
  293. - 276 1 sharpness:1 unbreaking:1 name:&8[&6Premium&8]_&rSword
  294. - 373:8229 2 name:&8[&6Premium&8]
  295. - 373:8257 1 name:&8[&6Premium&8]
  296. - 261 1 power:2 flame:1 unbreaking:1 name:&8[&6Premium&8]_&rBow
  297. - 262 128 name:&8[&6Premium&8]
  298. - 368 4 name:&8[&6Premium&8]
  299. Legend:
  300. delay: 1800
  301. items:
  302. - 310 1 protection:1 unbreaking:2 name:&1[&bLegend&1]_&rHelmet
  303. - 311 1 protection:1 unbreaking:2 name:&1[&bLegend&1]_&rChestplate
  304. - 312 1 protection:1 unbreaking:2 name:&1[&bLegend&1]_&rLeggings
  305. - 313 1 protection:1 unbreaking:2 name:&1[&bLegend&1]_&rBoots
  306. - 364 20 name:&1[&bLegend&1]
  307. - 322 32 name:&1[&bLegend&1]
  308. - 276 1 sharpness:2 unbreaking:3 fireaspect:1 name:&1[&bLegend&1]_&rSword
  309. - 373:8229 3 name:&1[&bLegend&1]
  310. - 373:8257 1 name:&1[&bLegend&1]
  311. - 261 1 power:3 flame:1 unbreaking:1 name:&1[&bLegend&1]_&rBow
  312. - 262 128 name:&1[&bLegend&1]
  313. - 368 6 name:&1[&bLegend&1]
  314. - 373:8195 1 name:&1[&bLegend&1]
  315. - 373:8265 1 name:&1[&bLegend&1]
  316. Elite:
  317. delay: 3600
  318. items:
  319. - 310 1 protection:2 unbreaking:3 name:&4[&cElite&4]_&rHelmet
  320. - 311 1 protection:2 unbreaking:3 name:&4[&cElite&4]_&rChestplate
  321. - 312 1 protection:2 unbreaking:3 name:&4[&cElite&4]_&rLeggings
  322. - 313 1 protection:2 unbreaking:3 name:&4[&cElite&4]_&rBoots
  323. - 364 32 name:&4[&cElite&4]
  324. - 322 32 name:&4[&cElite&4]
  325. - 276 1 sharpness:3 unbreaking:3 fireaspect:1 name:&4[&cElite&4]_&rSword
  326. - 373:8229 4 name:&4[&cElite&4]
  327. - 373:8257 1 name:&4[&cElite&4]
  328. - 261 1 power:4 flame:1 unbreaking:1 name:&4[&cElite&4]_&rBow
  329. - 262 128 name:&4[&cElite&4]
  330. - 368 10 name:&4[&cElite&4]
  331. - 373:8195 1 name:&4[&cElite&4]
  332. - 373:8265 1 name:&4[&cElite&4]
  333. - 373:8194 1 name:&4[&cElite&4]
  334. - 322:1 1 name:&4[&cElite&4]
  335. Hero:
  336. delay: 18000
  337. items:
  338. - 310 1 protection:3 unbreaking:3 name:&e[&4Hero&e]_&rHelmet
  339. - 311 1 protection:3 unbreaking:3 name:&e[&4Hero&e]_&rChestplate
  340. - 312 1 protection:3 unbreaking:3 name:&e[&4Hero&e]_&rLeggings
  341. - 313 1 protection:3 unbreaking:3 name:&e[&4Hero&e]_&rBoots
  342. - 364 32 name:&e[&4Hero&e]
  343. - 322 64 name:&e[&4Hero&e]
  344. - 276 1 sharpness:3 unbreaking:3 fireaspect:2 name:&e[&4Hero&e]_&rSword
  345. - 373:8229 6 name:&e[&4Hero&e]
  346. - 373:8257 1 name:&e[&4Hero&e]
  347. - 261 1 power:5 flame:1 unbreaking:3 infinity:1 name:&e[&4Hero&e]_&rBow
  348. - 262 64 name:&e[&4Hero&e]
  349. - 368 10 name:&e[&4Hero&e]
  350. - 373:8195 1 name:&e[&4Hero&e]
  351. - 373:8265 1 name:&e[&4Hero&e]
  352. - 373:8194 1 name:&e[&4Hero&e]
  353. - 322:1 1 name:&e[&4Hero&e]
  354. MVP:
  355. delay: 36000
  356. items:
  357. - 310 1 protection:4 unbreaking:3 name:&1[&4M&bV&dP&1]_&rHelmet
  358. - 311 1 protection:4 unbreaking:3 name:&1[&4M&bV&dP&1]_&rChestplate
  359. - 312 1 protection:4 unbreaking:3 name:&1[&4M&bV&dP&1]_&rLeggings
  360. - 313 1 protection:4 unbreaking:3 name:&1[&4M&bV&dP&1]_&rBoots
  361. - 364 64 name:&1[&4M&bV&dP&1]
  362. - 322 64 name:&1[&4M&bV&dP&1]
  363. - 276 1 sharpness:4 unbreaking:3 fireaspect:2 name:&1[&4M&bV&dP&1]_&rSword
  364. - 373:8229 6 name:&1[&4M&bV&dP&1]
  365. - 373:8257 1 name:&1[&4M&bV&dP&1]
  366. - 261 1 power:5 flame:1 unbreaking:3 infinity:1 name:&1[&4M&bV&dP&1]_&rBow
  367. - 262 64 name:&1[&4M&bV&dP&1]
  368. - 368 10 name:&1[&4M&bV&dP&1]
  369. - 373:8195 1 name:&1[&4M&bV&dP&1]
  370. - 373:8265 1 name:&1[&4M&bV&dP&1]
  371. - 373:8194 1 name:&1[&4M&bV&dP&1]
  372. - 322:1 2 name:&1[&4M&bV&dP&1]
  373. Bruiser:
  374. delay: 600
  375. items:
  376. - 272 1 sharpness:3 unbreaking:2 name:&0[&7Bruiser&0]_&rSword
  377. - 298 1 protection:3 name:&0[&7Bruiser&0]_&rHelmet
  378. - 299 1 protection:3 name:&0[&7Bruiser&0]_&rChestplate
  379. - 300 1 protection:3 name:&0[&7Bruiser&0]_&rLeggings
  380. - 301 1 protection:3 name:&0[&7Bruiser&0]_&rBoots
  381. - steak 15 name:&0[&7Bruiser&0]
  382. - 322 3 name:&0[&7Bruiser&0]
  383. Fighter:
  384. delay: 900
  385. items:
  386. - 302 1 protection:2 name:&0[&4Fighter&0]_&rHelmet
  387. - 303 1 protection:2 name:&0[&4Fighter&0]_&rChestplate
  388. - 304 1 protection:2 name:&0[&4Fighter&0]_&rLeggings
  389. - 305 1 protection:2 name:&0[&4Fighter&0]_&rBoots
  390. - 272 1 sharpness:4 unbreaking:2 name:&0[&4Fighter&0]_&rSword
  391. - steak 15 name:&0[&4Fighter&0]
  392. - 322 3 name:&0[&4Fighter&0]
  393. Slayer:
  394. delay: 1200
  395. items:
  396. - 267 1 sharpness:2 unbreaking:2 name:&0[&2Slayer&0]_&rSword
  397. - 302 1 protection:3 name:&0[&2Slayer&0]_&rHelmet
  398. - 303 1 protection:3 name:&0[&2Slayer&0]_&rChestplate
  399. - 304 1 protection:3 name:&0[&2Slayer&0]_&rLeggings
  400. - 305 1 protection:3 name:&0[&2Slayer&0]_&rBoots
  401. - steak 20 name:&0[&2Slayer&0]
  402. - 322 5 name:&0[&2Slayer&0]
  403. Warrior:
  404. delay: 1800
  405. items:
  406. - 267 1 sharpness:3 fireaspect:1 name:&0[&6Warrior&0]_&rSword
  407. - 306 1 protection:3 name:&0[&6Warrior&0]_&rHelmet
  408. - 307 1 protection:4 name:&0[&6Warrior&0]_&rChestplate
  409. - 308 1 protection:2 name:&0[&6Warrior&0]_&rLeggings
  410. - 309 1 protection:2 name:&0[&6Warrior&0]_&rBoots
  411. - steak 25 name:&0[&6Warrior&0]
  412. - 322 8 name:&0[&6Warrior&0]
  413. Sniper:
  414. delay: 3600
  415. items:
  416. - 298 1 projectileprotection:4 protection:1 name:&0[&bSniper&0]_&rHelmet
  417. - 299 1 projectileprotection:4 protection:1 name:&0[&bSniper&0]_&rChestplate
  418. - 300 1 projectileprotection:4 protection:1 name:&0[&bSniper&0]_&rLeggings
  419. - 301 1 projectileprotection:4 protection:1 name:&0[&bSniper&0]_&rBoots
  420. - bow 1 power:4 infinity:1 name:&0[&bSniper&0]_&rBow
  421. - steak 30 name:&0[&bSniper&0]
  422. - 322 10 name:&0[&bSniper&0]
  423. - arrow 1 name:&0[&bSniper&0]
  424. Medic:
  425. delay: 900
  426. items:
  427. - 373:16421 20 name:&0[&5Medic&0]
  428. - 322 32 name:&0[&5Medic&0]
  429. - 373:16481 5 name:&0[&5Medic&0]
  430. Tank:
  431. delay: 3600
  432. items:
  433. - 306 1 protection:3 projectileprotection:2 fireprotection:2 unbreaking:2 name:&0[&1Tank&0]_&rHelmet
  434. - 307 1 protection:3 projectileprotection:2 fireprotection:2 unbreaking:2 name:&0[&1Tank&0]_&rChestplate
  435. - 308 1 protection:3 projectileprotection:2 fireprotection:2 unbreaking:2 name:&0[&1Tank&0]_&rLeggings
  436. - 309 1 protection:3 projectileprotection:2 fireprotection:2 unbreaking:2 name:&0[&1Tank&0]_&rBoots
  437. - 272 1 sharpness:1 unbreaking:1 name:&0[&1Tank&0]_&rSword
  438. - steak 20 name:&0[&1Tank&0]
  439. - 322 10 name:&0[&1Tank&0]
  440. Mage:
  441. delay: 10800
  442. items:
  443. - snowball 20 name:&0[&eMage&0]
  444. Assassin:
  445. delay: 7200
  446. items:
  447. - 373:16462 5 name:&4[Ass&fassin]
  448. - 373:8265 5 name:&4[Ass&fassin]
  449. - 373:8258 5 name:&4[Ass&fassin]
  450. - 261 1 power:2 infinity:1 name:&4[Ass&fassin]_&rBow
  451. - 262 1 name:&4[Ass&fassin]
  452. - 267 1 sharpness:5 name:&4[Ass&fassin]_&rSword
  453. - 302 1 protection:1 name:&4[Ass&fassin]_&rHelmet
  454. - 303 1 protection:1 name:&4[Ass&fassin]_&rChestplate
  455. - 304 1 protection:1 name:&4[Ass&fassin]_&rLeggings
  456. - 305 1 protection:1 name:&4[Ass&fassin]_&rBoots
  457. Chief:
  458. delay: 10800
  459. items:
  460. - 267 1 sharpness:2 name:&1[&bC&ehi&5ef&1]_&rSword
  461. - 310 1 protection:3 name:&1[&bC&ehi&5ef&1]_&rHelmet
  462. - 307 1 protection:4 name:&1[&bC&ehi&5ef&1]_&rChestplate
  463. - 300 1 protection:4 name:&1[&bC&ehi&5ef&1]_&rLeggings
  464. - 305 1 protection:4 name:&1[&bC&ehi&5ef&1]_&rBoots
  465. - bow 1 power:2 flame:1 name:&1[&bC&ehi&5ef&1]_&rBow
  466. - arrow 64 name:&1[&bC&ehi&5ef&1]
  467. - steak 32 name:&1[&bC&ehi&5ef&1]
  468. - 322 32 name:&1[&bC&ehi&5ef&1]
  469. Duke:
  470. delay: 18000
  471. items:
  472. - diamond 5
  473. - 384 32 name:&0[&eDu&6ke&0]
  474. King:
  475. delay: 43200
  476. items:
  477. - 314 1 protection:4 unbreaking:3 name:&6[&4King&6]_&rHelmet
  478. - 315 1 protection:4 unbreaking:3 name:&6[&4King&6]_&rChestplate
  479. - 316 1 protection:4 unbreaking:3 name:&6[&4King&6]_&rLeggings
  480. - 317 1 protection:4 unbreaking:3 name:&6[&4King&6]_&rBoots
  481. - 283 1 sharpness:3 unbreaking:3 name:&6[&4King&6]_&rSword
  482. - 373:8265 2 name:&6[&4King&6]
  483. - bow 1 power:3 flame:1 name:&6[&4King&6]_&rBow
  484. - arrow 64 name:&6[&4King&6]
  485. - steak 32 name:&6[&4King&6]
  486. - 322 32 name:&6[&4King&6]
  487. Warlord:
  488. delay: 86400
  489. items:
  490. - 276 1 sharpness:2 fireaspect:1 name:&4[&2Warlord&4]_&rSword
  491. - 306 1 protection:2 name:&4[&2Warlord&4]_&rHelmet
  492. - 311 1 protection:1 name:&4[&2Warlord&4]_&rChestplate
  493. - 308 1 protection:2 name:&4[&2Warlord&4]_&rLeggings
  494. - 309 1 protection:2 name:&4[&2Warlord&4]_&rBoots
  495. - 261 1 power:3 infinity:1 flame:1 name:&4[&2Warlord&4]_&rBow
  496. - 262 1 name:&4[&2Warlord&4]
  497. - steak 32 name:&4[&2Warlord&4]
  498. - 322 32 name:&4[&2Warlord&4]
  499. - 373:16462 5 name:&4[&2Warlord&4]
  500. - 373:8265 5 name:&4[&2Warlord&4]
  501. - 373:8258 5 name:&4[&2Warlord&4]
  502. - 373:16421 5 name:&4[&2Warlord&4]
  503. - 373:16481 3 name:&4[&2Warlord&4]
  504. # Essentials Sign Control
  505. # See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
  506. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  507. # Essentials Colored sign support will be enabled when any sign types are enabled.
  508. # Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
  509.  
  510. enabledSigns:
  511. - color
  512. - balance
  513. - buy
  514. - sell
  515. - trade
  516. - free
  517. - disposal
  518. - warp
  519. - kit
  520. - mail
  521. - enchant
  522. - gamemode
  523. - heal
  524. - info
  525. - spawnmob
  526. - repair
  527. - time
  528. - weather
  529.  
  530. # How many times per second can Essentials signs be interacted with per player.
  531. # Values should be between 1-20, 20 being virtually no lag protection.
  532. # Lower numbers will reduce the possibility of lag, but may annoy players.
  533. sign-use-per-second: 4
  534.  
  535. # Backup runs a batch/bash command while saving is disabled.
  536. backup:
  537. # Interval in minutes.
  538. interval: 30
  539. # Unless you add a valid backup command or script here, this feature will be useless.
  540. # Use 'save-all' to simply force regular world saving without backup.
  541. #command: 'rdiff-backup World1 backups/World1'
  542.  
  543. # Set this true to enable permission per warp.
  544. per-warp-permission: false
  545.  
  546. # Sort output of /list command by groups.
  547. # You can hide and merge the groups displayed in /list by defining the desired behaviour here.
  548. # Detailed instructions and examples can be found on the wiki: http://wiki.ess3.net/wiki/List
  549. list:
  550. # To merge groups, list the groups you wish to merge
  551. #Staff: owner admin moderator
  552. Admins: admin
  553. # To limit groups, set a max user limit
  554. #builder: 20
  555. # To hide groups, set the group as hidden
  556. #default: hidden
  557. # Uncomment the line below to simply list all players with no grouping
  558. #Players: '*'
  559.  
  560. # More output to the console.
  561. debug: false
  562.  
  563. # Set the locale for all messages.
  564. # If you don't set this, the default locale of the server will be used.
  565. # For example, to set language to English, set locale to en, to use the file "messages_en.properties".
  566. # Don't forget to remove the # in front of the line.
  567. # For more information, visit http://wiki.ess3.net/wiki/Locale
  568. #locale: en
  569.  
  570. # Turn off god mode when people exit.
  571. remove-god-on-disconnect: false
  572.  
  573. # Auto-AFK
  574. # After this timeout in seconds, the user will be set as afk.
  575. # This feature requires the player to have essentials.afk.auto node.
  576. # Set to -1 for no timeout.
  577. auto-afk: -1
  578.  
  579. # Auto-AFK Kick
  580. # After this timeout in seconds, the user will be kicked from the server.
  581. # essentials.afk.kickexempt node overrides this feature.
  582. # Set to -1 for no timeout.
  583. auto-afk-kick: -1
  584.  
  585. # Set this to true, if you want to freeze the player, if he is afk.
  586. # Other players or monsters can't push him out of afk mode then.
  587. # This will also enable temporary god mode for the afk player.
  588. # The player has to use the command /afk to leave the afk mode.
  589. freeze-afk-players: false
  590.  
  591. # When the player is afk, should he be able to pickup items?
  592. # Enable this, when you don't want people idling in mob traps.
  593. disable-item-pickup-while-afk: false
  594.  
  595. # This setting controls if a player is marked as active on interaction.
  596. # When this setting is false, you will need to manually un-AFK using the /afk command.
  597. cancel-afk-on-interact: true
  598.  
  599. # Should we automatically remove afk status when the player moves?
  600. # Player will be removed from AFK on chat/command regardless of this setting.
  601. # Disable this to reduce server lag.
  602. cancel-afk-on-move: true
  603.  
  604. # You can disable the death messages of Minecraft here.
  605. death-messages: true
  606.  
  607. # Add worlds to this list, if you want to automatically disable god mode there.
  608. no-god-in-worlds:
  609. # - world_nether
  610.  
  611. # Set to true to enable per-world permissions for teleporting between worlds with essentials commands.
  612. # This applies to /world, /back, /tp[a|o][here|all], but not warps.
  613. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  614. # This does not affect the /home command, there is a separate toggle below for this.
  615. world-teleport-permissions: false
  616.  
  617. # The number of items given if the quantity parameter is left out in /item or /give.
  618. # If this number is below 1, the maximum stack size size is given. If over-sized stacks.
  619. # are not enabled, any number higher than the maximum stack size results in more than one stack.
  620. default-stack-size: -1
  621.  
  622. # Over-sized stacks are stacks that ignore the normal max stack size.
  623. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  624. # How many items should be in an over-sized stack?
  625. oversized-stacksize: 64
  626.  
  627. # Allow repair of enchanted weapons and armor.
  628. # If you set this to false, you can still allow it for certain players using the permission.
  629. # essentials.repair.enchanted
  630. repair-enchanted: true
  631.  
  632. # Allow 'unsafe' enchantments in kits and item spawning.
  633. # Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins.
  634. unsafe-enchantments: false
  635.  
  636. #Do you want essentials to keep track of previous location for /back in the teleport listener?
  637. #If you set this to true any plugin that uses teleport will have the previous location registered.
  638. register-back-in-listener: false
  639.  
  640. #Delay to wait before people can cause attack damage after logging in.
  641. login-attack-delay: 0
  642.  
  643. #Set the max fly speed, values range from 0.1 to 1.0
  644. max-fly-speed: 0.8
  645.  
  646. #Set the max walk speed, values range from 0.1 to 1.0
  647. max-walk-speed: 0.8
  648.  
  649. #Set the maximum amount of mail that can be sent within a minute.
  650. mails-per-minute: 1000
  651.  
  652. # Set the maximum time /tempban can be used for in seconds.
  653. # Set to -1 to disable, and essentials.tempban.unlimited can be used to override.
  654. max-tempban-time: -1
  655.  
  656. ############################################################
  657. # +------------------------------------------------------+ #
  658. # | EssentialsHome | #
  659. # +------------------------------------------------------+ #
  660. ############################################################
  661.  
  662. # Allows people to set their bed at daytime.
  663. update-bed-at-daytime: true
  664.  
  665. # Set to true to enable per-world permissions for using homes to teleport between worlds.
  666. # This applies to the /home only.
  667. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  668. world-home-permissions: false
  669.  
  670. # Allow players to have multiple homes.
  671. # Players need essentials.sethome.multiple before they can have more than 1 home, defaults to 'default' below.
  672. # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
  673. # People with essentials.sethome.multiple.unlimited are not limited by these numbers.
  674. # For more information, visit http://wiki.ess3.net/wiki/Multihome
  675. sethome-multiple:
  676. default: 0
  677. # essentials.sethome.multiple.vip
  678. vip: 5
  679. # essentials.sethome.multiple.staff
  680. staff: 10
  681.  
  682. # Set timeout in seconds for players to accept tpa before request is cancelled.
  683. # Set to 0 for no timeout.
  684. tpa-accept-cancellation: 120
  685.  
  686. ############################################################
  687. # +------------------------------------------------------+ #
  688. # | EssentialsEco | #
  689. # +------------------------------------------------------+ #
  690. ############################################################
  691.  
  692. # For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy
  693.  
  694. # Defines the balance with which new players begin. Defaults to 0.
  695. starting-balance: 100
  696.  
  697. # worth-# defines the value of an item when it is sold to the server via /sell.
  698. # These are now defined in worth.yml
  699.  
  700. # Defines the cost to use the given commands PER USE.
  701. # Some commands like /repair have sub-costs, check the wiki for more information.
  702. command-costs:
  703. # /example costs $1000 PER USE
  704. #example: 1000
  705. # /kit tools costs $1500 PER USE
  706. #kit-tools: 1500
  707.  
  708. # Set this to a currency symbol you want to use.
  709. currency-symbol: '$'
  710.  
  711. # Set the maximum amount of money a player can have.
  712. # The amount is always limited to 10 trillion because of the limitations of a java double.
  713. max-money: 1000000000000000000000000000000000000000
  714.  
  715. # Set the minimum amount of money a player can have (must be above the negative of max-money).
  716. # Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
  717. min-money: 0
  718.  
  719. # Enable this to log all interactions with trade/buy/sell signs and sell command.
  720. economy-log-enabled: false
  721.  
  722. ############################################################
  723. # +------------------------------------------------------+ #
  724. # | EssentialsHelp | #
  725. # +------------------------------------------------------+ #
  726. ############################################################
  727.  
  728. # Show other plugins commands in help.
  729. non-ess-in-help: true
  730.  
  731. # Hide plugins which do not give a permission.
  732. # You can override a true value here for a single plugin by adding a permission to a user/group.
  733. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
  734. # You can use negative permissions to remove access to just a single plugins help if the following is enabled.
  735. hide-permissionless-help: true
  736.  
  737. ############################################################
  738. # +------------------------------------------------------+ #
  739. # | EssentialsChat | #
  740. # +------------------------------------------------------+ #
  741. ############################################################
  742.  
  743. chat:
  744.  
  745. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  746. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  747. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  748. # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  749. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  750. radius: 0
  751.  
  752. # Chat formatting can be done in two ways, you can either define a standard format for all chat.
  753. # Or you can give a group specific chat format, to give some extra variation.
  754. # If set to the default chat format which "should" be compatible with ichat.
  755. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
  756.  
  757. #format: '[{factions_roleprefix}§a{factions_nameforce}§r§7 &b| &aLvl [LEVEL]&f]&r {DISPLAYNAME}&6 »&r {MESSAGE}'
  758. #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  759.  
  760. group-formats:
  761. # Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
  762. # Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
  763. # If you are using group formats make sure to remove the '#' to allow the setting to be read.
  764. Member: '[{factions_roleprefix}§a{factions_nameforce}§r§7 &b| &aLvl [LEVEL]&f]&r {DISPLAYNAME}&8 »&r {MESSAGE}'
  765. Bruiser: '[{factions_roleprefix}§a{factions_nameforce}§r§7 &b| &aLvl [LEVEL]&f]&r {DISPLAYNAME}&8 »&r {MESSAGE}'
  766. Fighter: '[{factions_roleprefix}§a{factions_nameforce}§r§7 &b| &aLvl [LEVEL]&f]&r {DISPLAYNAME}&8 »&r {MESSAGE}'
  767. Slayer: '[{factions_roleprefix}§a{factions_nameforce}§r§7 &b| &aLvl [LEVEL]&f]&r {DISPLAYNAME}&8 »&r {MESSAGE}'
  768. Warrior: '[{factions_roleprefix}§a{factions_nameforce}§r§7 &b| &aLvl [LEVEL]&f]&r {DISPLAYNAME}&8 »&r {MESSAGE}'
  769. Sniper: '[{factions_roleprefix}§a{factions_nameforce}§r§7 &b| &aLvl [LEVEL]&f]&r {DISPLAYNAME}&8 »&r {MESSAGE}'
  770. Medic: '[{factions_roleprefix}§a{factions_nameforce}§r§7 &b| &aLvl [LEVEL]&f]&r {DISPLAYNAME}&8 »&r {MESSAGE}'
  771. Tank: '[{factions_roleprefix}§a{factions_nameforce}§r§7 &b| &aLvl [LEVEL]&f]&r {DISPLAYNAME}&8 »&r {MESSAGE}'
  772. Mage: '[{factions_roleprefix}§a{factions_nameforce}§r§7 &b| &aLvl [LEVEL]&f]&r {DISPLAYNAME}&8 »&r {MESSAGE}'
  773. Assassin: '[{factions_roleprefix}§a{factions_nameforce}§r§7 &b| &aLvl [LEVEL]&f]&r {DISPLAYNAME}&8 »&r {MESSAGE}'
  774. Chief: '[{factions_roleprefix}§a{factions_nameforce}§r§7 &b| &aLvl [LEVEL]&f]&r {DISPLAYNAME}&8 »&r {MESSAGE}'
  775. Duke: '[{factions_roleprefix}§a{factions_nameforce}§r§7 &b| &aLvl [LEVEL]&f]&r {DISPLAYNAME}&8 »&r {MESSAGE}'
  776. King: '[{factions_roleprefix}§a{factions_nameforce}§r§7 &b| &aLvl [LEVEL]&f]&r {DISPLAYNAME}&8 »&r {MESSAGE}'
  777. Warlord: '[{factions_roleprefix}§a{factions_nameforce}§r§7 &b| &aLvl [LEVEL]&f]&r {DISPLAYNAME}&8 »&r {MESSAGE}'
  778. VIP: '[{factions_roleprefix}§a{factions_nameforce}§r§7 &b| &aLvl [LEVEL]&f]&r {DISPLAYNAME}&a »&r {MESSAGE}'
  779. Premium: '[{factions_roleprefix}§a{factions_nameforce}§r§7 &b| &aLvl [LEVEL]&f]&r {DISPLAYNAME}&6 »&r {MESSAGE}'
  780. Legend: '[{factions_roleprefix}§a{factions_nameforce}§r§7 &b| &aLvl [LEVEL]&f]&r {DISPLAYNAME}&1 »&r {MESSAGE}'
  781. Elite: '[{factions_roleprefix}§a{factions_nameforce}§r§7 &b| &aLvl [LEVEL]&f]&r {DISPLAYNAME}&4 »&r {MESSAGE}'
  782. Hero: '[{factions_roleprefix}§a{factions_nameforce}§r§7 &b| &aLvl [LEVEL]&f]&r {DISPLAYNAME}&e »&r {MESSAGE}'
  783. MVP: '[{factions_roleprefix}§a{factions_nameforce}§r§7 &b| &aLvl [LEVEL]&f]&r {DISPLAYNAME}&b »&r {MESSAGE}'
  784. Trial-Moderator: '[{factions_roleprefix}§a{factions_nameforce}§r§7 &b| &aLvl [LEVEL]&f]&r {DISPLAYNAME}&d »&d {MESSAGE}'
  785. Moderator: '[{factions_roleprefix}§a{factions_nameforce}§r§7 &b| &aLvl [LEVEL]&f]&r {DISPLAYNAME}&5 »&5 {MESSAGE}'
  786. Admin: '[{factions_roleprefix}§a{factions_nameforce}§r§7 &b| &aLvl [LEVEL]&f]&r {DISPLAYNAME}&c »&c {MESSAGE}'
  787. Owner: '[{factions_roleprefix}§a{factions_nameforce}§r§7 &b| &aLvl [LEVEL]&f]&r {DISPLAYNAME}&7 »&b {MESSAGE}'
  788. Youtuber: '[{factions_roleprefix}§a{factions_nameforce}§r§7 &b| &aLvl [LEVEL]&f]&r {DISPLAYNAME}&0 »&4 {MESSAGE}'
  789. ############################################################
  790. # +------------------------------------------------------+ #
  791. # | EssentialsProtect | #
  792. # +------------------------------------------------------+ #
  793. ############################################################
  794.  
  795. protect:
  796.  
  797. # General physics/behavior modifications.
  798. prevent:
  799. lava-flow: false
  800. water-flow: false
  801. water-bucket-flow: false
  802. fire-spread: true
  803. lava-fire-spread: true
  804. flint-fire: false
  805. lightning-fire-spread: true
  806. portal-creation: false
  807. tnt-explosion: false
  808. tnt-playerdamage: false
  809. tnt-minecart-explosion: false
  810. tnt-minecart-playerdamage: false
  811. fireball-explosion: false
  812. fireball-fire: false
  813. fireball-playerdamage: false
  814. witherskull-explosion: false
  815. witherskull-playerdamage: false
  816. wither-spawnexplosion: false
  817. wither-blockreplace: false
  818. creeper-explosion: false
  819. creeper-playerdamage: false
  820. creeper-blockdamage: false
  821. enderdragon-blockdamage: true
  822. enderman-pickup: false
  823. villager-death: false
  824. # Monsters won't follow players.
  825. # permission essentials.protect.entitytarget.bypass disables this.
  826. entitytarget: false
  827. # Prevent the spawning of creatures.
  828. spawn:
  829. creeper: false
  830. skeleton: false
  831. spider: false
  832. giant: false
  833. zombie: false
  834. slime: false
  835. ghast: false
  836. pig_zombie: false
  837. enderman: false
  838. cave_spider: false
  839. silverfish: false
  840. blaze: false
  841. magma_cube: false
  842. ender_dragon: false
  843. pig: false
  844. sheep: false
  845. cow: false
  846. chicken: false
  847. squid: false
  848. wolf: false
  849. mushroom_cow: false
  850. snowman: false
  851. ocelot: false
  852. iron_golem: false
  853. villager: false
  854. wither: false
  855. bat: false
  856. witch: false
  857. horse: false
  858.  
  859. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  860. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  861. creeper:
  862. max-height: -1
  863.  
  864. # Disable various default physics and behaviors.
  865. disable:
  866. # Should fall damage be disabled?
  867. fall: false
  868.  
  869. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  870. # They will be unable to attack users without that same permission node.
  871. pvp: false
  872.  
  873. # Should drowning damage be disabled?
  874. # (Split into two behaviors; generally, you want both set to the same value.)
  875. drown: false
  876. suffocate: false
  877.  
  878. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  879. lavadmg: false
  880.  
  881. # Should arrow damage be disabled?
  882. projectiles: false
  883.  
  884. # This will disable damage from touching cacti.
  885. contactdmg: false
  886.  
  887. # Burn, baby, burn! Should fire damage be disabled?
  888. firedmg: false
  889.  
  890. # Should the damage after hit by a lightning be disabled?
  891. lightning: false
  892.  
  893. # Should Wither damage be disabled?
  894. wither: false
  895.  
  896. # Disable weather options?
  897. weather:
  898. storm: false
  899. thunder: false
  900. lightning: false
  901.  
  902. ############################################################
  903. # +------------------------------------------------------+ #
  904. # | EssentialsAntiBuild | #
  905. # +------------------------------------------------------+ #
  906. ############################################################
  907.  
  908. # Disable various default physics and behaviors
  909. # For more information, visit http://wiki.ess3.net/wiki/AntiBuild
  910.  
  911. # Should people with build: false in permissions be allowed to build?
  912. # Set true to disable building for those people.
  913. # Setting to false means EssentialsAntiBuild will never prevent you from building.
  914. build: true
  915.  
  916. # Should people with build: false in permissions be allowed to use items?
  917. # Set true to disable using for those people.
  918. # Setting to false means EssentialsAntiBuild will never prevent you from using.
  919. use: true
  920.  
  921. # Should we tell people they are not allowed to build?
  922. warn-on-build-disallow: true
  923.  
  924. # For which block types would you like to be alerted?
  925. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  926. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  927. alert:
  928. on-placement: 10,11,46,327
  929. on-use: 327
  930. on-break:
  931.  
  932. blacklist:
  933.  
  934. # Which blocks should people be prevented from placing?
  935. placement: 10,11,46,327
  936.  
  937. # Which items should people be prevented from using?
  938. usage: 327
  939.  
  940. # Which blocks should people be prevented from breaking?
  941. break:
  942.  
  943. # Which blocks should not be pushed by pistons?
  944. piston:
  945.  
  946. # Which blocks should not be dispensed by dispensers
  947. dispenser:
  948.  
  949. ############################################################
  950. # +------------------------------------------------------+ #
  951. # | Essentials Spawn / New Players | #
  952. # +------------------------------------------------------+ #
  953. ############################################################
  954.  
  955. newbies:
  956. # Should we announce to the server when someone logs in for the first time?
  957. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  958. # If not, set to ''
  959. #announce-format: ''
  960. announce-format: '&cWelcome &6{DISPLAYNAME}&c to &9PvP&fTM&c for the first time! &cDo &a/kit'
  961.  
  962. # When we spawn for the first time, which spawnpoint do we use?
  963. # Set to "none" if you want to use the spawn point of the world.
  964. spawnpoint:
  965.  
  966. # Do we want to give users anything on first join? Set to '' to disable
  967. # This kit will be given regardless of cost, and permissions.
  968. #kit: ''
  969. kit: 'vip'
  970.  
  971. # Set this to lowest, if you want Multiverse to handle the respawning.
  972. # Set this to high, if you want EssentialsSpawn to handle the respawning.
  973. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning.
  974. respawn-listener-priority: high
  975.  
  976. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  977. respawn-at-home: false
  978.  
  979. # End of File <-- No seriously, you're done with configuration.
Add Comment
Please, Sign In to add comment