Guest User

Untitled

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