Advertisement
TobSight

Untitled

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