Advertisement
Guest User

Untitled

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