Guest User

Untitled

a guest
Aug 3rd, 2017
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.73 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: ''
  24.  
  25. # The character(s) to prefix all nicknames, so that you know they are not true usernames.
  26. nickname-prefix: ''
  27.  
  28. # Disable this if you have any other plugin, that modifies the displayname of a user.
  29. change-displayname: true
  30.  
  31. # When this option is enabled, the (tab) player list will be updated with the displayname.
  32. # The value of change-displayname (above) has to be true.
  33. #change-playerlist: true
  34.  
  35. # When essentialschat.jar isnt used, force essentials to add the prefix and suffix from permission plugins to displayname
  36. # This setting is ignored if essentialschat.jar is used, and defaults to 'true'
  37. # The value of change-displayname (above) has to be true.
  38. # Do not edit this setting unless you know what you are doing!
  39. #add-prefix-suffix: true
  40.  
  41. # The delay, in seconds, required between /home, /tp, etc.
  42. teleport-cooldown: 8
  43.  
  44. # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.
  45. teleport-delay: 8
  46.  
  47. # The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command
  48. # This will also prevent the player attacking other players
  49. teleport-invulnerability: 5
  50.  
  51. # The delay, in seconds, required between /heal attempts
  52. heal-cooldown: 60
  53.  
  54. # What to prevent from /i /give
  55. # e.g item-spawn-blacklist: 46,11,10
  56. item-spawn-blacklist: 328,373:8201,373:8233,373:8265,373:8297,373:16393,373:16425,373:16457,373:16489
  57.  
  58. # Set this to true if you want permission based item spawn rules
  59. # Note: The blacklist above will be ignored then.
  60. # Permissions:
  61. # - essentials.itemspawn.item-all
  62. # - essentials.itemspawn.item-[itemname]
  63. # - essentials.itemspawn.item-[itemid]
  64. # - essentials.give.item-all
  65. # - essentials.give.item-[itemname]
  66. # - essentials.give.item-[itemid]
  67. # For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive
  68. permission-based-item-spawn: false
  69.  
  70. # Mob limit on the /spawnmob command per execution
  71. spawnmob-limit: 10
  72.  
  73. # Shall we notify users when using /lightning
  74. warn-on-smite: true
  75.  
  76. # motd and rules are now configured in the files motd.txt and rules.txt
  77.  
  78. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority.
  79. # Commands in this list, will tell Essentials to 'not give up' the command to other plugins.
  80. # In this state, which plugin 'wins' appears to be almost random.
  81. #
  82. # If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias.
  83. # To force essentials to take 'god' alias 'god' to 'egod'.
  84. # See http://wiki.bukkit.org/Bukkit.yml#aliases for more information
  85.  
  86. overridden-commands:
  87. # - god
  88.  
  89. # Disabled commands will be completely unavailable on the server.
  90. # Disabling commands here will have no effect on command conflicts.
  91. disabled-commands:
  92. # - esethome
  93.  
  94. # These commands will be shown to players with socialSpy enabled
  95. # You can add commands from other plugins you may want to track or
  96. # remove commands that are used for something you dont want to spy on
  97. socialspy-commands:
  98. - msg
  99. - w
  100. - r
  101. - mail
  102. - m
  103. - t
  104. - whisper
  105. - emsg
  106. - tell
  107. - er
  108. - reply
  109. - ereply
  110. - email
  111. - action
  112. - describe
  113. - eme
  114. - eaction
  115. - edescribe
  116. - etell
  117. - ewhisper
  118. - pm
  119.  
  120. # If you do not wish to use a permission system, you can define a list of 'player perms' below.
  121. # This list has no effect if you are using a supported permissions system.
  122. # If you are using an unsupported permissions system simply delete this section.
  123. # Whitelist the commands and permissions you wish to give players by default (everything else is op only).
  124. # These are the permissions without the "essentials." part.
  125. player-commands:
  126. - afk
  127. - afk.auto
  128. - balance
  129. - balance.others
  130. - balancetop
  131. - help
  132. - helpop
  133. - ignore
  134. - kit
  135. - list
  136. - mail
  137. - mail.send
  138. - motd
  139. - msg
  140. - pay
  141. - r
  142. - rules
  143. - signs.use.balance
  144. - signs.use.buy
  145. - signs.use.disposal
  146. - signs.use.enchant
  147. - signs.use.free
  148. - signs.use.heal
  149. - signs.use.info
  150. - signs.use.kit
  151. - signs.use.mail
  152. - signs.use.protection
  153. - signs.use.repair
  154. - signs.use.sell
  155. - signs.use.time
  156. - signs.use.trade
  157. - signs.use.warp
  158. - spawn
  159. - suicide
  160. - time
  161. - tpa
  162. - tpaccept
  163. - tpahere
  164. - tpdeny
  165. - warp
  166. - warp.list
  167.  
  168. # Note: All items MUST be followed by a quantity!
  169. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  170. # Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]...
  171. # For Item meta information visit http://wiki.ess3.net/wiki/Item_Meta
  172. # 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
  173. # For more information, visit http://wiki.ess3.net/wiki/Kits
  174. kits:
  175. Potions:
  176. delay: 21600
  177. items:
  178. - 373:8194 1
  179. - 373:8201 1
  180. - 373:8259 1
  181. - 373:8225 1
  182. - 373:16453 1
  183. - 373:16453 1
  184. - 373:16453 1
  185. - 373:16453 1
  186. - 373:16453 1
  187. Member:
  188. delay: 86400
  189. items:
  190. - 298 1 name:&6[&7Member&6] lore:&6Welcome_To_The_Server!
  191. - 299 1 name:&6[&7Member&6] lore:&6Welcome_To_The_Server!
  192. - 300 1 name:&6[&7Member&6] lore:&6Welcome_To_The_Server!
  193. - 301 1 name:&6[&7Member&6] lore:&6Welcome_To_The_Server!
  194. - 320 8
  195. - 268 1 name:&6[&7Member&6] lore:&6Welcome_To_The_Server!
  196. - 274 1 name:&6[&7Member&6] lore:&6Welcome_To_The_Server!
  197. - 275 1 name:&6[&7Member&6] lore:&6Welcome_To_The_Server!
  198. - 273 1 name:&6[&7Member&6] lore:&6Welcome_To_The_Server!
  199. - 17 16
  200. - 3 32
  201. - 362 8
  202. - 265 8
  203. - 263 8
  204. - 50 16
  205. - 49 32
  206. - 326 1
  207. Elite:
  208. delay: 86400
  209. items:
  210. - 310 1 protection:1 unbreaking:1 name:&dElite_Helmet lore:&6Thank_You_for_supporting_the_server!
  211. - 311 1 protection:1 unbreaking:1 name:&dElite_Chestplate lore:&6Thank_You_for_supporting_the_server!
  212. - 312 1 protection:1 unbreaking:1 name:&dElite_Leggings lore:&6Thank_You_for_supporting_the_server!
  213. - 313 1 protection:1 unbreaking:1 name:&dElite_Boots lore:&6Thank_You_for_supporting_the_server!
  214. - 276 1 sharpness:1 name:&dElite_Sword lore:&6Thank_You_for_supporting_the_server!
  215. - 261 1 power:1 name:&dElite_Bow lore:&6Thank_You_for_supporting_the_server!
  216. - 262 64
  217. - 17:0 32
  218. - 49 32
  219. - 46 32
  220. - 320 8
  221. - 373:16453 5
  222. - 264 6
  223. - 265 10
  224. - 266 2
  225. Hero:
  226. delay: 86400
  227. items:
  228. - 310 2 protection:2 unbreaking:1 name:&aHero _Helmet lore:&6Thank_You_for_supporting_the_server!
  229. - 311 2 protection:2 unbreaking:1 name:&aHero _Chestplate lore:&6Thank_You_for_supporting_the_server!
  230. - 312 2 protection:2 unbreaking:1 name:&aHero _Leggings lore:&6Thank_You_for_supporting_the_server!
  231. - 313 2 protection:2 unbreaking:1 name:&aHero _Boots lore:&6Thank_You_for_supporting_the_server!
  232. - 276 2 sharpness:2 fireaspect:1 name:&aHero _Sword lore:&6Thank_You_for_supporting_the_server!
  233. - 261 2 power:2 name:&aHero_Bowlore:&6Thank_You_for_supporting_the_server!
  234. - 262 64
  235. - 17:0 32
  236. - 49 32
  237. - 46 32
  238. - 320 8
  239. - 373:16453 5
  240. - 264 6
  241. - 265 10
  242. - 266 2
  243. Legend:
  244. delay: 86400
  245. items:
  246. - 310 1 protection:2 unbreaking:3 thorns:1 name:&fLegend_Helmet lore:&6Thank_You_for_supporting_the_server!
  247. - 311 1 protection:2 unbreaking:3 thorns:1 name:&fLegend_Chestplate lore:&6Thank_You_for_supporting_the_server!
  248. - 312 1 protection:2 unbreaking:3 thorns:1 name:&fLegend_Leggings lore:&6Thank_You_for_supporting_the_server!
  249. - 313 1 protection:2 unbreaking:3 thorns:1 name:&fLegend_Boots lore:&6Thank_You_for_supporting_the_server!
  250. - 276 1 sharpness:3 fireaspect:2 name:&fLegend_Sword lore:&6Thank_You_for_supporting_the_server!
  251. - 261 1 power:3 name:&fLegend_Bow lore:&6Thank_You_for_supporting_the_server!
  252. - 262 64
  253. - 17:0 32
  254. - 49 32
  255. - 46 32
  256. - 320 8
  257. - 373:16453 5
  258. - 264 8
  259. - 265 12
  260. - 266 4
  261. Master:
  262. delay: 86400
  263. items:
  264. - 310 1 protection:3 unbreaking:3 name:&5Master_Helmet lore:&6Thank_You_for_supporting_the_server!
  265. - 311 1 protection:3 unbreaking:3 name:&5Master_Chestplate lore:&6Thank_You_for_supporting_the_server!
  266. - 312 1 protection:3 unbreaking:3 name:&5Master_Leggings lore:&6Thank_You_for_supporting_the_server!
  267. - 313 1 protection:3 unbreaking:3 name:&5Master_Boots lore:&6Thank_You_for_supporting_the_server!
  268. - 276 1 sharpness:4 fireaspect:2 name:&5Master_Blade lore:&6Thank_You_for_supporting_the_server!
  269. - 261 1 power:3 flame:1 name:&5Master_Bow lore:&6Thank_You_for_supporting_the_server!
  270. - 262 64
  271. - 17:0 32
  272. - 49 32
  273. - 46 32
  274. - 320 8
  275. - 373:16453 5
  276. - 264 12
  277. - 265 16
  278. - 266 8
  279. - 322:1 1
  280. Supreme:
  281. delay: 86400
  282. items:
  283. - 310 1 protection:4 unbreaking:3 name:&6Supreme_Helmet lore:&6Thank_You_for_supporting_the_server!
  284. - 311 1 protection:4 unbreaking:3 name:&6Supreme_Chestplate lore:&6Thank_You_for_supporting_the_server!
  285. - 312 1 protection:4 unbreaking:3 name:&6Supreme_Leggings lore:&6Thank_You_for_supporting_the_server!
  286. - 313 1 protection:4 unbreaking:3 name:&6Supreme_Boots lore:&6Thank_You_for_supporting_the_server!
  287. - 276 1 sharpness:4 fireaspect:2 unbreaking:3 looting:3 name:&6Supreme_Blade lore:&6Thank_You_for_supporting_the_server!
  288. - 261 1 power:4 infinity:1 flame:1 unbreaking:3name:&6Legend_Bow lore:&6Thank_You_for_supporting_the_server!
  289. - 262 64
  290. - 17:0 32
  291. - 49 64
  292. - 46 64
  293. - 320 8
  294. - 373:16453 5
  295. - 264 24
  296. - 265 48
  297. - 266 16
  298. - 322:1 1
  299. Fight:
  300. delay: 2700
  301. items:
  302. - 302 1 protection:1
  303. - 303 1 protection:1
  304. - 304 1 protection:1
  305. - 305 1 protection:1
  306. - 267 1
  307. Weekly:
  308. delay: 604800
  309. items:
  310. - 310 1 protection:2 unbreaking:1 name:&6[&3Weekly_Kit&6] lore:&6You_can_only_get_it_once_a_week!_Use_it_wisely!
  311. - 311 1 protection:2 unbreaking:1 name:&6[&3Weekly_Kit&6] lore:&6You_can_only_get_it_once_a_week!_Use_it_wisely!
  312. - 312 1 protection:2 unbreaking:1 name:&6[&3Weekly_Kit&6] lore:&6You_can_only_get_it_once_a_week!_Use_it_wisely!
  313. - 313 1 protection:2 unbreaking:1 name:&6[&3Weekly_Kit&6] lore:&6You_can_only_get_it_once_a_week!_Use_it_wisely!
  314. - 276 1 sharpness:1 fireaspect:2 name:&6[&3Weekly_Sword&6] lore:&6You_can_only_get_it_once_a_week!_Use_it_wisely!
  315. - 261 1 power:3 flame:1 name:&6[&3Weekly_Bow&6] lore:&6You_can_only_get_it_once_a_week!_Use_it_wisely!
  316. - 262 64
  317. - 17:0 32
  318. - 49 32
  319. - 46 32
  320. - 320 8
  321. - 373:16453 5
  322. - 264 6
  323. - 265 10
  324. - 266 2
  325. Monthly:
  326. delay: 2629746
  327. items:
  328. - 310 1 protection:4 unbreaking:1 name:&6[&3Monthly_Kit&6] lore:&6You_can_only_get_it_once_a_month!_Use_it_wisely!
  329. - 311 1 protection:4 unbreaking:1 name:&6[&3Monthly_Kit&6] lore:&6You_can_only_get_it_once_a_month!_Use_it_wisely!
  330. - 312 1 protection:4 unbreaking:1 name:&6[&3Monthly_Kit&6] lore:&6You_can_only_get_it_once_a_month!_Use_it_wisely!
  331. - 313 1 protection:4 unbreaking:1 name:&6[&3Monthly_Kit&6] lore:&6You_can_only_get_it_once_a_month!_Use_it_wisely!
  332. - 276 1 sharpness:3 fireaspect:2 name:&6[&3Monthly_Sword&6] lore:&6You_can_only_get_it_once_a_month!_Use_it_wisely!
  333. - 261 1 power:3 flame:1 name:&6[&3Monthly_Bow&6] lore:&6You_can_only_get_it_once_a_month!_Use_it_wisely!
  334. - 262 64
  335. - 17:0 32
  336. - 49 32
  337. - 46 32
  338. - 320 8
  339. - 373:16453 5
  340. - 264 6
  341. - 265 10
  342. - 266 2
  343. BattleSword:
  344. delay: 604800
  345. items:
  346. - 276 1 sharpness:5 unbreaking:3 fireaspect:2 name:&9Battle_Sword lore:&6Purchased_Off_/Shop
  347. BattleAxe:
  348. delay: 604800
  349. items:
  350. - 279 1 sharpness:5 unbreaking:3 fireaspect:2 name:&9Battle_Sword lore:&6Purchased_Off_/Shop
  351. FarmerKit:
  352. delay: 604800
  353. items:
  354. - 278 1 Efficiency:7 fortune:4 unbreaking:5 name:&9Farmer_Pick lore:&6Purchased_Off_/Shop
  355. - 277 1 Efficiency:7 fortune:4 unbreaking:5 name:&9Farmer_Shovel lore:&6Purchased_Off_/Shop
  356. - 293 1 Efficiency:7 fortune:4 unbreaking:5 name:&9Farmer_Hoe lore:&6Purchased_Off_/Shop
  357. BattleArmour:
  358. delay: 604800
  359. items:
  360. - 310 1 protection:5 unbreaking:3 name:&9Battle_Gear lore:&6Purchased_Off_/Shop
  361. - 311 1 protection:5 unbreaking:3 name:&9Battle_Gear lore:&6Purchased_Off_/Shop
  362. - 312 1 protection:5 unbreaking:3 name:&9Battle_Gear lore:&6Purchased_Off_/Shop
  363. - 313 1 protection:5 unbreaking:3 name:&9Battle_Gear lore:&6Purchased_Off_/Shop
  364. # Essentials Sign Control
  365. # See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
  366. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  367. # Essentials Colored sign support will be enabled when any sign types are enabled.
  368. # Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
  369.  
  370. enabledSigns:
  371. - color
  372. - balance
  373. - buy
  374. - sell
  375. - trade
  376. - free
  377. - disposal
  378. - warp
  379. - kit
  380. - mail
  381. - enchant
  382. #- gamemode
  383. - heal
  384. - info
  385. #- spawnmob
  386. - repair
  387. - time
  388. - weather
  389.  
  390. # How many times per second can Essentials signs be interacted with per player.
  391. # Values should be between 1-20, 20 being virtually no lag protection.
  392. # Lower numbers will reduce the possibility of lag, but may annoy players.
  393. sign-use-per-second: 0
  394.  
  395. # Backup runs a batch/bash command while saving is disabled
  396. backup:
  397. # Interval in minutes
  398. interval: 30
  399. # Unless you add a valid backup command or script here, this feature will be useless.
  400. # Use 'save-all' to simply force regular world saving without backup.
  401. #command: 'rdiff-backup World1 backups/World1'
  402.  
  403. # Set this true to enable permission per warp.
  404. per-warp-permission: false
  405.  
  406. # Sort output of /list command by groups
  407. sort-list-by-groups: true
  408.  
  409. # More output to the console
  410. debug: false
  411.  
  412. # Set the locale for all messages
  413. # If you don't set this, the default locale of the server will be used.
  414. # For example, to set language to English, set locale to en, to use the file "messages_en.properties"
  415. # Don't forget to remove the # in front of the line
  416. # For more information, visit http://wiki.ess3.net/wiki/Locale
  417. #locale: en
  418.  
  419. # Turn off god mode when people exit
  420. remove-god-on-disconnect: true
  421.  
  422. # Auto-AFK
  423. # After this timeout in seconds, the user will be set as afk.
  424. # Set to -1 for no timeout.
  425. auto-afk: -1
  426.  
  427. # Auto-AFK Kick
  428. # After this timeout in seconds, the user will be kicked from the server.
  429. # Set to -1 for no timeout.
  430. auto-afk-kick: -1
  431.  
  432. # Set this to true, if you want to freeze the player, if he is afk.
  433. # Other players or monsters can't push him out of afk mode then.
  434. # This will also enable temporary god mode for the afk player.
  435. # The player has to use the command /afk to leave the afk mode.
  436. freeze-afk-players: false
  437.  
  438. # When the player is afk, should he be able to pickup items?
  439. # Enable this, when you don't want people idling in mob traps.
  440. disable-item-pickup-while-afk: false
  441.  
  442. # This setting controls if a player is marked as active on interaction.
  443. # When this setting is false, you will need to manually un-AFK using the /afk command.
  444. cancel-afk-on-interact: true
  445.  
  446. # Should we automatically remove afk status when the player moves?
  447. # Player will be removed from AFK on chat/command regardless of this setting.
  448. # Disable this to reduce server lag.
  449. cancel-afk-on-move: true
  450.  
  451. # You can disable the death messages of Minecraft here
  452. death-messages: true
  453.  
  454. # Add worlds to this list, if you want to automatically disable god mode there
  455. no-god-in-worlds:
  456. # - world_nether
  457.  
  458. # Set to true to enable per-world permissions for teleporting between worlds with essentials commands
  459. # This applies to /world, /back, /tp[a|o][here|all], but not warps.
  460. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  461. # This does not affect the /home command, there is a separate toggle below for this.
  462. world-teleport-permissions: false
  463.  
  464. # The number of items given if the quantity parameter is left out in /item or /give.
  465. # If this number is below 1, the maximum stack size size is given. If over-sized stacks
  466. # are not enabled, any number higher than the maximum stack size results in more than one stack.
  467. default-stack-size: -1
  468.  
  469. # Over-sized stacks are stacks that ignore the normal max stack size.
  470. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  471. # How many items should be in an over-sized stack?
  472. oversized-stacksize: 64
  473.  
  474. # Allow repair of enchanted weapons and armor.
  475. # If you set this to false, you can still allow it for certain players using the permission
  476. # essentials.repair.enchanted
  477. repair-enchanted: true
  478.  
  479. # Allow 'unsafe' enchantments in kits and item spawning.
  480. # Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins.
  481. unsafe-enchantments: true
  482.  
  483. #Do you want essentials to keep track of previous location for /back in the teleport listener?
  484. #If you set this to true any plugin that uses teleport will have the previous location registered.
  485. register-back-in-listener: false
  486.  
  487. #Delay to wait before people can cause attack damage after logging in
  488. login-attack-delay: 1
  489.  
  490. #Set the max fly speed, values range from 0.1 to 1.0
  491. max-fly-speed: 1.0
  492.  
  493. #Set the maximum amount of mail that can be sent within a minute.
  494. mails-per-minute: 3
  495.  
  496. # Set the maximum time /tempban can be used for in seconds.
  497. # Set to -1 to disable, and essentials.tempban.unlimited can be used to override.
  498. max-tempban-time: 3600
  499.  
  500. ############################################################
  501. # +------------------------------------------------------+ #
  502. # | EssentialsHome | #
  503. # +------------------------------------------------------+ #
  504. ############################################################
  505.  
  506. # Allows people to set their bed at daytime
  507. update-bed-at-daytime: true
  508.  
  509. # Set to true to enable per-world permissions for using homes to teleport between worlds
  510. # This applies to the /home only.
  511. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  512. world-home-permissions: false
  513.  
  514. # Allow players to have multiple homes.
  515. # Players need essentials.sethome.multiple before they can have more than 1 home, defaults to 'default' below.
  516. # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
  517. # People with essentials.sethome.multiple.unlimited are not limited by these numbers.
  518. # For more information, visit http://wiki.ess3.net/wiki/Multihome
  519. sethome-multiple:
  520. Member: 2
  521. Elite: 3
  522. Hero: 4
  523. Legend: 5
  524. Master: 6
  525. Supreme: 10
  526.  
  527. # Set timeout in seconds for players to accept tpa before request is cancelled.
  528. # Set to 0 for no timeout
  529. tpa-accept-cancellation: 60
  530.  
  531. ############################################################
  532. # +------------------------------------------------------+ #
  533. # | EssentialsEco | #
  534. # +------------------------------------------------------+ #
  535. ############################################################
  536.  
  537. # For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy
  538.  
  539. # Defines the balance with which new players begin. Defaults to 0.
  540. starting-balance: 500
  541.  
  542. # worth-# defines the value of an item when it is sold to the server via /sell.
  543. # These are now defined in worth.yml
  544.  
  545. # Defines the cost to use the given commands PER USE
  546. # Some commands like /repair have sub-costs, check the wiki for more information.
  547. command-costs:
  548. # /example costs $1000 PER USE
  549. #example: 1000
  550. # /kit tools costs $1500 PER USE
  551. #kit-tools: 1500
  552.  
  553. # Set this to a currency symbol you want to use.
  554. currency-symbol: '$'
  555.  
  556. # Set the maximum amount of money a player can have
  557. # The amount is always limited to 10 trillion because of the limitations of a java double
  558. max-money: 999999999999
  559.  
  560. # Set the minimum amount of money a player can have (must be above the negative of max-money).
  561. # Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
  562. min-money: 0
  563.  
  564. # Enable this to log all interactions with trade/buy/sell signs and sell command
  565. economy-log-enabled: false
  566.  
  567. ############################################################
  568. # +------------------------------------------------------+ #
  569. # | EssentialsHelp | #
  570. # +------------------------------------------------------+ #
  571. ############################################################
  572.  
  573. # Show other plugins commands in help
  574. non-ess-in-help: false
  575.  
  576. # Hide plugins which do not give a permission
  577. # You can override a true value here for a single plugin by adding a permission to a user/group.
  578. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
  579. # You can use negative permissions to remove access to just a single plugins help if the following is enabled.
  580. hide-permissionless-help: true
  581.  
  582. ############################################################
  583. # +------------------------------------------------------+ #
  584. # | EssentialsChat | #
  585. # +------------------------------------------------------+ #
  586. ############################################################
  587.  
  588. chat:
  589.  
  590. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  591. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  592. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  593. # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  594. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  595. radius: 0
  596.  
  597. # Chat formatting can be done in two ways, you can either define a standard format for all chat
  598. # Or you can give a group specific chat format, to give some extra variation.
  599. # If set to the default chat format which "should" be compatible with ichat.
  600. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
  601.  
  602. format: '&8[&7[FACTION]&8] {DISPLAYNAME}&7: {MESSAGE}'
  603. #format: '[{GROUP}] {DISPLAYNAME} {MESSAGE}'
  604.  
  605. group-formats:
  606. Owner: '&4{DISPLAYNAME} &8&l> &c{MESSAGE}'
  607. Admin: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &a{MESSAGE}'
  608. Helper: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &f{MESSAGE}'
  609. Mod: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &f{MESSAGE}'
  610. Member: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &f{MESSAGE}'
  611. Elite: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &f{MESSAGE}'
  612. Hero: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &f{MESSAGE}'
  613. Legend: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &f{MESSAGE}'
  614. Master: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &f{MESSAGE}'
  615. Supreme: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &f{MESSAGE}'
  616.  
  617.  
  618. # If you are using group formats make sure to remove the '#' to allow the setting to be read.
  619.  
  620. ############################################################
  621. # +------------------------------------------------------+ #
  622. # | EssentialsProtect | #
  623. # +------------------------------------------------------+ #
  624. ############################################################
  625.  
  626. protect:
  627. # Database settings for sign/rail protection
  628.  
  629. # mysql or sqlite
  630. # We strongly recommend against using mysql here, unless you have a good reason.
  631. # Sqlite seems to be faster in almost all cases, and in some cases mysql can be much slower.
  632. datatype: 'sqlite'
  633.  
  634. # If you specified MySQL above, you MUST enter the appropriate details here.
  635. # If you specified SQLite above, these will be IGNORED.
  636. username: 'root'
  637. password: 'root'
  638. mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
  639.  
  640. # General physics/behavior modifications
  641. prevent:
  642. lava-flow: false
  643. water-flow: false
  644. water-bucket-flow: false
  645. fire-spread: false
  646. lava-fire-spread: false
  647. flint-fire: false
  648. lightning-fire-spread: false
  649. portal-creation: false
  650. tnt-explosion: false
  651. tnt-playerdamage: false
  652. fireball-explosion: false
  653. fireball-fire: false
  654. fireball-playerdamage: false
  655. witherskull-explosion: false
  656. witherskull-playerdamage: false
  657. wither-spawnexplosion: false
  658. wither-blockreplace: false
  659. creeper-explosion: false
  660. creeper-playerdamage: false
  661. creeper-blockdamage: false
  662. enderdragon-blockdamage: false
  663. enderman-pickup: false
  664. villager-death: false
  665. # Monsters won't follow players
  666. # permission essentials.protect.entitytarget.bypass disables this
  667. entitytarget: false
  668. # Prevent the spawning of creatures
  669. spawn:
  670. creeper: false
  671. skeleton: false
  672. spider: false
  673. giant: false
  674. zombie: false
  675. slime: false
  676. ghast: false
  677. pig_zombie: false
  678. enderman: false
  679. cave_spider: false
  680. silverfish: false
  681. blaze: false
  682. magma_cube: false
  683. ender_dragon: true
  684. pig: false
  685. sheep: false
  686. cow: false
  687. chicken: false
  688. squid: false
  689. wolf: false
  690. mushroom_cow: false
  691. snowman: false
  692. ocelot: false
  693. iron_golem: false
  694. villager: false
  695. wither: false
  696. bat: false
  697. witch: false
  698.  
  699. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  700. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  701. creeper:
  702. max-height: -1
  703.  
  704. # Protect various blocks.
  705. protect:
  706. # Protect all signs
  707. signs: false
  708.  
  709. # Prevent users from destroying rails
  710. rails: false
  711.  
  712. # Blocks below rails/signs are also protected if the respective rail/sign is protected.
  713. # This makes it more difficult to circumvent protection, and should be enabled.
  714. # This only has an effect if "rails" or "signs" is also enabled.
  715. block-below: true
  716.  
  717. # Prevent placing blocks above protected rails, this is to stop a potential griefing
  718. prevent-block-on-rails: true
  719.  
  720. # Store blocks / signs in memory before writing
  721. memstore: false
  722.  
  723. # Disable various default physics and behaviors
  724. disable:
  725. # Should fall damage be disabled?
  726. fall: false
  727.  
  728. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  729. # They will be unable to attack users without that same permission node.
  730. pvp: false
  731.  
  732. # Should drowning damage be disabled?
  733. # (Split into two behaviors; generally, you want both set to the same value)
  734. drown: false
  735. suffocate: false
  736.  
  737. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  738. lavadmg: false
  739.  
  740. # Should arrow damage be disabled
  741. projectiles: false
  742.  
  743. # This will disable damage from touching cacti.
  744. contactdmg: false
  745.  
  746. # Burn, baby, burn! Should fire damage be disabled?
  747. firedmg: false
  748.  
  749. # Should the damage after hit by a lightning be disabled?
  750. lightning: false
  751.  
  752. # Should Wither damage be disabled?
  753. wither: false
  754.  
  755. # Disable weather options
  756. weather:
  757. storm: false
  758. thunder: false
  759. lightning: false
  760.  
  761. ############################################################
  762. # +------------------------------------------------------+ #
  763. # | EssentialsAntiBuild | #
  764. # +------------------------------------------------------+ #
  765. ############################################################
  766.  
  767. # Disable various default physics and behaviors
  768. # For more information, visit http://wiki.ess3.net/wiki/AntiBuild
  769.  
  770. # Should people with build: false in permissions be allowed to build
  771. # Set true to disable building for those people
  772. # Setting to false means EssentialsAntiBuild will never prevent you from building
  773. build: true
  774.  
  775. # Should people with build: false in permissions be allowed to use items
  776. # Set true to disable using for those people
  777. # Setting to false means EssentialsAntiBuild will never prevent you from using
  778. use: true
  779.  
  780. # Should we tell people they are not allowed to build
  781. warn-on-build-disallow: true
  782.  
  783. # For which block types would you like to be alerted?
  784. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  785. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  786. alert:
  787. on-placement: 10,11,46,327
  788. on-use: 327
  789. on-break:
  790.  
  791. blacklist:
  792.  
  793. # Which blocks should people be prevented from placing
  794. placement: 10,11,46,327
  795.  
  796. # Which items should people be prevented from using
  797. usage: 327
  798.  
  799. # Which blocks should people be prevented from breaking
  800. break:
  801.  
  802. # Which blocks should not be pushed by pistons
  803. piston:
  804.  
  805. ############################################################
  806. # +------------------------------------------------------+ #
  807. # | Essentials Spawn / New Players | #
  808. # +------------------------------------------------------+ #
  809. ############################################################
  810.  
  811. newbies:
  812. # Should we announce to the server when someone logs in for the first time?
  813. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  814. # If not, set to ''
  815. #announce-format: ''
  816. announce-format: '&8[&4&l&o*&8] &aWelcome &e{DISPLAYNAME} &ato &c&lSERVER&f&lNAME'
  817.  
  818. # When we spawn for the first time, which spawnpoint do we use?
  819. # Set to "none" if you want to use the spawn point of the world.
  820. spawnpoint: noob
  821.  
  822. # Do we want to give users anything on first join? Set to '' to disable
  823. # This kit will be given regardless of cost, and permissions.
  824. #kit: 'Once'
  825. kit: Member
  826.  
  827. # Set this to lowest, if you want Multiverse to handle the respawning
  828. # Set this to high, if you want EssentialsSpawn to handle the respawning
  829. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning
  830. respawn-listener-priority: highest
  831.  
  832. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  833. respawn-at-home: false
  834.  
  835. # End of File <-- No seriously, you're done with configuration.
Add Comment
Please, Sign In to add comment