Advertisement
Guest User

config

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