Guest User

Untitled

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