Advertisement
Guest User

Essentials Config

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