Guest User

Untitled

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