Guest User

Untitled

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