Advertisement
Guest User

Untitled

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