Advertisement
Diamond_Cat

EssentialsX Config.yml

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