MrsKlasii

Untitled

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