xSepticSidx

Essentials config

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