Advertisement
CMDProGamer

Essentials Config

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