BenGaming7

Essentials Config Updated

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