Guest User

Untitled

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