Guest User

Essentials

a guest
Feb 6th, 2016
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.52 KB | None | 0 0
  1. ############################################################
  2. # +------------------------------------------------------+ #
  3. # | Notes | #
  4. # +------------------------------------------------------+ #
  5. ##########################################a##################
  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: 25
  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: 4
  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: 3
  49.  
  50. # The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command. 5
  51. # This will also prevent the player attacking other players.
  52. teleport-invulnerability: 4
  53.  
  54. # The delay, in seconds, required between /heal or /feed attempts.
  55. heal-cooldown: 120
  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: 100
  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. - helpop
  156. - home
  157. - home.others
  158. - ignore
  159. - info
  160. - itemdb
  161. - kit
  162. - kits.tools
  163. - list
  164. - mail
  165. - mail.send
  166. - me
  167. - motd
  168. - msg
  169. - msg.color
  170. - nick
  171. - near
  172. - pay
  173. - ping
  174. - protect
  175. - r
  176. - rules
  177. - realname
  178. - seen
  179. - sell
  180. - sethome
  181. - setxmpp
  182. - signs.create.protection
  183. - signs.create.trade
  184. - signs.break.protection
  185. - signs.break.trade
  186. - signs.use.balance
  187. - signs.use.buy
  188. - signs.use.disposal
  189. - signs.use.enchant
  190. - signs.use.free
  191. - signs.use.gamemode
  192. - signs.use.heal
  193. - signs.use.info
  194. - signs.use.kit
  195. - signs.use.mail
  196. - signs.use.protection
  197. - signs.use.repair
  198. - signs.use.sell
  199. - signs.use.time
  200. - signs.use.trade
  201. - signs.use.warp
  202. - signs.use.weather
  203. - spawn
  204. - suicide
  205. - time
  206. - tpa
  207. - tpaccept
  208. - tpahere
  209. - tpdeny
  210. - warp
  211. - warp.list
  212. - world
  213. - worth
  214. - xmpp
  215.  
  216. # Note: All items MUST be followed by a quantity!
  217. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  218. # Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]...
  219. # For Item meta information visit http://wiki.ess3.net/wiki/Item_Meta
  220. # 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
  221. # For more information, visit http://wiki.ess3.net/wiki/Kits
  222. kits:
  223. donator:
  224. delay: 86400
  225. items:
  226. - 310 1 protection:6 name:&1&lDonator_Helmet
  227. - 311 1 protection:6 name:&1&lDonator_Chestplate
  228. - 312 1 protection:6 name:&1&lDonator_Leggings
  229. - 313 1 protection:6 name:&1&lDonator_Boots
  230. - 276 1 sharpness:6 name:&1&lDonator_Sword
  231. - 364 64
  232. - 320 64
  233. vip:
  234. delay: 86400
  235. items:
  236. - 310 1 protection:7 unbreaking:5 name:&7&lVIP_Helmet
  237. - 311 1 protection:7 unbreaking:5 name:&7&lVIP_Chestplate
  238. - 312 1 protection:7 unbreaking:5 name:&7&lVIP_Leggings
  239. - 313 1 protection:7 unbreaking:5 name:&7&lVIP_Boots
  240. - 276 1 sharpness:6 fireaspect:2 unbreaking:3 name:&7&lVIP_Sword
  241. miner:
  242. delay: 43200
  243. items:
  244. - 277 1 efficiency:7 fortune:5 unbreaking:7 name:&b&lMiner_Shovel
  245. - 278 1 efficiency:7 fortune:5 unbreaking:7 name:&b&lMiner_Pickaxe
  246. - 279 1 efficiency:7 fortune:5 unbreaking:7 name:&b&lMiner_Axe
  247. pvp:
  248. delay: 86400
  249. items:
  250. - 310 1 protection:8 unbreaking:7 name:&4&lPvP_Helmet
  251. - 311 1 protection:8 unbreaking:7 name:&4&lPvP_Chestplate
  252. - 312 1 protection:8 unbreaking:7 name:&4&lPvP_Leggings
  253. - 313 1 protection:8 unbreaking:7 name:&4&lPvP_Boots
  254. - 261 1 power:7 infinite:1 name:&4&lPvP_Bow
  255. king:
  256. delay: 172800
  257. items:
  258. - 310 1 protection:9 projprot:5 unbreaking:8 name:&8&lKing_Helmet
  259. - 311 1 protection:8 projprot:5 unbreaking:8 name:&8&lKing_Chestplate
  260. - 312 1 protection:8 projprot:5 unbreaking:8 name:&8&lKing_Leggings
  261. - 313 1 protection:9 projprot:5 unbreaking:8 name:&8&lKing_Boots
  262. - 261 1 power:8 infinite:1 flame:4 name:&8&lKing_Bow
  263. - 276 1 sharpness:7 fireaspect:4 unbreaking:5 name:&8&lKing_Sword
  264. xp:
  265. delay: 86400
  266. items:
  267. - 384 640 name:&a&lXP_Bottles
  268. raid:
  269. delay: 172800
  270. items:
  271. - 46 192 name:&4&lTnT
  272. - 49 32 name:&1&lObsidian
  273. - 383:50 2 name:&a&lCreeper_Eggs
  274. - 152 32 name:&4&lRedstone_Blocks
  275. - 8 5 name:&9&lWater_For_&4&lTnT_Cannon
  276. havoc:
  277. delay: 259200
  278. items:
  279. - 310 1 protection:10 fireresistance:6 blastprot:3 name:&6&lHavoc_Helmet
  280. - 311 1 protection:10 fireresistance:6 blastprot:3 name:&6&lHavoc_Chestplate
  281. - 312 1 protection:10 fireresistance:6 blastprot:3 name:&6&lHavoc_Leggings
  282. - 313 1 protection:10 fireresistance:6 blastprot:3 name:&6&lHavoc_Boots
  283. - 261 1 power:10 punch:4 unbreaking:7 name:&b&lHavoc_Bow
  284. starter:
  285. delay: 86400
  286. items:
  287. - 276 1 sharpness:6 unbreaking:10 smite:10 baneofarthropods:10 name:&a&lStarter_Sword
  288. - 261 1 power:6 unbreaking:10 infinite:1 flame:5 name:&a&lStarter_Bow
  289. - 310 1 protection:5 unbreaking:5 name:&1&lStarter_Helmet
  290. - 311 1 protection:5 unbreaking:5 name:&1&lStarter_Chestplate
  291. - 312 1 protection:5 unbreaking:5 name:&1&lStarter_Leggings
  292. - 313 1 protection:5 unbreaking:5 name:&1&lStarter_Boots
  293. - 383 32
  294. - 278 1 unbreaking:10 fortune:7 efficiency:8 name:&6&lOP_Pickaxe
  295. - 383:50 2 name:&a&lCreeper_Eggs_Used_For_&4&lRaiding
  296. - 262 128 name:&7&lShoot!
  297. - 49 384 name:&b&lUse_This_For_Your_Base!
  298. - 372 64 name:&c&lFarming_and_Potions!
  299. - 338 64 name:&a&lFarming_and_Food!
  300. - 295 64 name:&a&lFarming_and_Food!
  301. - 361 64 name:&a&lFarming_and_Food!
  302. - 362 64 name:&a&lFarming_and_Food!
  303. - 41 8 name:&6&lGold_Blocks
  304. - 57 16 name:&b&lDiamond_Blocks
  305. - 42 32 name:&7&lIron_Blocks
  306. - 17 64 name:&5&lOak_Logs
  307. - 364 64 name:&c&lSteak
  308. - 277 1 efficiency:7 unbreaking:7 name:&6&lStarter_Shovel
  309. - 279 1 efficiency:7 unbreaking:7 name:&6&lStarter_Axe
  310. - 52 1 name:&d&lPig_Spawner
  311. havocgod:
  312. delay: 345600
  313. items:
  314. - 276 1 sharpness:8 unbreaking;15 fireaspect:5 name:&b&l&k|&b&lHavoc_God_Sword&b&l&k|
  315. - 261 1 power:10 punch:5 unbreaking:10 infinite:10 name:&3&l&k|&7&lHavoc_God_Bow&b&l&k|
  316. - 310 1 protection:10 fireresistance:8 unbreaking:7 name:&b&l&k|&7&lHavoc_God_Helmet&b&l&k|
  317. - 311 1 protection:10 fireresistance:8 unbreaking:7 name:&b&l&k|&7&lHavoc_God_Chestplate&b&l&k|
  318. - 312 1 protection:10 fireresistance:8 unbreaking:7 name:&b&l&k|&7&lHavoc_God_Leggings&b&l&k|
  319. - 313 1 protection:10 fireresistance:8 unbreaking:7 name:&b&l&k|&7&lHavoc_God_Boots&b&l&k|
  320. daily:
  321. delay: 86400
  322. items:
  323. - 310 1 protection:5 name:&1&lDaily_Helmet
  324. - 311 1 protection:5 name:&1&lDaily_Chestplate
  325. - 312 1 protection:5 name:&1&lDaily_Leggings
  326. - 313 1 protection:5 name:&1&lDaily_Boots
  327. - 261 1 power:6 unbreaking:5 name:&5&lDaily_Bow
  328. - 276 1 sharpness:6 name:&7&lDaily_Sword
  329. - 364 64 name:&c&lSteak
  330. - 49 128 name:&1&lDaily_Obsidian
  331. - 278 1 efficiency:7 unbreaking:7 fortune:4 name:&b&lDaily_Pickaxe
  332. monthly:
  333. delay: 2419200
  334. items:
  335. - 310 1 protection:7 unbreaking:6 name:&b&lMonthly_Helmet
  336. - 311 1 protection:7 unbreaking:6 name:&b&lMonthly_Chestplate
  337. - 312 1 protection:7 unbreaking:6 name:&b&lMonthly_Leggings
  338. - 313 1 protection:7 unbreaking:6 name:&b&lMonthly_Boots
  339. - 261 1 power:7 unbreaking:6 name:&3&lMonthly_Bow
  340. - 276 1 sharpness:7 unbreaking:6 name:&8&lMonthly_Sword
  341. - 383 8
  342. - 49 256 name:&a&lMonthly_Obsidian
  343. - 278 1 efficiency:8 unbreaking:8 fortune:5 name:&b&lMonthly_Pickaxe
  344. - 279 1 efficiency:8 unbreaking:8 name:&b&lMonthly_Axe
  345. - 277 1 efficiency:8 unbreaking:8 name:&b&lMonthly_Shovel
  346. weekly:
  347. delay: 604800
  348. items:
  349. - 46 192 name:&4&lTnT
  350. - 383:50 2 name:&a&lCreeper_Eggs
  351. - 49 320 name:&1&lWeekly_Obsidian
  352. - 52 1 name:&c&lPig_Spawner
  353. # Essentials Sign Control
  354. # See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
  355. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  356. # Essentials Colored sign support will be enabled when any sign types are enabled.
  357. # Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
  358.  
  359. enabledSigns:
  360. - color
  361. - balance
  362. - buy
  363. - sell
  364. - trade
  365. #- free
  366. - disposal
  367. - warp
  368. - kit
  369. - mail
  370. - enchant
  371. #- gamemode
  372. - heal
  373. #- info
  374. #- spawnmob
  375. - repair
  376. #- time
  377. #- weather
  378.  
  379. # How many times per second can Essentials signs be interacted with per player.
  380. # Values should be between 1-20, 20 being virtually no lag protection.
  381. # Lower numbers will reduce the possibility of lag, but may annoy players.
  382. sign-use-per-second: 4
  383.  
  384. # Backup runs a batch/bash command while saving is disabled.
  385. backup:
  386. # Interval in minutes.
  387. interval: 30
  388. # Unless you add a valid backup command or script here, this feature will be useless.
  389. # Use 'save-all' to simply force regular world saving without backup.
  390. #command: 'rdiff-backup World1 backups/World1'
  391.  
  392. # Set this true to enable permission per warp.
  393. per-warp-permission: true
  394. # Sort output of /list command by groups.
  395. # You can hide and merge the groups displayed in /list by defining the desired behaviour here.
  396. # Detailed instructions and examples can be found on the wiki: http://wiki.ess3.net/wiki/List
  397. list:
  398. # To merge groups, list the groups you wish to merge
  399. #Staff: owner admin moderator
  400. Admins: owner admin
  401. # To limit groups, set a max user limit
  402. #builder: 20
  403. # To hide groups, set the group as hidden
  404. #default: hidden
  405. # Uncomment the line below to simply list all players with no grouping
  406. #Players: '*'
  407.  
  408. # More output to the console.
  409. debug: false
  410.  
  411. # Set the locale for all messages.
  412. # If you don't set this, the default locale of the server will be used.
  413. # For example, to set language to English, set locale to en, to use the file "messages_en.properties".
  414. # Don't forget to remove the # in front of the line.
  415. # For more information, visit http://wiki.ess3.net/wiki/Locale
  416. #locale: en
  417.  
  418. # Turn off god mode when people exit.
  419. remove-god-on-disconnect: false
  420.  
  421. # Auto-AFK
  422. # After this timeout in seconds, the user will be set as afk.
  423. # This feature requires the player to have essentials.afk.auto node.
  424. # Set to -1 for no timeout.
  425. auto-afk: 300
  426.  
  427. # Auto-AFK Kick
  428. # After this timeout in seconds, the user will be kicked from the server.
  429. # essentials.afk.kickexempt node overrides this feature.
  430. # Set to -1 for no timeout.
  431. auto-afk-kick: -1
  432.  
  433. # Set this to true, if you want to freeze the player, if he is afk.
  434. # Other players or monsters can't push him out of afk mode then.
  435. # This will also enable temporary god mode for the afk player.
  436. # The player has to use the command /afk to leave the afk mode.
  437. freeze-afk-players: false
  438.  
  439. # When the player is afk, should he be able to pickup items?
  440. # Enable this, when you don't want people idling in mob traps.
  441. disable-item-pickup-while-afk: false
  442.  
  443. # This setting controls if a player is marked as active on interaction.
  444. # When this setting is false, you will need to manually un-AFK using the /afk command.
  445. cancel-afk-on-interact: true
  446.  
  447. # Should we automatically remove afk status when the player moves?
  448. # Player will be removed from AFK on chat/command regardless of this setting.
  449. # Disable this to reduce server lag.
  450. cancel-afk-on-move: true
  451.  
  452. # You can disable the death messages of Minecraft here.
  453. death-messages: true
  454.  
  455. # Add worlds to this list, if you want to automatically disable god mode there.
  456. no-god-in-worlds:
  457. # - world_nether
  458.  
  459. # Set to true to enable per-world permissions for teleporting between worlds with essentials commands.
  460. # This applies to /world, /back, /tp[a|o][here|all], but not warps.
  461. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  462. # This does not affect the /home command, there is a separate toggle below for this.
  463. world-teleport-permissions: true
  464.  
  465. # The number of items given if the quantity parameter is left out in /item or /give.
  466. # If this number is below 1, the maximum stack size size is given. If over-sized stacks.
  467. # are not enabled, any number higher than the maximum stack size results in more than one stack.
  468. default-stack-size: -1
  469.  
  470. # Over-sized stacks are stacks that ignore the normal max stack size.
  471. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  472. # How many items should be in an over-sized stack?
  473. oversized-stacksize: 64
  474.  
  475. # Allow repair of enchanted weapons and armor.
  476. # If you set this to false, you can still allow it for certain players using the permission.
  477. # essentials.repair.enchanted
  478. repair-enchanted: true
  479.  
  480. # Allow 'unsafe' enchantments in kits and item spawning.
  481. # Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins.
  482. unsafe-enchantments: true
  483.  
  484. #Do you want essentials to keep track of previous location for /back in the teleport listener?
  485. #If you set this to true any plugin that uses teleport will have the previous location registered.
  486. register-back-in-listener: false
  487.  
  488. #Delay to wait before people can cause attack damage after logging in.
  489. login-attack-delay: 5
  490.  
  491. #Set the max fly speed, values range from 0.1 to 1.0
  492. max-fly-speed: 0.8
  493.  
  494. #Set the max walk speed, values range from 0.1 to 1.0
  495. max-walk-speed: 0.8
  496.  
  497. #Set the maximum amount of mail that can be sent within a minute.
  498. mails-per-minute: 1000
  499.  
  500. # Set the maximum time /tempban can be used for in seconds.
  501. # Set to -1 to disable, and essentials.tempban.unlimited can be used to override.
  502. max-tempban-time: -1
  503.  
  504. ############################################################
  505. # +------------------------------------------------------+ #
  506. # | EssentialsHome | #
  507. # +------------------------------------------------------+ #
  508. ############################################################
  509.  
  510. # Allows people to set their bed at daytime.
  511. update-bed-at-daytime: true
  512.  
  513. # Set to true to enable per-world permissions for using homes to teleport between worlds.
  514. # This applies to the /home only.
  515. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  516. world-home-permissions: false
  517.  
  518. # Allow players to have multiple homes.
  519. # Players need essentials.sethome.multiple before they can have more than 1 home, defaults to 'default' below.
  520. # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
  521. # People with essentials.sethome.multiple.unlimited are not limited by these numbers.
  522. sethome-multiple:
  523. default: 1
  524. vip: 2
  525. legend: 4
  526. king: 6
  527. ultimate: 8
  528. havoc: 10
  529. havocgod: 15
  530.  
  531. # Set timeout in seconds for players to accept tpa before request is cancelled.
  532. # Set to 0 for no timeout.
  533. tpa-accept-cancellation: 10
  534.  
  535. ############################################################
  536. # +------------------------------------------------------+ #
  537. # | EssentialsEco | #
  538. # +------------------------------------------------------+ #
  539. ############################################################
  540.  
  541. # For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy
  542.  
  543. # Defines the balance with which new players begin. Defaults to 0.
  544. starting-balance: 2500
  545.  
  546. # worth-# defines the value of an item when it is sold to the server via /sell.
  547. # These are now defined in worth.yml
  548.  
  549. # Defines the cost to use the given commands PER USE.
  550. # Some commands like /repair have sub-costs, check the wiki for more information.
  551. command-costs:
  552. # /example costs $1000 PER USE
  553. #example: 1000
  554. # /kit tools costs $1500 PER USE
  555. #kit-tools: 1500
  556.  
  557. # Set this to a currency symbol you want to use.
  558. currency-symbol: '$'
  559.  
  560. # Set the maximum amount of money a player can have.
  561. # The amount is always limited to 10 trillion because of the limitations of a java double.
  562. max-money: 10000000000000
  563.  
  564. # Set the minimum amount of money a player can have (must be above the negative of max-money).
  565. # Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
  566. min-money: -10000
  567.  
  568. # Enable this to log all interactions with trade/buy/sell signs and sell command.
  569. economy-log-enabled: false
  570.  
  571. ############################################################
  572. # +------------------------------------------------------+ #
  573. # | EssentialsHelp | #
  574. # +------------------------------------------------------+ #
  575. ############################################################
  576.  
  577. # Show other plugins commands in help.
  578. non-ess-in-help: false
  579.  
  580. # Hide plugins which do not give a permission.
  581. # You can override a true value here for a single plugin by adding a permission to a user/group.
  582. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
  583. # You can use negative permissions to remove access to just a single plugins help if the following is enabled.
  584. hide-permissionless-help: true
  585.  
  586. ############################################################
  587. # +------------------------------------------------------+ #
  588. # | EssentialsChat | #
  589. # +------------------------------------------------------+ #
  590. ############################################################
  591.  
  592. chat:
  593.  
  594. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  595. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  596. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  597. # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  598. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  599. radius: 0
  600.  
  601. # Chat formatting can be done in two ways, you can either define a standard format for all chat.
  602. # Or you can give a group specific chat format, to give some extra variation.
  603. # If set to the default chat format which "should" be compatible with ichat.
  604. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
  605.  
  606. format: '[FACTION] {DISPLAYNAME} &f»&7 {MESSAGE}'
  607. #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  608.  
  609. group-formats:
  610. Default: '{DISPLAYNAME} &f»&7 {MESSAGE}'
  611. Havoc: ' {DISPLAYNAME} &b»&7&o {MESSAGE}'
  612. HavocJrMod: ' {DISPLAYNAME} &b»&7&o {MESSAGE}'
  613. HavocChatmod: ' {DISPLAYNAME} &b»&7&o {MESSAGE}'
  614. HavocHelper: ' {DISPLAYNAME} &b»&7&o {MESSAGE}'
  615. HavocGod: ' {DISPLAYNAME} &3»&b&o {MESSAGE}'
  616. HavocGodHelper: ' {DISPLAYNAME} &3»&b&o {MESSAGE}'
  617. HavocGodChatmod: ' {DISPLAYNAME} &3»&b&o {MESSAGE}'
  618. HavocGodJrMod: ' {DISPLAYNAME} &3»&b&o {MESSAGE}'
  619. HelperHavoc: '{DISPLAYNAME} &b»&7&o {MESSAGE}'
  620. Admin: ' {DISPLAYNAME} &f»&b&o {MESSAGE}'
  621. Mod: '{DISPLAYNAME} &f»&a {MESSAGE}'
  622. CoOwner: '{DISPLAYNAME} &f»&b {MESSAGE}'
  623. Owner: ' {DISPLAYNAME} &4»&f&b&o&l {MESSAGE}'
  624. JrMod: ' {DISPLAYNAME} &7»&f&c {MESSAGE}'
  625. JrModDonator: ' {DISPLAYNAME} &7»&f&c {MESSAGE}'
  626. JrModVIP: ' {DISPLAYNAME} &7»&f&c {MESSAGE}'
  627. JrModLegend: ' {DISPLAYNAME} &7»&f&c {MESSAGE}'
  628. JrModKing: ' {DISPLAYNAME} &7»&f&c {MESSAGE}'
  629. JrModUltimate: ' {DISPLAYNAME} &7»&f&c {MESSAGE}'
  630. JrModHavoc: ' {DISPLAYNAME} &7»&f&c {MESSAGE}'
  631.  
  632. # If you are using group formats make sure to remove the '#' to allow the setting to be read.
  633.  
  634. ############################################################
  635. # +------------------------------------------------------+ #
  636. # | EssentialsProtect | #
  637. # +------------------------------------------------------+ #
  638. ############################################################
  639.  
  640. protect:
  641.  
  642. # General physics/behavior modifications.
  643. prevent:
  644. lava-flow: false
  645. water-flow: false
  646. water-bucket-flow: false
  647. fire-spread: true
  648. lava-fire-spread: true
  649. flint-fire: false
  650. lightning-fire-spread: true
  651. portal-creation: false
  652. tnt-explosion: false
  653. tnt-playerdamage: false
  654. tnt-minecart-explosion: false
  655. tnt-minecart-playerdamage: false
  656. fireball-explosion: false
  657. fireball-fire: false
  658. fireball-playerdamage: false
  659. witherskull-explosion: false
  660. witherskull-playerdamage: false
  661. wither-spawnexplosion: false
  662. wither-blockreplace: false
  663. creeper-explosion: false
  664. creeper-playerdamage: false
  665. creeper-blockdamage: false
  666. enderdragon-blockdamage: false
  667. enderman-pickup: false
  668. villager-death: false
  669. # Monsters won't follow players.
  670. # permission essentials.protect.entitytarget.bypass disables this.
  671. entitytarget: false
  672. # Prevent the spawning of creatures.
  673. spawn:
  674. creeper: false
  675. skeleton: false
  676. spider: false
  677. giant: false
  678. zombie: false
  679. slime: false
  680. ghast: false
  681. pig_zombie: false
  682. enderman: false
  683. cave_spider: false
  684. silverfish: false
  685. blaze: false
  686. magma_cube: false
  687. ender_dragon: false
  688. pig: false
  689. sheep: false
  690. cow: false
  691. chicken: false
  692. squid: false
  693. wolf: false
  694. mushroom_cow: false
  695. snowman: false
  696. ocelot: false
  697. iron_golem: false
  698. villager: false
  699. wither: false
  700. bat: false
  701. witch: false
  702. horse: false
  703.  
  704. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  705. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  706. creeper:
  707. max-height: -1
  708.  
  709. # Disable various default physics and behaviors.
  710. disable:
  711. # Should fall damage be disabled?
  712. fall: false
  713.  
  714. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  715. # They will be unable to attack users without that same permission node.
  716. pvp: false
  717.  
  718. # Should drowning damage be disabled?
  719. # (Split into two behaviors; generally, you want both set to the same value.)
  720. drown: false
  721. suffocate: false
  722.  
  723. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  724. lavadmg: false
  725.  
  726. # Should arrow damage be disabled?
  727. projectiles: false
  728.  
  729. # This will disable damage from touching cacti.
  730. contactdmg: false
  731.  
  732. # Burn, baby, burn! Should fire damage be disabled?
  733. firedmg: false
  734.  
  735. # Should the damage after hit by a lightning be disabled?
  736. lightning: false
  737.  
  738. # Should Wither damage be disabled?
  739. wither: false
  740.  
  741. # Disable weather options?
  742. weather:
  743. storm: true
  744. thunder: false
  745. lightning: true
  746.  
  747. ############################################################
  748. # +------------------------------------------------------+ #
  749. # | EssentialsAntiBuild | #
  750. # +------------------------------------------------------+ #
  751. ############################################################
  752.  
  753. # Disable various default physics and behaviors
  754. # For more information, visit http://wiki.ess3.net/wiki/AntiBuild
  755.  
  756. # Should people with build: false in permissions be allowed to build?
  757. # Set true to disable building for those people.
  758. # Setting to false means EssentialsAntiBuild will never prevent you from building.
  759. build: true
  760.  
  761. # Should people with build: false in permissions be allowed to use items?
  762. # Set true to disable using for those people.
  763. # Setting to false means EssentialsAntiBuild will never prevent you from using.
  764. use: true
  765.  
  766. # Should we tell people they are not allowed to build?
  767. warn-on-build-disallow: true
  768.  
  769. # For which block types would you like to be alerted?
  770. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  771. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  772. alert:
  773. on-placement: 10,11,46,327
  774. on-use: 327
  775. on-break:
  776.  
  777. blacklist:
  778.  
  779. # Which blocks should people be prevented from placing?
  780. placement: 10,11,46,327
  781.  
  782. # Which items should people be prevented from using?
  783. usage: 327,368
  784.  
  785. # Which blocks should people be prevented from breaking?
  786. break:
  787.  
  788. # Which blocks should not be pushed by pistons?
  789. piston: 49
  790.  
  791. # Which blocks should not be dispensed by dispensers
  792. dispenser:
  793.  
  794. ############################################################
  795. # +------------------------------------------------------+ #
  796. # | Essentials Spawn / New Players | #
  797. # +------------------------------------------------------+ #
  798. ############################################################
  799.  
  800. newbies:
  801. # Should we announce to the server when someone logs in for the first time?
  802. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  803. # If not, set to ''
  804. #announce-format: ''
  805. announce-format: '&b&l{DISPLAYNAME} &6&lHas Joined &4&lHavoc &A&lV4 &b&lFor The First Time!'
  806.  
  807. # When we spawn for the first time, which spawnpoint do we use?
  808. # Set to "none" if you want to use the spawn point of the world.
  809. spawnpoint: newbies
  810.  
  811. # Do we want to give users anything on first join? Set to '' to disable
  812. # This kit will be given regardless of cost, and permissions.
  813. #kit: ''
  814. kit: starter
  815.  
  816. # Set this to lowest, if you want Multiverse to handle the respawning.
  817. # Set this to high, if you want EssentialsSpawn to handle the respawning.
  818. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning.
  819. respawn-listener-priority: high
  820.  
  821. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  822. respawn-at-home: false
  823.  
  824. # End of File <-- No seriously, you're done with configuration.
Add Comment
Please, Sign In to add comment