Advertisement
Guest User

EssentialsX Configuration File

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