Guest User

Untitled

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