Advertisement
Guest User

Untitled

a guest
Aug 20th, 2020
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.15 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.10.
  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: '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. # 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.  
  41. # When this option is enabled, nickname length checking will exclude color codes in player names.
  42. # 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
  43. ignore-colors-in-max-nick-length: false
  44.  
  45. # When this option is enabled, display names for hidden users will not be shown. This prevents players from being
  46. # able to see that they are online while vanished.
  47. hide-displayname-in-vanish: true
  48.  
  49. # Disable this if you have any other plugin, that modifies the displayname of a user.
  50. change-displayname: true
  51.  
  52. # When this option is enabled, the (tab) player list will be updated with the displayname.
  53. # The value of change-displayname (above) has to be true.
  54. #change-playerlist: true
  55.  
  56. # When EssentialsChat.jar isn't used, force essentials to add the prefix and suffix from permission plugins to displayname.
  57. # This setting is ignored if EssentialsChat.jar is used, and defaults to 'true'.
  58. # The value of change-displayname (above) has to be true.
  59. # Do not edit this setting unless you know what you are doing!
  60. #add-prefix-suffix: false
  61.  
  62. # When this option is enabled, player prefixes will be shown in the playerlist.
  63. # This feature only works for Minecraft version 1.8 and higher.
  64. # This value of change-playerlist has to be true
  65. #add-prefix-in-playerlist: true
  66.  
  67. # When this option is enabled, player suffixes will be shown in the playerlist.
  68. # This feature only works for Minecraft version 1.8 and higher.
  69. # This value of change-playerlist has to be true
  70. #add-suffix-in-playerlist: true
  71.  
  72. # If the teleport destination is unsafe, should players be teleported to the nearest safe location?
  73. # If this is set to true, Essentials will attempt to teleport players close to the intended destination.
  74. # If this is set to false, attempted teleports to unsafe locations will be cancelled with a warning.
  75. teleport-safety: true
  76.  
  77. # This forcefully disables teleport safety checks without a warning if attempting to teleport to unsafe locations.
  78. # teleport-safety and this option need to be set to true to force teleportation to dangerous locations.
  79. force-disable-teleport-safety: false
  80.  
  81. # If a player is teleporting to an unsafe location in creative, adventure, or god mode; they will not be teleported to a
  82. # safe location. If you'd like players to be teleported to a safe location all of the time, set this option to true.
  83. force-safe-teleport-location: false
  84.  
  85. # If a player has any passengers, the teleport will fail. Should their passengers be dismounted before they are teleported?
  86. # If this is set to true, Essentials will dismount the player's passengers before teleporting.
  87. # If this is set to false, attempted teleports will be canceled with a warning.
  88. teleport-passenger-dismount: true
  89.  
  90. # The delay, in seconds, required between /home, /tp, etc.
  91. teleport-cooldown: 0
  92.  
  93. # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport is cancelled.
  94. teleport-delay: 0
  95.  
  96. # The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command.
  97. # This will also prevent the player attacking other players.
  98. teleport-invulnerability: 4
  99.  
  100. # Whether to make all teleportations go to the center of the block; where the x and z coordinates decimal become .5
  101. teleport-to-center: true
  102.  
  103. # The delay, in seconds, required between /heal or /feed attempts.
  104. heal-cooldown: 60
  105.  
  106. # Do you want to remove potion effects when healing a player?
  107. remove-effects-on-heal: true
  108.  
  109. # Near Radius
  110. # The default radius with /near
  111. # Used to use chat radius but we are going to make it separate.
  112. near-radius: 200
  113.  
  114. # What to prevent from /item and /give.
  115. # e.g item-spawn-blacklist: 10,11,46
  116. item-spawn-blacklist:
  117.  
  118. # Set this to true if you want permission based item spawn rules.
  119. # Note: The blacklist above will be ignored then.
  120. # Example permissions (these go in your permissions manager):
  121. # - essentials.itemspawn.item-all
  122. # - essentials.itemspawn.item-[itemname]
  123. # - essentials.itemspawn.item-[itemid]
  124. # - essentials.give.item-all
  125. # - essentials.give.item-[itemname]
  126. # - essentials.give.item-[itemid]
  127. # - essentials.unlimited.item-all
  128. # - essentials.unlimited.item-[itemname]
  129. # - essentials.unlimited.item-[itemid]
  130. # - essentials.unlimited.item-bucket # Unlimited liquid placing
  131. #
  132. # For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive
  133. permission-based-item-spawn: false
  134.  
  135. # Mob limit on the /spawnmob command per execution.
  136. spawnmob-limit: 10
  137.  
  138. # Shall we notify users when using /lightning?
  139. warn-on-smite: true
  140.  
  141. # Shall we drop items instead of adding to inventory if the target inventory is full?
  142. drop-items-if-full: false
  143.  
  144. # Essentials Mail Notification
  145. # Should we notify players if they have no new mail?
  146. notify-no-new-mail: true
  147.  
  148. # Specifies the duration (in seconds) between each time a player is notified of mail they have.
  149. # Useful for servers with a lot of mail traffic.
  150. notify-player-of-mail-cooldown: 60
  151.  
  152. # The motd and rules are now configured in the files motd.txt and rules.txt.
  153.  
  154. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority.
  155. # Commands in this list, will tell Essentials to 'not give up' the command to other plugins.
  156. # In this state, which plugin 'wins' appears to be almost random.
  157. #
  158. # If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias.
  159. # To force essentials to take 'god' alias 'god' to 'egod'.
  160. # See http://wiki.bukkit.org/Commands.yml#aliases for more information.
  161.  
  162. overridden-commands:
  163. # - god
  164. # - info
  165.  
  166. # Disabling commands here will prevent Essentials handling the command, this will not affect command conflicts.
  167. # You should not have to disable commands used in other plugins, they will automatically get priority.
  168. # See http://wiki.bukkit.org/Commands.yml#aliases to map commands to other plugins.
  169. disabled-commands:
  170. # - nick
  171. # - clear
  172.  
  173. # These commands will be shown to players with socialSpy enabled.
  174. # You can add commands from other plugins you may want to track or
  175. # remove commands that are used for something you dont want to spy on.
  176. # Set - '*' in order to listen on all possible commands.
  177. socialspy-commands:
  178. - msg
  179. - w
  180. - r
  181. - mail
  182. - m
  183. - t
  184. - whisper
  185. - emsg
  186. - tell
  187. - er
  188. - reply
  189. - ereply
  190. - email
  191. - action
  192. - describe
  193. - eme
  194. - eaction
  195. - edescribe
  196. - etell
  197. - ewhisper
  198. - pm
  199.  
  200. # Whether the private and public messages from muted players should appear in the social spy.
  201. # If so, they will be differentiated from those sent by normal players.
  202. socialspy-listen-muted-players: true
  203.  
  204. # The following settings listen for when a player changes worlds.
  205. # If you use another plugin to control speed and flight, you should change these to false.
  206.  
  207. # When a player changes world, should EssentialsX reset their flight?
  208. # This will disable flight if the player does not have essentials.fly.
  209. world-change-fly-reset: true
  210.  
  211. # When a player changes world, should we reset their speed according to their permissions?
  212. # This resets the player's speed to the default if they don't have essentials.speed.
  213. # If the player doesn't have essentials.speed.bypass, this resets their speed to the maximum specified above.
  214. world-change-speed-reset: true
  215.  
  216. # Mute Commands
  217. # These commands will be disabled when a player is muted.
  218. # Use '*' to disable every command.
  219. # Essentials already disabled Essentials messaging commands by default.
  220. # It only cares about the root command, not args after that (it sees /f chat the same as /f)
  221. mute-commands:
  222. - f
  223. - kittycannon
  224. # - '*'
  225.  
  226. # If you do not wish to use a permission system, you can define a list of 'player perms' below.
  227. # This list has no effect if you are using a supported permissions system.
  228. # If you are using an unsupported permissions system, simply delete this section.
  229. # Whitelist the commands and permissions you wish to give players by default (everything else is op only).
  230. # These are the permissions without the "essentials." part.
  231. #
  232. # To enable this feature, please set use-bukkit-permissions to false.
  233. player-commands:
  234. - afk
  235. - afk.auto
  236. - back
  237. - back.ondeath
  238. - balance
  239. - balance.others
  240. - balancetop
  241. - build
  242. - chat.color
  243. - chat.format
  244. - chat.shout
  245. - chat.question
  246. - clearinventory
  247. - compass
  248. - depth
  249. - delhome
  250. - getpos
  251. - geoip.show
  252. - help
  253. - helpop
  254. - home
  255. - home.others
  256. - ignore
  257. - info
  258. - itemdb
  259. - kit
  260. - kits.tools
  261. - list
  262. - mail
  263. - mail.send
  264. - me
  265. - motd
  266. - msg
  267. - msg.color
  268. - nick
  269. - near
  270. - pay
  271. - ping
  272. - protect
  273. - r
  274. - rules
  275. - realname
  276. - seen
  277. - sell
  278. - sethome
  279. - setxmpp
  280. - signs.create.protection
  281. - signs.create.trade
  282. - signs.break.protection
  283. - signs.break.trade
  284. - signs.use.balance
  285. - signs.use.buy
  286. - signs.use.disposal
  287. - signs.use.enchant
  288. - signs.use.free
  289. - signs.use.gamemode
  290. - signs.use.heal
  291. - signs.use.info
  292. - signs.use.kit
  293. - signs.use.mail
  294. - signs.use.protection
  295. - signs.use.repair
  296. - signs.use.sell
  297. - signs.use.time
  298. - signs.use.trade
  299. - signs.use.warp
  300. - signs.use.weather
  301. - spawn
  302. - suicide
  303. - time
  304. - tpa
  305. - tpaccept
  306. - tpahere
  307. - tpdeny
  308. - warp
  309. - warp.list
  310. - world
  311. - worth
  312. - xmpp
  313.  
  314. # Use this option to force superperms-based permissions handler regardless of detected installed perms plugin.
  315. # This is useful if you want superperms-based permissions (with wildcards) for custom permissions plugins.
  316. # If you wish to use EssentialsX's built-in permissions using the `player-commands` section above, set this to false.
  317. # Default is true.
  318. use-bukkit-permissions: true
  319.  
  320. # When this option is enabled, one-time use kits (ie. delay < 0) will be
  321. # removed from the /kit list when a player can no longer use it
  322. skip-used-one-time-kits-from-kit-list: false
  323.  
  324. # Determines the functionality of the /createkit command.
  325. # If this is true, /createkit will give the user a link with the kit code.
  326. # If this is false, /createkit will add the kit to the kits.yml config file directly.
  327. #
  328. pastebin-createkit: false
  329.  
  330. # Essentials Sign Control
  331. # See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
  332. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  333. # Essentials colored sign support will be enabled when any sign types are enabled.
  334. # Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
  335.  
  336. enabledSigns:
  337. #- color
  338. #- balance
  339. #- buy
  340. #- sell
  341. #- trade
  342. #- free
  343. #- disposal
  344. #- warp
  345. #- kit
  346. #- mail
  347. #- enchant
  348. #- gamemode
  349. #- heal
  350. #- info
  351. #- spawnmob
  352. #- repair
  353. #- time
  354. #- weather
  355.  
  356. # How many times per second can Essentials signs be interacted with per player.
  357. # Values should be between 1-20, 20 being virtually no lag protection.
  358. # Lower numbers will reduce the possibility of lag, but may annoy players.
  359. sign-use-per-second: 4
  360.  
  361. # Allow item IDs on pre-existing signs on 1.13 and above.
  362. # You cannot use item IDs on new signs, but this will allow players to interact with signs that
  363. # were placed before 1.13.
  364. allow-old-id-signs: false
  365.  
  366. # List of sign names Essentials should not protect. This feature is especially useful when
  367. # another plugin provides a sign that EssentialsX provides, but Essentials overrides.
  368. # For example, if a plugin provides a [kit] sign, and you wish to use theirs instead of
  369. # Essentials's, then simply add kit below and Essentials will not protect it.
  370. #
  371. # See https://github.com/drtshock/Essentials/pull/699 for more information.
  372. unprotected-sign-names:
  373. #- kit
  374.  
  375. # Backup runs a custom batch/bash command at a specified interval.
  376. # The server will save the world before executing the backup command, and disable
  377. # saving during the backup to prevent world corruption or other conflicts.
  378. # Backups can also be triggered manually with /backup.
  379. backup:
  380. # Interval in minutes.
  381. interval: 30
  382. # If true, the backup task will run even if there are no players online.
  383. always-run: false
  384. # Unless you add a valid backup command or script here, this feature will be useless.
  385. # Use 'save-all' to simply force regular world saving without backup.
  386. # The example command below utilizes rdiff-backup: https://rdiff-backup.net/
  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: true
  467.  
  468. # You can disable the death messages of Minecraft here.
  469. death-messages: true
  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: "none"
  495. custom-quit-message: "none"
  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: false
  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: false
  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: 8
  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. staff: 10
  674.  
  675. # In this example someone with 'essentials.sethome.multiple' and 'essentials.sethome.multiple.vip' will have 5 homes.
  676. # Remember, they MUST have both permission nodes in order to be able to set multiple homes.
  677.  
  678. # Controls whether players need the permission "essentials.home.compass" in order to point
  679. # the player's compass at their first home.
  680. #
  681. # Leaving this as false will retain Essentials' original behaviour, which is to always
  682. # change the compass' direction to point towards their first home.
  683. compass-towards-home-perm: false
  684.  
  685. # If no home is set, would you like to send the player to spawn?
  686. # If set to false, players will not be teleported when they run /home without setting a home first.
  687. spawn-if-no-home: true
  688.  
  689. # Should players be asked to provide confirmation for homes which they attempt to overwrite?
  690. confirm-home-overwrite: false
  691.  
  692. ############################################################
  693. # +------------------------------------------------------+ #
  694. # | Economy | #
  695. # +------------------------------------------------------+ #
  696. ############################################################
  697.  
  698. # For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy
  699.  
  700. # You can control the values of items that are sold to the server by using the /setworth command.
  701.  
  702. # Defines the balance with which new players begin. Defaults to 0.
  703. starting-balance: 0
  704.  
  705. # Defines the cost to use the given commands PER USE.
  706. # Some commands like /repair have sub-costs, check the wiki for more information.
  707. command-costs:
  708. # /example costs $1000 PER USE
  709. #example: 1000
  710. # /kit tools costs $1500 PER USE
  711. #kit-tools: 1500
  712.  
  713. # Set this to a currency symbol you want to use.
  714. # Remember, if you want to use special characters in this document,
  715. # such as accented letters, you MUST save the file as UTF-8, not ANSI.
  716. currency-symbol: '$'
  717.  
  718. # Enable this to make the currency symbol appear at the end of the amount rather than at the start.
  719. # For example, the euro symbol typically appears after the current amount.
  720. currency-symbol-suffix: false
  721.  
  722. # Set the maximum amount of money a player can have.
  723. # The amount is always limited to 10 trillion because of the limitations of a java double.
  724. max-money: 10000000000000
  725.  
  726. # Set the minimum amount of money a player can have (must be above the negative of max-money).
  727. # Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
  728. min-money: -10000
  729.  
  730. # Enable this to log all interactions with trade/buy/sell signs and sell command.
  731. economy-log-enabled: false
  732.  
  733. # Enable this to also log all transactions from other plugins through Vault.
  734. # This can cause the economy log to fill up quickly so should only be enabled for testing purposes!
  735. economy-log-update-enabled: false
  736.  
  737. # Minimum acceptable amount to be used in /pay.
  738. minimum-pay-amount: 0.001
  739.  
  740. # Enable this to block users who try to /pay another user which ignore them.
  741. pay-excludes-ignore-list: false
  742.  
  743. # The format of currency, excluding symbols. See currency-symbol-format-locale for symbol configuration.
  744. #
  745. # "#,##0.00" is how the majority of countries display currency.
  746. #currency-format: "#,##0.00"
  747.  
  748. # Format currency symbols. Some locales use , and . interchangeably.
  749. # Some formats do not display properly in-game due to faulty Minecraft font rendering.
  750. #
  751. # For 1.234,50 use de-DE
  752. # For 1,234.50 use en-US
  753. # For 1'234,50 use fr-ch
  754. #currency-symbol-format-locale: en-US
  755.  
  756. ############################################################
  757. # +------------------------------------------------------+ #
  758. # | Help | #
  759. # +------------------------------------------------------+ #
  760. ############################################################
  761.  
  762. # Show other plugins commands in help.
  763. non-ess-in-help: true
  764.  
  765. # Hide plugins which do not give a permission.
  766. # You can override a true value here for a single plugin by adding a permission to a user/group.
  767. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
  768. # You can use negative permissions to remove access to just a single plugins help if the following is enabled.
  769. hide-permissionless-help: true
  770.  
  771. ############################################################
  772. # +------------------------------------------------------+ #
  773. # | EssentialsX Chat | #
  774. # +------------------------------------------------------+ #
  775. ############################################################
  776.  
  777. # You need to install EssentialsX Chat for this section to work.
  778. # See https://essentialsx.cf/wiki/Module-Breakdown.html for more information.
  779.  
  780. chat:
  781.  
  782. # 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.
  783. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  784. # Users with essentials.chat.shout can override this by prefixing their message with an exclamation mark (!)
  785. # Users with essentials.chat.question can override this by prefixing their message with a question mark (?)
  786. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section.
  787. radius: 0
  788.  
  789. # Chat formatting can be done in two ways, you can either define a standard format for all chat.
  790. # Or you can give a group specific chat format, to give some extra variation.
  791. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
  792.  
  793. format: '{PREFIX} {DISPLAYNAME} >> {MESSAGE}'
  794. #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  795. #format: '&7{PREFIX}&r {DISPLAYNAME}&r &7{SUFFIX}&r: {MESSAGE}'
  796.  
  797. group-formats:'{PREFIX} {DISPLAYNAME} >> {MESSAGE}'
  798. # default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
  799. # admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
  800.  
  801. # If you are using group formats make sure to remove the '#' to allow the setting to be read.
  802. # Note: Group names are case-sensitive so you must match them up with your permission plugin.
  803.  
  804. # You can use permissions to control whether players can use formatting codes in their chat messages.
  805. # See https://essentialsx.cf/wiki/Color-Permissions.html for more information.
  806.  
  807. ############################################################
  808. # +------------------------------------------------------+ #
  809. # | EssentialsX Protect | #
  810. # +------------------------------------------------------+ #
  811. ############################################################
  812.  
  813. # You need to install EssentialsX Protect for this section to work.
  814. # See https://essentialsx.cf/wiki/Module-Breakdown.html for more information.
  815.  
  816. protect:
  817.  
  818. # General physics/behavior modifications. Set these to true to disable behaviours.
  819. prevent:
  820. lava-flow: false
  821. water-flow: false
  822. water-bucket-flow: false
  823. fire-spread: true
  824. lava-fire-spread: true
  825. lava-itemdamage: false
  826. flint-fire: false
  827. lightning-fire-spread: true
  828. portal-creation: false
  829. tnt-explosion: false
  830. tnt-playerdamage: false
  831. tnt-itemdamage: false
  832. tnt-minecart-explosion: false
  833. tnt-minecart-playerdamage: false
  834. tnt-minecart-itemdamage: false
  835. fireball-explosion: false
  836. fireball-fire: false
  837. fireball-playerdamage: false
  838. fireball-itemdamage: false
  839. witherskull-explosion: false
  840. witherskull-playerdamage: false
  841. witherskull-itemdamage: false
  842. wither-spawnexplosion: false
  843. wither-blockreplace: false
  844. creeper-explosion: false
  845. creeper-playerdamage: false
  846. creeper-itemdamage: false
  847. creeper-blockdamage: false
  848. ender-crystal-explosion: false
  849. enderdragon-blockdamage: true
  850. enderman-pickup: false
  851. villager-death: false
  852. bed-explosion: false
  853. respawn-anchor-explosion: false
  854. # Monsters won't follow players.
  855. # permission essentials.protect.entitytarget.bypass disables this.
  856. entitytarget: false
  857. # Prevents zombies from breaking down doors
  858. zombie-door-break: false
  859. # Prevents Ravagers from stealing blocks
  860. ravager-thief: false
  861. # Prevents sheep from turning grass to dirt
  862. sheep-eat-grass: false
  863. # Prevent certain transformations.
  864. transformation:
  865. # Prevent creepers becoming charged when struck by lightning.
  866. charged-creeper: false
  867. # Prevent villagers becoming zombie villagers.
  868. zombie-villager: false
  869. # Prevent zombie villagers being cured.
  870. villager: false
  871. # Prevent villagers becoming witches when struck by lightning.
  872. witch: false
  873. # Prevent pigs becoming zombie pigmen when struck by lightning.
  874. zombie-pigman: false
  875. # Prevent zombies turning into drowneds, and husks turning into zombies.
  876. drowned: false
  877. # Prevent mooshrooms changing colour when struck by lightning.
  878. mooshroom: false
  879. # Prevent the spawning of creatures. If a creature is missing, you can add it following the format below.
  880. spawn:
  881. creeper: false
  882. skeleton: false
  883. spider: false
  884. giant: false
  885. zombie: false
  886. slime: false
  887. ghast: false
  888. pig_zombie: false
  889. enderman: false
  890. cave_spider: false
  891. silverfish: false
  892. blaze: false
  893. magma_cube: false
  894. ender_dragon: false
  895. pig: false
  896. sheep: false
  897. cow: false
  898. chicken: false
  899. squid: false
  900. wolf: false
  901. mushroom_cow: false
  902. snowman: false
  903. ocelot: false
  904. iron_golem: false
  905. villager: false
  906. wither: false
  907. bat: false
  908. witch: false
  909. horse: false
  910. phantom: false
  911.  
  912. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  913. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  914. creeper:
  915. max-height: -1
  916.  
  917. # Disable various default physics and behaviors.
  918. disable:
  919. # Should fall damage be disabled?
  920. fall: false
  921.  
  922. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  923. # They will be unable to attack users without that same permission node.
  924. pvp: false
  925.  
  926. # Should drowning damage be disabled?
  927. # (Split into two behaviors; generally, you want both set to the same value.)
  928. drown: false
  929. suffocate: false
  930.  
  931. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  932. lavadmg: false
  933.  
  934. # Should arrow damage be disabled?
  935. projectiles: false
  936.  
  937. # This will disable damage from touching cacti.
  938. contactdmg: false
  939.  
  940. # Burn, baby, burn! Should fire damage be disabled?
  941. firedmg: false
  942.  
  943. # Should the damage after hit by a lightning be disabled?
  944. lightning: false
  945.  
  946. # Should Wither damage be disabled?
  947. wither: false
  948.  
  949. # Disable weather options?
  950. weather:
  951. storm: false
  952. thunder: false
  953. lightning: false
  954.  
  955. ############################################################
  956. # +------------------------------------------------------+ #
  957. # | EssentialsX AntiBuild | #
  958. # +------------------------------------------------------+ #
  959. ############################################################
  960.  
  961. # You need to install EssentialsX AntiBuild for this section to work.
  962. # See https://essentialsx.cf/wiki/Module-Breakdown.html and http://wiki.ess3.net/wiki/AntiBuild for more information.
  963.  
  964. # Should people without the essentials.build permission be allowed to build?
  965. # Set true to disable building for those people.
  966. # Setting to false means EssentialsAntiBuild will never prevent you from building.
  967. build: true
  968.  
  969. # Should people without the essentials.build permission be allowed to use items?
  970. # Set true to disable using for those people.
  971. # Setting to false means EssentialsAntiBuild will never prevent you from using items.
  972. use: true
  973.  
  974. # Should we warn people when they are not allowed to build?
  975. warn-on-build-disallow: true
  976.  
  977. # For which block types would you like to be alerted?
  978. # You can find a list of items at https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html.
  979. alert:
  980. on-placement: LAVA,TNT,LAVA_BUCKET
  981. on-use: LAVA_BUCKET
  982. on-break:
  983.  
  984. blacklist:
  985.  
  986. # Which blocks should people be prevented from placing?
  987. placement: LAVA,TNT,LAVA_BUCKET
  988.  
  989. # Which items should people be prevented from using?
  990. usage: LAVA_BUCKET
  991.  
  992. # Which blocks should people be prevented from breaking?
  993. break:
  994.  
  995. # Which blocks should not be pushed by pistons?
  996. piston:
  997.  
  998. # Which blocks should not be dispensed by dispensers
  999. dispenser:
  1000.  
  1001. ############################################################
  1002. # +------------------------------------------------------+ #
  1003. # | EssentialsX Spawn + New Players | #
  1004. # +------------------------------------------------------+ #
  1005. ############################################################
  1006.  
  1007. # You need to install EssentialsX Spawn for this section to work.
  1008. # See https://essentialsx.cf/wiki/Module-Breakdown.html for more information.
  1009.  
  1010. newbies:
  1011. # Should we announce to the server when someone logs in for the first time?
  1012. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  1013. # If not, set to ''
  1014. #announce-format: ''
  1015. announce-format: '&dWelcome {DISPLAYNAME}&d to the server!'
  1016.  
  1017. # When we spawn for the first time, which spawnpoint do we use?
  1018. # Set to "none" if you want to use the spawn point of the world.
  1019. spawnpoint: newbies
  1020.  
  1021. # Do we want to give users anything on first join? Set to '' to disable
  1022. # This kit will be given regardless of cost and permissions, and will not trigger the kit delay.
  1023. #kit: ''
  1024. kit: tools
  1025.  
  1026. # What priority should we use for handling respawns?
  1027. # Set this to none, if you want vanilla respawning behaviour.
  1028. # Set this to lowest, if you want Multiverse to handle the respawning.
  1029. # Set this to high, if you want EssentialsSpawn to handle the respawning.
  1030. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning.
  1031. respawn-listener-priority: high
  1032.  
  1033. # What priority should we use for handling spawning on joining the server?
  1034. # See respawn-listener-priority for possible values.
  1035. # Note: changing this may impact or break spawn-on-join functionality.
  1036. spawn-join-listener-priority: high
  1037.  
  1038. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  1039. respawn-at-home: false
  1040.  
  1041. # When users die, should EssentialsSpawn respect users' respawn anchors?
  1042. respawn-at-anchor: false
  1043.  
  1044. # Teleport all joining players to the spawnpoint
  1045. spawn-on-join: false
  1046. # The following value of `guests` states that all players in group `guests` will be teleported to spawn when joining.
  1047. #spawn-on-join: guests
  1048. # The following list value states that all players in group `guests` and `admin` are to be teleported to spawn when joining.
  1049. #spawn-on-join:
  1050. #- guests
  1051. #- admin
  1052.  
  1053. # End of file <-- No seriously, you're done with configuration.
  1054.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement