Guest User

Untitled

a guest
Mar 17th, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.56 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: 3
  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: 600
  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. # - pl
  110. # - plugins
  111.  
  112. # These commands will be shown to players with socialSpy enabled.
  113. # You can add commands from other plugins you may want to track or
  114. # remove commands that are used for something you dont want to spy on.
  115. # 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. tools:
  234. delay: 10
  235. items:
  236. - 272 1
  237. - 273 1
  238. - 274 1
  239. - 275 1
  240. vip1:
  241. delay: 86400
  242. items:
  243. - 306 protection:2
  244. - 307 protection:2
  245. - 308 protection:2
  246. - 309 protection:2
  247. - 267 sharpness:2
  248. - 256 efficiency:2
  249. - 257 efficiency:2
  250. - 258 efficiency:2
  251. - 292 efficiency:2
  252. - 373:8194
  253. - 373:8201
  254. - 373:8197
  255. - 265 12
  256. - 331 32
  257. - 388 3
  258. - 261
  259. - 262 64
  260. vip2:
  261. delay: 86400
  262. items:
  263. - 306 protection:3
  264. - 307 protection:3
  265. - 308 protection:3
  266. - 309 protection:3
  267. - 267 sharpness:3
  268. - 256 efficiency:2 unbreaking:1
  269. - 257 efficiency:2 unbreaking:1
  270. - 258 efficiency:2 unbreaking:1
  271. - 292 efficiency:2 unbreaking:1
  272. - 373:8258
  273. - 373:8265
  274. - 373:8197 2
  275. - 265 14
  276. - 331 64
  277. - 388 6
  278. - 262 64
  279. - 261
  280. vip3:
  281. delay: 86400
  282. items:
  283. - 310
  284. - 311
  285. - 312
  286. - 313
  287. - 276
  288. - 277
  289. - 278
  290. - 279
  291. - 293
  292. - 373:8258 2
  293. - 373:8265 2
  294. - 373:8197 2
  295. - 265 16
  296. - 331 64
  297. - 388 8
  298. - 262 64
  299. - 261
  300. - 89 6
  301. vip4:
  302. delay: 86400
  303. items:
  304. - 310 protection:1
  305. - 311 protection:1
  306. - 312 protection:1
  307. - 313 protection:1
  308. - 276 sharpness:1
  309. - 277 efficiency:1
  310. - 278 efficiency:1
  311. - 279 efficiency:1
  312. - 293 efficiency:1
  313. - 373:8258 2
  314. - 373:8265 2
  315. - 373:8197 3
  316. - 265 18
  317. - 322
  318. - 331 64
  319. - 388 9
  320. - 262 64
  321. - 261 power:1
  322. vip5:
  323. delay: 86400
  324. items:
  325. - 310 protection:1
  326. - 311 protection:1
  327. - 312 protection:1
  328. - 313 protection:1
  329. - 276 sharpness:2
  330. - 277 efficiency:3
  331. - 278 efficiency:3
  332. - 279 efficiency:3
  333. - 293 efficiency:3
  334. - 373:8258 2
  335. - 373:8265 2
  336. - 373:8229 2
  337. - 265 20
  338. - 322 2
  339. - 331 96
  340. - 388 9
  341. - 262 64
  342. - 261 power:2
  343. - 89 12
  344. vip6:
  345. delay: 86400
  346. items:
  347. - 310 protection:2
  348. - 311 protection:2
  349. - 312 protection:2
  350. - 313 protection:2
  351. - 276 sharpness:2
  352. - 277 efficiency:3
  353. - 278 efficiency:3
  354. - 279 efficiency:3
  355. - 293 efficiency:3
  356. - 373:8258 2
  357. - 373:8265 2
  358. - 373:8229 3
  359. - 265 22
  360. - 322 2
  361. - 331 96
  362. - 388 10
  363. - 262 64
  364. - 261 power:2 punch:1
  365. - 89 24
  366. - 264 2
  367. - 384 8
  368. vip7:
  369. delay: 86400
  370. items:
  371. - 310 protection:2
  372. - 311 protection:2
  373. - 312 protection:2
  374. - 313 protection:2
  375. - 276 sharpness:3
  376. - 277 efficiency:4
  377. - 278 efficiency:4
  378. - 279 efficiency:4
  379. - 293 efficiency:4
  380. - 373:8258 2
  381. - 373:8265 2
  382. - 373:8229 3
  383. - 265 26
  384. - 322 2
  385. - 331 96
  386. - 388 12
  387. - 262 96
  388. - 261 power:2 punch:1
  389. - 89 24
  390. - 47 8
  391. - 264 3
  392. - 384 16
  393. vip8:
  394. delay: 86400
  395. items:
  396. - 310 protection:3
  397. - 311 protection:3
  398. - 312 protection:3
  399. - 313 protection:3
  400. - 276 sharpness:3
  401. - 277 efficiency:4
  402. - 278 efficiency:4
  403. - 279 efficiency:4
  404. - 293 efficiency:4
  405. - 373:8258 3
  406. - 373:8265 3
  407. - 373:8229 4
  408. - 265 32
  409. - 322 4
  410. - 331 96
  411. - 388 16
  412. - 262 96
  413. - 261 power:2 flame:1
  414. - 89 32
  415. - 264 5
  416. - 384 32
  417. # Essentials Sign Control
  418. # See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
  419. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  420. # Essentials colored sign support will be enabled when any sign types are enabled.
  421. # Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
  422.  
  423. enabledSigns:
  424. - color
  425. - balance
  426. #- buy
  427. #- sell
  428. #- trade
  429. #- free
  430. #- disposal
  431. - warp
  432. #- kit
  433. #- mail
  434. #- enchant
  435. #- gamemode
  436. #- heal
  437. #- info
  438. #- spawnmob
  439. #- repair
  440. #- time
  441. #- weather
  442.  
  443. # How many times per second can Essentials signs be interacted with per player.
  444. # Values should be between 1-20, 20 being virtually no lag protection.
  445. # Lower numbers will reduce the possibility of lag, but may annoy players.
  446. sign-use-per-second: 4
  447.  
  448. # Backup runs a batch/bash command while saving is disabled.
  449. backup:
  450. # Interval in minutes.
  451. interval: 30
  452. # Unless you add a valid backup command or script here, this feature will be useless.
  453. # Use 'save-all' to simply force regular world saving without backup.
  454. #command: 'rdiff-backup World1 backups/World1'
  455.  
  456. # Set this true to enable permission per warp.
  457. per-warp-permission: false
  458.  
  459. # Sort output of /list command by groups.
  460. # You can hide and merge the groups displayed in /list by defining the desired behaviour here.
  461. # Detailed instructions and examples can be found on the wiki: http://wiki.ess3.net/wiki/List
  462. list:
  463. # To merge groups, list the groups you wish to merge
  464. #Staff: owner admin moderator
  465. Admins: owner admin
  466. # To limit groups, set a max user limit
  467. #builder: 20
  468. # To hide groups, set the group as hidden
  469. #default: hidden
  470. # Uncomment the line below to simply list all players with no grouping
  471. #Players: '*'
  472.  
  473. # More output to the console.
  474. debug: false
  475.  
  476. # Set the locale for all messages.
  477. # If you don't set this, the default locale of the server will be used.
  478. # For example, to set language to English, set locale to en, to use the file "messages_en.properties".
  479. # Don't forget to remove the # in front of the line.
  480. # For more information, visit http://wiki.ess3.net/wiki/Locale
  481. #locale: pl
  482.  
  483. # Turn off god mode when people leave the server.
  484. remove-god-on-disconnect: false
  485.  
  486. # Auto-AFK
  487. # After this timeout in seconds, the user will be set as AFK.
  488. # This feature requires the player to have essentials.afk.auto node.
  489. # Set to -1 for no timeout.
  490. auto-afk: 300
  491.  
  492. # Auto-AFK Kick
  493. # After this timeout in seconds, the user will be kicked from the server.
  494. # essentials.afk.kickexempt node overrides this feature.
  495. # Set to -1 for no timeout.
  496. auto-afk-kick: -1
  497.  
  498. # Set this to true, if you want to freeze the player, if the player is AFK.
  499. # Other players or monsters can't push the player out of AFK mode then.
  500. # This will also enable temporary god mode for the AFK player.
  501. # The player has to use the command /afk to leave the AFK mode.
  502. freeze-afk-players: false
  503.  
  504. # When the player is AFK, should he be able to pickup items?
  505. # Enable this, when you don't want people idling in mob traps.
  506. disable-item-pickup-while-afk: true
  507.  
  508. # This setting controls if a player is marked as active on interaction.
  509. # When this setting is false, the player would need to manually un-AFK using the /afk command.
  510. cancel-afk-on-interact: true
  511.  
  512. # Should we automatically remove afk status when a player moves?
  513. # Player will be removed from AFK on chat/command regardless of this setting.
  514. # Disable this to reduce server lag.
  515. cancel-afk-on-move: true
  516.  
  517. # You can disable the death messages of Minecraft here.
  518. death-messages: false
  519.  
  520. # Should players with permissions be able to join and part silently?
  521. # You can control this with essentials.silentjoin and essentials.silentquit permissions if it is enabled.
  522. # In addition, people with essentials.silentjoin.vanish will be vanished on join.
  523. allow-silent-join-quit: false
  524.  
  525. # You can set a custom join message here, set to "none" to disable.
  526. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
  527. custom-join-message: "none"
  528.  
  529. # You can set a custom quit message here, set to "none" to disable.
  530. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
  531. custom-quit-message: "none"
  532.  
  533. # Add worlds to this list, if you want to automatically disable god mode there.
  534. no-god-in-worlds:
  535. # - world_nether
  536.  
  537. # Set to true to enable per-world permissions for teleporting between worlds with essentials commands.
  538. # This applies to /world, /back, /tp[a|o][here|all], but not warps.
  539. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  540. # This does not affect the /home command, there is a separate toggle below for this.
  541. world-teleport-permissions: false
  542.  
  543. # The number of items given if the quantity parameter is left out in /item or /give.
  544. # If this number is below 1, the maximum stack size size is given. If over-sized stacks.
  545. # are not enabled, any number higher than the maximum stack size results in more than one stack.
  546. default-stack-size: -1
  547.  
  548. # Over-sized stacks are stacks that ignore the normal max stack size.
  549. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  550. # How many items should be in an over-sized stack?
  551. oversized-stacksize: 64
  552.  
  553. # Allow repair of enchanted weapons and armor.
  554. # If you set this to false, you can still allow it for certain players using the permission.
  555. # essentials.repair.enchanted
  556. repair-enchanted: true
  557.  
  558. # Allow 'unsafe' enchantments in kits and item spawning.
  559. # Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins.
  560. unsafe-enchantments: true
  561.  
  562. #Do you want Essentials to keep track of previous location for /back in the teleport listener?
  563. #If you set this to true any plugin that uses teleport will have the previous location registered.
  564. register-back-in-listener: false
  565.  
  566. #Delay to wait before people can cause attack damage after logging in.
  567. login-attack-delay: 5
  568.  
  569. #Set the max fly speed, values range from 0.1 to 1.0
  570. max-fly-speed: 0.8
  571.  
  572. #Set the max walk speed, values range from 0.1 to 1.0
  573. max-walk-speed: 0.8
  574.  
  575. #Set the maximum amount of mail that can be sent within a minute.
  576. mails-per-minute: 1000
  577.  
  578. # Set the maximum time /tempban can be used for in seconds.
  579. # Set to -1 to disable, and essentials.tempban.unlimited can be used to override.
  580. max-tempban-time: -1
  581.  
  582. ############################################################
  583. # +------------------------------------------------------+ #
  584. # | EssentialsHome | #
  585. # +------------------------------------------------------+ #
  586. ############################################################
  587.  
  588. # Allows people to set their bed at daytime.
  589. update-bed-at-daytime: true
  590.  
  591. # Set to true to enable per-world permissions for using homes to teleport between worlds.
  592. # This applies to the /home only.
  593. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  594. world-home-permissions: false
  595.  
  596. # Allow players to have multiple homes.
  597. # Players need essentials.sethome.multiple before they can have more than 1 home.
  598. # You can set the default number of multiple homes using the 'default' rank below.
  599. # To remove the home limit entirely, give people 'essentials.sethome.multiple.unlimited'.
  600. # To grant different home amounts to different people, you need to define a 'home-rank' below.
  601. # Create the 'home-rank' below, and give the matching permission: essentials.sethome.multiple.<home-rank>
  602. # For more information, visit http://wiki.ess3.net/wiki/Multihome
  603. sethome-multiple:
  604. default: 1
  605. vip1: 2
  606. vip2: 3
  607. vip3: 4
  608. vip4: 5
  609. vip5: 6
  610. vip6: 7
  611. vip7: 8
  612. vip8: 9
  613. staff: 10
  614.  
  615. # In this example someone with 'essentials.sethome.multiple' and 'essentials.sethome.multiple.vip' will have 5 homes.
  616. # Remember, they MUST have both permission nodes in order to be able to set multiple homes.
  617.  
  618. # Set the timeout, in seconds for players to accept a tpa before the request is cancelled.
  619. # Set to 0 for no timeout.
  620. tpa-accept-cancellation: 120
  621.  
  622. ############################################################
  623. # +------------------------------------------------------+ #
  624. # | EssentialsEco | #
  625. # +------------------------------------------------------+ #
  626. ############################################################
  627.  
  628. # For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy
  629.  
  630. # Defines the balance with which new players begin. Defaults to 0.
  631. starting-balance: 0
  632.  
  633. # worth-# defines the value of an item when it is sold to the server via /sell.
  634. # These are now defined in worth.yml
  635.  
  636. # Defines the cost to use the given commands PER USE.
  637. # Some commands like /repair have sub-costs, check the wiki for more information.
  638. command-costs:
  639. # /example costs $1000 PER USE
  640. #example: 1000
  641. # /kit tools costs $1500 PER USE
  642. #kit-tools: 1500
  643.  
  644. # Set this to a currency symbol you want to use.
  645. # Remember, if you want to use special characters in this document,
  646. # such as accented letters, you MUST save the file as UTF-8, not ANSI.
  647. currency-symbol: '$'
  648.  
  649. # Set the maximum amount of money a player can have.
  650. # The amount is always limited to 10 trillion because of the limitations of a java double.
  651. max-money: 10000000000000
  652.  
  653. # Set the minimum amount of money a player can have (must be above the negative of max-money).
  654. # Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
  655. min-money: -10000
  656.  
  657. # Enable this to log all interactions with trade/buy/sell signs and sell command.
  658. economy-log-enabled: false
  659.  
  660. ############################################################
  661. # +------------------------------------------------------+ #
  662. # | EssentialsHelp | #
  663. # +------------------------------------------------------+ #
  664. ############################################################
  665.  
  666. # Show other plugins commands in help.
  667. non-ess-in-help: true
  668.  
  669. # Hide plugins which do not give a permission.
  670. # You can override a true value here for a single plugin by adding a permission to a user/group.
  671. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
  672. # You can use negative permissions to remove access to just a single plugins help if the following is enabled.
  673. hide-permissionless-help: true
  674.  
  675. ############################################################
  676. # +------------------------------------------------------+ #
  677. # | EssentialsChat | #
  678. # +------------------------------------------------------+ #
  679. ############################################################
  680.  
  681. # This section requires the EssentialsChat.jar to work.
  682.  
  683. chat:
  684.  
  685. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  686. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  687. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  688. # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  689. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  690. radius: 0
  691.  
  692. # Chat formatting can be done in two ways, you can either define a standard format for all chat.
  693. # Or you can give a group specific chat format, to give some extra variation.
  694. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
  695.  
  696. format: '<{DISPLAYNAME}> {MESSAGE}'
  697. #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  698.  
  699. group-formats:
  700. # Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
  701. # Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
  702.  
  703. # If you are using group formats make sure to remove the '#' to allow the setting to be read.
  704.  
  705. ############################################################
  706. # +------------------------------------------------------+ #
  707. # | EssentialsProtect | #
  708. # +------------------------------------------------------+ #
  709. ############################################################
  710.  
  711. # This section requires the EssentialsProtect.jar to work.
  712.  
  713. protect:
  714.  
  715. # General physics/behavior modifications.
  716. prevent:
  717. lava-flow: false
  718. water-flow: false
  719. water-bucket-flow: false
  720. fire-spread: true
  721. lava-fire-spread: true
  722. flint-fire: false
  723. lightning-fire-spread: true
  724. portal-creation: false
  725. tnt-explosion: false
  726. tnt-playerdamage: false
  727. tnt-minecart-explosion: false
  728. tnt-minecart-playerdamage: false
  729. fireball-explosion: false
  730. fireball-fire: false
  731. fireball-playerdamage: false
  732. witherskull-explosion: false
  733. witherskull-playerdamage: false
  734. wither-spawnexplosion: false
  735. wither-blockreplace: false
  736. creeper-explosion: false
  737. creeper-playerdamage: false
  738. creeper-blockdamage: false
  739. enderdragon-blockdamage: true
  740. enderman-pickup: false
  741. villager-death: false
  742. # Monsters won't follow players.
  743. # permission essentials.protect.entitytarget.bypass disables this.
  744. entitytarget: false
  745. # Prevent the spawning of creatures.
  746. spawn:
  747. creeper: false
  748. skeleton: false
  749. spider: false
  750. giant: false
  751. zombie: false
  752. slime: false
  753. ghast: false
  754. pig_zombie: false
  755. enderman: false
  756. cave_spider: false
  757. silverfish: false
  758. blaze: false
  759. magma_cube: false
  760. ender_dragon: false
  761. pig: false
  762. sheep: false
  763. cow: false
  764. chicken: false
  765. squid: false
  766. wolf: false
  767. mushroom_cow: false
  768. snowman: false
  769. ocelot: false
  770. iron_golem: false
  771. villager: false
  772. wither: false
  773. bat: false
  774. witch: false
  775. horse: false
  776.  
  777. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  778. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  779. creeper:
  780. max-height: -1
  781.  
  782. # Disable various default physics and behaviors.
  783. disable:
  784. # Should fall damage be disabled?
  785. fall: false
  786.  
  787. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  788. # They will be unable to attack users without that same permission node.
  789. pvp: false
  790.  
  791. # Should drowning damage be disabled?
  792. # (Split into two behaviors; generally, you want both set to the same value.)
  793. drown: false
  794. suffocate: false
  795.  
  796. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  797. lavadmg: false
  798.  
  799. # Should arrow damage be disabled?
  800. projectiles: false
  801.  
  802. # This will disable damage from touching cacti.
  803. contactdmg: false
  804.  
  805. # Burn, baby, burn! Should fire damage be disabled?
  806. firedmg: false
  807.  
  808. # Should the damage after hit by a lightning be disabled?
  809. lightning: false
  810.  
  811. # Should Wither damage be disabled?
  812. wither: false
  813.  
  814. # Disable weather options?
  815. weather:
  816. storm: false
  817. thunder: false
  818. lightning: false
  819.  
  820. ############################################################
  821. # +------------------------------------------------------+ #
  822. # | EssentialsAntiBuild | #
  823. # +------------------------------------------------------+ #
  824. ############################################################
  825.  
  826. # This section requires the EssentialsAntiBuild.jar to work.
  827.  
  828. # Disable various default physics and behaviors
  829. # For more information, visit http://wiki.ess3.net/wiki/AntiBuild
  830.  
  831. # Should people with build: false in permissions be allowed to build?
  832. # Set true to disable building for those people.
  833. # Setting to false means EssentialsAntiBuild will never prevent you from building.
  834. build: true
  835.  
  836. # Should people with build: false in permissions be allowed to use items?
  837. # Set true to disable using for those people.
  838. # Setting to false means EssentialsAntiBuild will never prevent you from using items.
  839. use: true
  840.  
  841. # Should we tell people they are not allowed to build?
  842. warn-on-build-disallow: true
  843.  
  844. # For which block types would you like to be alerted?
  845. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  846. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  847. alert:
  848. on-placement: 10,11,46,327
  849. on-use: 327
  850. on-break:
  851.  
  852. blacklist:
  853.  
  854. # Which blocks should people be prevented from placing?
  855. placement: 10,11,46,327
  856.  
  857. # Which items should people be prevented from using?
  858. usage: 327
  859.  
  860. # Which blocks should people be prevented from breaking?
  861. break:
  862.  
  863. # Which blocks should not be pushed by pistons?
  864. piston:
  865.  
  866. # Which blocks should not be dispensed by dispensers
  867. dispenser:
  868.  
  869. ############################################################
  870. # +------------------------------------------------------+ #
  871. # | Essentials Spawn / New Players | #
  872. # +------------------------------------------------------+ #
  873. ############################################################
  874.  
  875. # This section requires essentialsspawn.jar to work.
  876.  
  877. newbies:
  878. # Should we announce to the server when someone logs in for the first time?
  879. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  880. # If not, set to ''
  881. #announce-format: ''
  882. announce-format: '&dWitamy {DISPLAYNAME}&d na serwerze!'
  883.  
  884. # When we spawn for the first time, which spawnpoint do we use?
  885. # Set to "none" if you want to use the spawn point of the world.
  886. spawnpoint: newbies
  887.  
  888. # Do we want to give users anything on first join? Set to '' to disable
  889. # This kit will be given regardless of cost and permissions, and will not trigger the kit delay.
  890. #kit: ''
  891. kit: tools
  892.  
  893. # Set this to lowest, if you want Multiverse to handle the respawning.
  894. # Set this to high, if you want EssentialsSpawn to handle the respawning.
  895. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning.
  896. respawn-listener-priority: high
  897.  
  898. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  899. respawn-at-home: false
  900.  
  901. # End of file <-- No seriously, you're done with configuration.
Add Comment
Please, Sign In to add comment