Advertisement
Guest User

Essentials Config

a guest
May 24th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.39 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: '4'
  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: 15
  30.  
  31. # When this option is enabled, nickname length checking will exclude color codes in player names.
  32. # ie: "&6Notch" has 7 characters (2 are part of a color code), a length of 5 is used when this option is set to true
  33. ignore-colors-in-max-nick-length: false
  34.  
  35. # Disable this if you have any other plugin, that modifies the displayname of a user.
  36. change-displayname: true
  37.  
  38. # When this option is enabled, the (tab) player list will be updated with the displayname.
  39. # The value of change-displayname (above) has to be true.
  40. #change-playerlist: true
  41.  
  42. # When EssentialsChat.jar isn't used, force essentials to add the prefix and suffix from permission plugins to displayname.
  43. # This setting is ignored if EssentialsChat.jar is used, and defaults to 'true'.
  44. # The value of change-displayname (above) has to be true.
  45. # Do not edit this setting unless you know what you are doing!
  46. #add-prefix-suffix: true# When this option is enabled, player prefixes will be shown in the playerlist.
  47. # This feature only works for Minecraft version 1.8 and higher.
  48. # This value of change-playerlist has to be true
  49. #add-prefix-in-playerlist: true
  50.  
  51. # When this option is enabled, player suffixes will be shown in the playerlist.
  52. # This feature only works for Minecraft version 1.8 and higher.
  53. # This value of change-playerlist has to be true
  54. #add-suffix-in-playerlist: true
  55.  
  56. # If the teleport destination is unsafe, should players be teleported to the nearest safe location?
  57. # If this is set to true, Essentials will attempt to teleport players close to the intended destination.
  58. # If this is set to false, attempted teleports to unsafe locations will be cancelled with a warning.
  59. teleport-safety: true
  60.  
  61. # This forcefully disables teleport safety checks without a warning if attempting to teleport to unsafe locations.
  62. # teleport-safety and this option need to be set to true to force teleportation to dangerous locations.
  63. force-disable-teleport-safety: false
  64.  
  65. # The delay, in seconds, required between /home, /tp, etc.
  66. teleport-cooldown: 0
  67.  
  68. # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport is cancelled.
  69. teleport-delay: 0
  70.  
  71. # The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command.
  72. # This will also prevent the player attacking other players.
  73. teleport-invulnerability: 4
  74.  
  75. # Whether to make all teleportations go to the center of the block; where the x and z coordinates decimal become .5
  76. teleport-to-center: true
  77.  
  78. # The delay, in seconds, required between /heal or /feed attempts.
  79. heal-cooldown: 60
  80.  
  81. # Near Radius
  82. # The default radius with /near
  83. # Used to use chat radius but we are going to make it separate.
  84. near-radius: 200
  85.  
  86. # What to prevent from /item and /give.
  87. # e.g item-spawn-blacklist: 10,11,46
  88. item-spawn-blacklist:
  89.  
  90. # Set this to true if you want permission based item spawn rules.
  91. # Note: The blacklist above will be ignored then.
  92. # Example permissions (these go in your permissions manager):
  93. # - essentials.itemspawn.item-all
  94. # - essentials.itemspawn.item-[itemname]
  95. # - essentials.itemspawn.item-[itemid]
  96. # - essentials.give.item-all
  97. # - essentials.give.item-[itemname]
  98. # - essentials.give.item-[itemid]
  99. # - essentials.unlimited.item-all
  100. # - essentials.unlimited.item-[itemname]
  101. # - essentials.unlimited.item-[itemid]
  102. # - essentials.unlimited.item-bucket # Unlimited liquid placing
  103. #
  104. # For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive
  105. permission-based-item-spawn: false
  106.  
  107. # Mob limit on the /spawnmob command per execution.
  108. spawnmob-limit: 10
  109.  
  110. # Shall we notify users when using /lightning?
  111. warn-on-smite: true
  112.  
  113. # Shall we drop items instead of adding to inventory if the target inventory is full?
  114. drop-items-if-full: false
  115.  
  116. # Essentials Mail Notification
  117. # Should we notify players if they have no new mail?
  118. notify-no-new-mail: true
  119.  
  120. # The motd and rules are now configured in the files motd.txt and rules.txt.
  121.  
  122. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority.
  123. # Commands in this list, will tell Essentials to 'not give up' the command to other plugins.
  124. # In this state, which plugin 'wins' appears to be almost random.
  125. #
  126. # If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias.
  127. # To force essentials to take 'god' alias 'god' to 'egod'.
  128. # See http://wiki.bukkit.org/Commands.yml#aliases for more information.
  129.  
  130. overridden-commands:
  131. # - god
  132. # - info
  133.  
  134. # Disabling commands here will prevent Essentials handling the command, this will not affect command conflicts.
  135. # You should not have to disable commands used in other plugins, they will automatically get priority.
  136. # See http://wiki.bukkit.org/Commands.yml#aliases to map commands to other plugins.
  137. disabled-commands:
  138. # - nick
  139. # - clear
  140.  
  141. # These commands will be shown to players with socialSpy enabled.
  142. # You can add commands from other plugins you may want to track or
  143. # remove commands that are used for something you dont want to spy on.
  144. # Set - '*' in order to listen on all possible commands.
  145. socialspy-commands:
  146. - msg
  147. - w
  148. - r
  149. - mail
  150. - m
  151. - t
  152. - whisper
  153. - emsg
  154. - tell
  155. - er
  156. - reply
  157. - ereply
  158. - email
  159. - action
  160. - describe
  161. - eme
  162. - eaction
  163. - edescribe
  164. - etell
  165. - ewhisper
  166. - pm
  167.  
  168. # Mute Commands
  169. # These commands will be disabled when a player is muted.
  170. # Use '*' to disable every command.
  171. # Essentials already disabled Essentials messaging commands by default.
  172. # It only cares about the root command, not args after that (it sees /f chat the same as /f)
  173. mute-commands:
  174. - f
  175. - kittycannon
  176. # - '*'
  177.  
  178. # If you do not wish to use a permission system, you can define a list of 'player perms' below.
  179. # This list has no effect if you are using a supported permissions system.
  180. # If you are using an unsupported permissions system, simply delete this section.
  181. # Whitelist the commands and permissions you wish to give players by default (everything else is op only).
  182. # These are the permissions without the "essentials." part.
  183. player-commands:
  184. - afk
  185. - afk.auto
  186. - back
  187. - back.ondeath
  188. - balance
  189. - balance.others
  190. - balancetop
  191. - build
  192. - chat.color
  193. - chat.format
  194. - chat.shout
  195. - chat.question
  196. - clearinventory
  197. - compass
  198. - depth
  199. - delhome
  200. - getpos
  201. - geoip.show
  202. - help
  203. - helpop
  204. - home
  205. - home.others
  206. - ignore
  207. - info
  208. - itemdb
  209. - kit
  210. - kits.tools
  211. - list
  212. - mail
  213. - mail.send
  214. - me
  215. - motd
  216. - msg
  217. - msg.color
  218. - nick
  219. - near
  220. - pay
  221. - ping
  222. - protect
  223. - r
  224. - rules
  225. - realname
  226. - seen
  227. - sell
  228. - sethome
  229. - setxmpp
  230. - signs.create.protection
  231. - signs.create.trade
  232. - signs.break.protection
  233. - signs.break.trade
  234. - signs.use.balance
  235. - signs.use.buy
  236. - signs.use.disposal
  237. - signs.use.enchant
  238. - signs.use.free
  239. - signs.use.gamemode
  240. - signs.use.heal
  241. - signs.use.info
  242. - signs.use.kit
  243. - signs.use.mail
  244. - signs.use.protection
  245. - signs.use.repair
  246. - signs.use.sell
  247. - signs.use.time
  248. - signs.use.trade
  249. - signs.use.warp
  250. - signs.use.weather
  251. - spawn
  252. - suicide
  253. - time
  254. - tpa
  255. - tpaccept
  256. - tpahere
  257. - tpdeny
  258. - warp
  259. - warp.list
  260. - world
  261. - worth
  262. - xmpp
  263.  
  264. # When this option is enabled, one-time use kits (ie. delay < 0) will be
  265. # removed from the /kit list when a player can no longer use it
  266. skip-used-one-time-kits-from-kit-list: false
  267.  
  268. # Note: All items MUST be followed by a quantity!
  269. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  270. # Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]...
  271. # For Item Meta information visit http://wiki.ess3.net/wiki/Item_Meta
  272. # 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
  273. # Set delay to -1 for a one time kit.
  274. # For more information, visit http://wiki.ess3.net/wiki/Kits
  275. kits:
  276. tools:
  277. delay: 10
  278. items:
  279. - 272 1
  280. - 273 1
  281. - 274 1
  282. - 275 1
  283. dtools:
  284. delay: 600
  285. items:
  286. - 278 1 efficiency:1 durability:1 fortune:1 name:&4Gigadrill lore:The_drill_that_&npierces|the_heavens
  287. - 277 1 digspeed:3 name:Dwarf lore:Diggy|Diggy|Hole
  288. - 298 1 color:255,255,255 name:Top_Hat lore:Good_day,_Good_day
  289. - 279:780 1
  290. notch:
  291. delay: 6000
  292. items:
  293. - 397:3 1 player:Notch
  294. color:
  295. delay: 6000
  296. items:
  297. - 387 1 title:&4Book_&9o_&6Colors author:KHobbits lore:Ingame_color_codes book:Colors
  298. firework:
  299. delay: 6000
  300. items:
  301. - 401 1 name:Angry_Creeper color:red fade:green type:creeper power:1
  302. - 401 1 name:Starry_Night color:yellow,orange fade:blue type:star effect:trail,twinkle power:1
  303. - 401 2 name:Solar_Wind color:yellow,orange fade:red shape:large effect:twinkle color:yellow,orange fade:red shape:ball effect:trail color:red,purple fade:pink shape:star effect:trail power:1
  304.  
  305. # Essentials Sign Control
  306. # See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
  307. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  308. # Essentials colored sign support will be enabled when any sign types are enabled.
  309. # Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
  310.  
  311. enabledSigns:
  312. #- color
  313. #- balance
  314. #- buy
  315. #- sell
  316. #- trade
  317. #- free
  318. #- disposal
  319. #- warp
  320. #- kit
  321. #- mail
  322. #- enchant
  323. #- gamemode
  324. #- heal
  325. #- info
  326. #- spawnmob
  327. #- repair
  328. #- time
  329. #- weather
  330.  
  331. # How many times per second can Essentials signs be interacted with per player.
  332. # Values should be between 1-20, 20 being virtually no lag protection.
  333. # Lower numbers will reduce the possibility of lag, but may annoy players.
  334. sign-use-per-second: 4
  335.  
  336. # List of sign names Essentials should not protect. This feature is especially useful when
  337. # another plugin provides a sign that EssentialsX provides, but Essentials overrides.
  338. # For example, if a plugin provides a [kit] sign, and you wish to use theirs instead of
  339. # Essentials's, then simply add kit below and Essentials will not protect it.
  340. #
  341. # See https://github.com/drtshock/Essentials/pull/699 for more information.
  342. unprotected-sign-names:
  343. #- kit
  344.  
  345. # Backup runs a batch/bash command while saving is disabled.
  346. backup:
  347. # Interval in minutes.
  348. interval: 30
  349. # Unless you add a valid backup command or script here, this feature will be useless.
  350. # Use 'save-all' to simply force regular world saving without backup.
  351. #command: 'rdiff-backup World1 backups/World1'
  352.  
  353. # Set this true to enable permission per warp.
  354. per-warp-permission: false
  355.  
  356. # Sort output of /list command by groups.
  357. # You can hide and merge the groups displayed in /list by defining the desired behaviour here.
  358. # Detailed instructions and examples can be found on the wiki: http://wiki.ess3.net/wiki/List
  359. list:
  360. # To merge groups, list the groups you wish to merge
  361. #Staff: owner admin moderator
  362. Admins: owner admin
  363. # To limit groups, set a max user limit
  364. #builder: 20
  365. # To hide groups, set the group as hidden
  366. #default: hidden
  367. # Uncomment the line below to simply list all players with no grouping
  368. #Players: '*'
  369.  
  370. # More output to the console.
  371. debug: false
  372.  
  373. # Set the locale for all messages.
  374. # If you don't set this, the default locale of the server will be used.
  375. # For example, to set language to English, set locale to en, to use the file "messages_en.properties".
  376. # Don't forget to remove the # in front of the line.
  377. # For more information, visit http://wiki.ess3.net/wiki/Locale
  378. #locale: en
  379.  
  380. # Turn off god mode when people leave the server.
  381. remove-god-on-disconnect: false
  382.  
  383. # Auto-AFK
  384. # After this timeout in seconds, the user will be set as AFK.
  385. # This feature requires the player to have essentials.afk.auto node.
  386. # Set to -1 for no timeout.
  387. auto-afk: 300
  388.  
  389. # Auto-AFK Kick
  390. # After this timeout in seconds, the user will be kicked from the server.
  391. # essentials.afk.kickexempt node overrides this feature.
  392. # Set to -1 for no timeout.
  393. auto-afk-kick: -1
  394.  
  395. # Set this to true, if you want to freeze the player, if the player is AFK.
  396. # Other players or monsters can't push the player out of AFK mode then.
  397. # This will also enable temporary god mode for the AFK player.
  398. # The player has to use the command /afk to leave the AFK mode.
  399. freeze-afk-players: false
  400.  
  401. # When the player is AFK, should he be able to pickup items?
  402. # Enable this, when you don't want people idling in mob traps.
  403. disable-item-pickup-while-afk: false
  404.  
  405. # This setting controls if a player is marked as active on interaction.
  406. # When this setting is false, the player would need to manually un-AFK using the /afk command.
  407. cancel-afk-on-interact: true
  408.  
  409. # Should we automatically remove afk status when a player moves?
  410. # Player will be removed from AFK on chat/command regardless of this setting.
  411. # Disable this to reduce server lag.
  412. cancel-afk-on-move: true
  413.  
  414. # Set the player's list name when they are AFK. This is none by default which specifies that Essentials
  415. # should not interfere with the AFK player's list name.
  416. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
  417. afk-list-name: none
  418.  
  419. # You can disable the death messages of Minecraft here.
  420. death-messages: true
  421.  
  422. # Should players with permissions be able to join and part silently?
  423. # You can control this with essentials.silentjoin and essentials.silentquit permissions if it is enabled.
  424. # In addition, people with essentials.silentjoin.vanish will be vanished on join.
  425. allow-silent-join-quit: false
  426.  
  427. # You can set a custom join message here, set to "none" to disable.
  428. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
  429. custom-join-message: "none"
  430.  
  431. # You can set a custom quit message here, set to "none" to disable.
  432. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
  433. custom-quit-message: "none"
  434.  
  435. # Add worlds to this list, if you want to automatically disable god mode there.
  436. no-god-in-worlds:
  437. # - world_nether
  438.  
  439. # Set to true to enable per-world permissions for teleporting between worlds with essentials commands.
  440. # This applies to /world, /back, /tp[a|o][here|all], but not warps.
  441. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  442. # This does not affect the /home command, there is a separate toggle below for this.
  443. world-teleport-permissions: false
  444.  
  445. # The number of items given if the quantity parameter is left out in /item or /give.
  446. # If this number is below 1, the maximum stack size size is given. If over-sized stacks.
  447. # are not enabled, any number higher than the maximum stack size results in more than one stack.
  448. default-stack-size: -1
  449.  
  450. # Over-sized stacks are stacks that ignore the normal max stack size.
  451. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  452. # How many items should be in an over-sized stack?
  453. oversized-stacksize: 64
  454.  
  455. # Allow repair of enchanted weapons and armor.
  456. # If you set this to false, you can still allow it for certain players using the permission.
  457. # essentials.repair.enchanted
  458. repair-enchanted: true
  459.  
  460. # Allow 'unsafe' enchantments in kits and item spawning.
  461. # Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins.
  462. unsafe-enchantments: false
  463.  
  464. #Do you want Essentials to keep track of previous location for /back in the teleport listener?
  465. #If you set this to true any plugin that uses teleport will have the previous location registered.
  466. register-back-in-listener: false
  467.  
  468. #Delay to wait before people can cause attack damage after logging in.
  469. login-attack-delay: 5
  470.  
  471. #Set the max fly speed, values range from 0.1 to 1.0
  472. max-fly-speed: 0.8
  473.  
  474. #Set the max walk speed, values range from 0.1 to 1.0
  475. max-walk-speed: 0.8
  476.  
  477. #Set the maximum amount of mail that can be sent within a minute.
  478. mails-per-minute: 1000
  479.  
  480. # Set the maximum time /tempban can be used for in seconds.
  481. # Set to -1 to disable, and essentials.tempban.unlimited can be used to override.
  482. max-tempban-time: -1
  483.  
  484. # Changes /reply functionality. If true, /r goes to the person you messaged last, otherwise the first person that messaged you.
  485. # If false, /r goes to the last person that messaged you.
  486. last-message-reply-recipient: true
  487.  
  488. # If last-message-reply-recipient is true, this specifies the duration, in seconds, that would need to elapse for the
  489. # reply-recipient to update when receiving a message.
  490. # Default is 180 (3 minutes)
  491. last-message-reply-recipient-timeout: 180
  492.  
  493. # Toggles whether or not right clicking mobs with a milk bucket turns them into a baby.
  494. milk-bucket-easter-egg: true
  495.  
  496. # Toggles whether or not the fly status message should be sent to players on join
  497. send-fly-enable-on-join: true
  498.  
  499. # Set to true to enable per-world permissions for setting time for individual worlds with essentials commands.
  500. # This applies to /time, /day, /eday, /night, /enight, /etime.
  501. # Give someone permission to teleport to a world with essentials.time.world.<worldname>.
  502. world-time-permissions: false
  503.  
  504. # Specify cooldown for both Essentials commands and external commands as well.
  505. # All commands do not start with a Forward Slash (/). Instead of /msg, write msg
  506. #
  507. # Wildcards are supported. E.g.
  508. # - '*i*': 50
  509. # adds a 50 second cooldown to all commands that include the letter i
  510. #
  511. # EssentialsX supports regex by starting the command with a caret ^
  512. # For example, to target commands starting with ban and not banip the following would be used:
  513. # '^ban([^ip])( .*)?': 60 # 60 seconds /ban cooldown.
  514. # Note: If you have a command that starts with ^, then you can escape it using backslash (\). e.g. \^command: 123
  515. command-cooldowns:
  516. # feed: 100 # 100 second cooldown on /feed command
  517. # '*': 5 # 5 Second cooldown on all commands
  518.  
  519. # Whether command cooldowns should be persistent past server shutdowns
  520. command-cooldown-persistence: true
  521.  
  522. # Whether NPC balances should be listed in balance ranking features such as /balancetop.
  523. # NPC balances can include features like factions from FactionsUUID plugin.
  524. npcs-in-balance-ranking: false
  525.  
  526. # Determines the functionality of the /createkit command.
  527. # If this is true, /createkit will give the user a link with the kit code.
  528. # If this is false, /createkit will add the kit to this config file directly.
  529. #
  530. # WARNING: If this is false, the config comments WILL be removed and it won't look the same as it does now.
  531. pastebin-createkit: true
  532.  
  533. # Allow bulk buying and selling signs when the player is sneaking.
  534. # This is useful when a sign sells or buys one item at a time and the player wants to sell a bunch at once.
  535. allow-bulk-buy-sell: true
  536.  
  537. ############################################################
  538. # +------------------------------------------------------+ #
  539. # | EssentialsHome | #
  540. # +------------------------------------------------------+ #
  541. ############################################################
  542.  
  543. # Allows people to set their bed at daytime.
  544. update-bed-at-daytime: true
  545.  
  546. # Set to true to enable per-world permissions for using homes to teleport between worlds.
  547. # This applies to the /home only.
  548. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  549. world-home-permissions: false
  550.  
  551. # Allow players to have multiple homes.
  552. # Players need essentials.sethome.multiple before they can have more than 1 home.
  553. # You can set the default number of multiple homes using the 'default' rank below.
  554. # To remove the home limit entirely, give people 'essentials.sethome.multiple.unlimited'.
  555. # To grant different home amounts to different people, you need to define a 'home-rank' below.
  556. # Create the 'home-rank' below, and give the matching permission: essentials.sethome.multiple.<home-rank>
  557. # For more information, visit http://wiki.ess3.net/wiki/Multihome
  558. sethome-multiple:
  559. default: 3
  560. vip: 5
  561. staff: 10
  562.  
  563. # In this example someone with 'essentials.sethome.multiple' and 'essentials.sethome.multiple.vip' will have 5 homes.
  564. # Remember, they MUST have both permission nodes in order to be able to set multiple homes.
  565.  
  566. # Set the timeout, in seconds for players to accept a tpa before the request is cancelled.
  567. # Set to 0 for no timeout.
  568. tpa-accept-cancellation: 120
  569.  
  570. ############################################################
  571. # +------------------------------------------------------+ #
  572. # | EssentialsEco | #
  573. # +------------------------------------------------------+ #
  574. ############################################################
  575.  
  576. # For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy
  577.  
  578. # Defines the balance with which new players begin. Defaults to 0.
  579. starting-balance: 0
  580.  
  581. # worth-# defines the value of an item when it is sold to the server via /sell.
  582. # These are now defined in worth.yml
  583.  
  584. # Defines the cost to use the given commands PER USE.
  585. # Some commands like /repair have sub-costs, check the wiki for more information.
  586. command-costs:
  587. # /example costs $1000 PER USE
  588. #example: 1000
  589. # /kit tools costs $1500 PER USE
  590. #kit-tools: 1500
  591.  
  592. # Set this to a currency symbol you want to use.
  593. # Remember, if you want to use special characters in this document,
  594. # such as accented letters, you MUST save the file as UTF-8, not ANSI.
  595. currency-symbol: '$'
  596.  
  597. # Set the maximum amount of money a player can have.
  598. # The amount is always limited to 10 trillion because of the limitations of a java double.
  599. max-money: 10000000000000
  600.  
  601. # Set the minimum amount of money a player can have (must be above the negative of max-money).
  602. # Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
  603. min-money: -10000
  604.  
  605. # Enable this to log all interactions with trade/buy/sell signs and sell command.
  606. economy-log-enabled: false
  607.  
  608. # Use this option to force superperms-based permissions handler regardless of detected installed perms plugin.
  609. # This is useful if you want superperms-based permissions (with wildcards) for custom permissions plugins.
  610. # Default is false.
  611. use-bukkit-permissions: false
  612.  
  613. # Minimum acceptable amount to be used in /pay.
  614. minimum-pay-amount: 0.001
  615.  
  616. # The format of currency, excluding symbols. See currency-sumbol-format-locale for symbol configuration.
  617. #
  618. # "#,##0.00" is how the majority of countries display currency.
  619. #currency-format: "#,##0.00"
  620.  
  621. # Format currency symbols. Some locales use , and . interchangeably.
  622. # Some formats do not display properly in-game due to faulty Minecraft font rendering.
  623. #
  624. # For 1.234,50 use de-DE
  625. # For 1,234.50 use en-US
  626. # For 1'234,50 use fr-ch
  627. #currency-symbol-format-locale: en-US
  628.  
  629. ############################################################
  630. # +------------------------------------------------------+ #
  631. # | EssentialsHelp | #
  632. # +------------------------------------------------------+ #
  633. ############################################################
  634.  
  635. # Show other plugins commands in help.
  636. non-ess-in-help: true
  637.  
  638. # Hide plugins which do not give a permission.
  639. # You can override a true value here for a single plugin by adding a permission to a user/group.
  640. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
  641. # You can use negative permissions to remove access to just a single plugins help if the following is enabled.
  642. hide-permissionless-help: true
  643.  
  644. ############################################################
  645. # +------------------------------------------------------+ #
  646. # | EssentialsChat | #
  647. # +------------------------------------------------------+ #
  648. ############################################################
  649.  
  650. # This section requires the EssentialsChat.jar to work.
  651.  
  652. chat:
  653.  
  654. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  655. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  656. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  657. # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  658. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  659. radius: 0
  660.  
  661. # Chat formatting can be done in two ways, you can either define a standard format for all chat.
  662. # Or you can give a group specific chat format, to give some extra variation.
  663. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
  664.  
  665. format: '<{DISPLAYNAME}> {MESSAGE}'
  666. #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  667.  
  668. group-formats:
  669. # Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
  670. # Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
  671.  
  672. # If you are using group formats make sure to remove the '#' to allow the setting to be read.
  673.  
  674. ############################################################
  675. # +------------------------------------------------------+ #
  676. # | EssentialsProtect | #
  677. # +------------------------------------------------------+ #
  678. ############################################################
  679.  
  680. # This section requires the EssentialsProtect.jar to work.
  681.  
  682. protect:
  683.  
  684. # General physics/behavior modifications.
  685. prevent:
  686. lava-flow: false
  687. water-flow: false
  688. water-bucket-flow: false
  689. fire-spread: true
  690. lava-fire-spread: true
  691. flint-fire: false
  692. lightning-fire-spread: true
  693. portal-creation: false
  694. tnt-explosion: false
  695. tnt-playerdamage: false
  696. tnt-minecart-explosion: false
  697. tnt-minecart-playerdamage: false
  698. fireball-explosion: false
  699. fireball-fire: false
  700. fireball-playerdamage: false
  701. witherskull-explosion: false
  702. witherskull-playerdamage: false
  703. wither-spawnexplosion: false
  704. wither-blockreplace: false
  705. creeper-explosion: false
  706. creeper-playerdamage: false
  707. creeper-blockdamage: false
  708. enderdragon-blockdamage: true
  709. enderman-pickup: false
  710. villager-death: false
  711. # Monsters won't follow players.
  712. # permission essentials.protect.entitytarget.bypass disables this.
  713. entitytarget: false
  714. # Prevent the spawning of creatures.
  715. spawn:
  716. creeper: false
  717. skeleton: false
  718. spider: false
  719. giant: false
  720. zombie: false
  721. slime: false
  722. ghast: false
  723. pig_zombie: false
  724. enderman: false
  725. cave_spider: false
  726. silverfish: false
  727. blaze: false
  728. magma_cube: false
  729. ender_dragon: false
  730. pig: false
  731. sheep: false
  732. cow: false
  733. chicken: false
  734. squid: false
  735. wolf: false
  736. mushroom_cow: false
  737. snowman: false
  738. ocelot: false
  739. iron_golem: false
  740. villager: false
  741. wither: false
  742. bat: false
  743. witch: false
  744. horse: false
  745.  
  746. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  747. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  748. creeper:
  749. max-height: -1
  750.  
  751. # Disable various default physics and behaviors.
  752. disable:
  753. # Should fall damage be disabled?
  754. fall: false
  755.  
  756. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  757. # They will be unable to attack users without that same permission node.
  758. pvp: false
  759.  
  760. # Should drowning damage be disabled?
  761. # (Split into two behaviors; generally, you want both set to the same value.)
  762. drown: false
  763. suffocate: false
  764.  
  765. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  766. lavadmg: false
  767.  
  768. # Should arrow damage be disabled?
  769. projectiles: false
  770.  
  771. # This will disable damage from touching cacti.
  772. contactdmg: false
  773.  
  774. # Burn, baby, burn! Should fire damage be disabled?
  775. firedmg: false
  776.  
  777. # Should the damage after hit by a lightning be disabled?
  778. lightning: false
  779.  
  780. # Should Wither damage be disabled?
  781. wither: false
  782.  
  783. # Disable weather options?
  784. weather:
  785. storm: false
  786. thunder: false
  787. lightning: false
  788.  
  789. ############################################################
  790. # +------------------------------------------------------+ #
  791. # | EssentialsAntiBuild | #
  792. # +------------------------------------------------------+ #
  793. ############################################################
  794.  
  795. # This section requires the EssentialsAntiBuild.jar to work.
  796.  
  797. # Disable various default physics and behaviors
  798. # For more information, visit http://wiki.ess3.net/wiki/AntiBuild
  799.  
  800. # Should people with build: false in permissions be allowed to build?
  801. # Set true to disable building for those people.
  802. # Setting to false means EssentialsAntiBuild will never prevent you from building.
  803. build: true
  804.  
  805. # Should people with build: false in permissions be allowed to use items?
  806. # Set true to disable using for those people.
  807. # Setting to false means EssentialsAntiBuild will never prevent you from using items.
  808. use: true
  809.  
  810. # Should we tell people they are not allowed to build?
  811. warn-on-build-disallow: true
  812.  
  813. # For which block types would you like to be alerted?
  814. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  815. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  816. alert:
  817. on-placement: 10,11,46,327
  818. on-use: 327
  819. on-break:
  820.  
  821. blacklist:
  822.  
  823. # Which blocks should people be prevented from placing?
  824. placement: 10,11,46,327
  825.  
  826. # Which items should people be prevented from using?
  827. usage: 327
  828.  
  829. # Which blocks should people be prevented from breaking?
  830. break:
  831.  
  832. # Which blocks should not be pushed by pistons?
  833. piston:
  834.  
  835. # Which blocks should not be dispensed by dispensers
  836. dispenser:
  837.  
  838. ############################################################
  839. # +------------------------------------------------------+ #
  840. # | Essentials Spawn / New Players | #
  841. # +------------------------------------------------------+ #
  842. ############################################################
  843.  
  844. # This section requires essentialsspawn.jar to work.
  845.  
  846. newbies:
  847. # Should we announce to the server when someone logs in for the first time?
  848. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  849. # If not, set to ''
  850. #announce-format: ''
  851. announce-format: '&dWelcome {DISPLAYNAME}&d to the server!'
  852.  
  853. # When we spawn for the first time, which spawnpoint do we use?
  854. # Set to "none" if you want to use the spawn point of the world.
  855. spawnpoint: newbies
  856.  
  857. # Do we want to give users anything on first join? Set to '' to disable
  858. # This kit will be given regardless of cost and permissions, and will not trigger the kit delay.
  859. #kit: ''
  860. kit: tools
  861.  
  862. # Set this to lowest, if you want Multiverse to handle the respawning.
  863. # Set this to high, if you want EssentialsSpawn to handle the respawning.
  864. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning.
  865. respawn-listener-priority: high
  866.  
  867. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  868. respawn-at-home: false
  869.  
  870. # Teleport all joining players to the spawnpoint
  871. spawn-on-join: false
  872. # The following value of `guests` states that all players in group `guests` will be teleported to spawn when joining.
  873. #spawn-on-join: guests
  874. # The following list value states that all players in group `guests` and `admin` are to be teleported to spawn when joining.
  875. #spawn-on-join:
  876. #- guests
  877. #- admin
  878.  
  879. # End of file <-- No seriously, you're done with configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement