Advertisement
DuckLord

Config.yml

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