Advertisement
Guest User

Untitled

a guest
Mar 16th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.32 KB | None | 0 0
  1. ############################################################
  2. # +------------------------------------------------------+ #
  3. # | Notes | #
  4. # +------------------------------------------------------+ #
  5. ############################################################
  6.  
  7. # If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
  8. # If you receive an error when Essentials loads, ensure that:
  9. # - No tabs are present: YAML only allows spaces
  10. # - Indents are correct: YAML hierarchy is based entirely on indentation
  11. # - You have "escaped" all apostrophes in your text: If you want to write "don't", for example, write "don''t" instead (note the doubled apostrophe)
  12. # - Text with symbols is enclosed in single or double quotation marks
  13.  
  14. # If you have problems join the Essentials help support channel: http://tiny.cc/EssentialsChat
  15.  
  16. ############################################################
  17. # +------------------------------------------------------+ #
  18. # | Essentials (Global) | #
  19. # +------------------------------------------------------+ #
  20. ############################################################
  21.  
  22. # A color code between 0-9 or a-f. Set to 'none' to disable.
  23. ops-name-color: ''
  24.  
  25. # The character(s) to prefix all nicknames, so that you know they are not true usernames.
  26. nickname-prefix: ''
  27.  
  28. # Disable this if you have any other plugin, that modifies the displayname of a user.
  29. change-displayname: true
  30.  
  31. # When this option is enabled, the (tab) player list will be updated with the displayname.
  32. # The value of change-displayname (above) has to be true.
  33. #change-playerlist: true
  34.  
  35. # When essentialschat.jar isnt used, force essentials to add the prefix and suffix from permission plugins to displayname
  36. # This setting is ignored if essentialschat.jar is used, and defaults to 'true'
  37. # The value of change-displayname (above) has to be true.
  38. # Do not edit this setting unless you know what you are doing!
  39. #add-prefix-suffix: true
  40.  
  41. # The delay, in seconds, required between /home, /tp, etc.
  42. teleport-cooldown: 5
  43.  
  44. # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.
  45. teleport-delay: 5
  46.  
  47. # The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command
  48. # This will also prevent the player attacking other players
  49. teleport-invulnerability: 1
  50.  
  51. # The delay, in seconds, required between /heal attempts
  52. heal-cooldown: 300
  53.  
  54. # What to prevent from /i /give
  55. # e.g item-spawn-blacklist: 46,11,10
  56. item-spawn-blacklist: 328,373:8201,373:8233,373:8265,373:8297,373:16393,373:16425,373:16457,373:16489
  57.  
  58. # Set this to true if you want permission based item spawn rules
  59. # Note: The blacklist above will be ignored then.
  60. # Permissions:
  61. # - essentials.itemspawn.item-all
  62. # - essentials.itemspawn.item-[itemname]
  63. # - essentials.itemspawn.item-[itemid]
  64. # - essentials.give.item-all
  65. # - essentials.give.item-[itemname]
  66. # - essentials.give.item-[itemid]
  67. # For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive
  68. permission-based-item-spawn: false
  69.  
  70. # Mob limit on the /spawnmob command per execution
  71. spawnmob-limit: 10
  72.  
  73. # Shall we notify users when using /lightning
  74. warn-on-smite: true
  75.  
  76. # motd and rules are now configured in the files motd.txt and rules.txt
  77.  
  78. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority.
  79. # Commands in this list, will tell Essentials to 'not give up' the command to other plugins.
  80. # In this state, which plugin 'wins' appears to be almost random.
  81. #
  82. # If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias.
  83. # To force essentials to take 'god' alias 'god' to 'egod'.
  84. # See http://wiki.bukkit.org/Bukkit.yml#aliases for more information
  85.  
  86. overridden-commands:
  87. # - god
  88.  
  89. # Disabled commands will be completely unavailable on the server.
  90. # Disabling commands here will have no effect on command conflicts.
  91. disabled-commands:
  92. # - esethome
  93. # - fix hands
  94.  
  95. # These commands will be shown to players with socialSpy enabled
  96. # You can add commands from other plugins you may want to track or
  97. # remove commands that are used for something you dont want to spy on
  98. socialspy-commands:
  99. - msg
  100. - w
  101. - r
  102. - mail
  103. - m
  104. - t
  105. - whisper
  106. - emsg
  107. - tell
  108. - er
  109. - reply
  110. - ereply
  111. - email
  112. - action
  113. - describe
  114. - eme
  115. - eaction
  116. - edescribe
  117. - etell
  118. - ewhisper
  119. - pm
  120.  
  121. # If you do not wish to use a permission system, you can define a list of 'player perms' below.
  122. # This list has no effect if you are using a supported permissions system.
  123. # If you are using an unsupported permissions system simply delete this section.
  124. # Whitelist the commands and permissions you wish to give players by default (everything else is op only).
  125. # These are the permissions without the "essentials." part.
  126. player-commands:
  127. - afk
  128. - afk.auto
  129. - balance
  130. - balance.others
  131. - balancetop
  132. - help
  133. - helpop
  134. - ignore
  135. - kit
  136. - list
  137. - mail
  138. - mail.send
  139. - motd
  140. - msg
  141. - pay
  142. - r
  143. - rules
  144. - signs.use.balance
  145. - signs.use.buy
  146. - signs.use.disposal
  147. - signs.use.enchant
  148. - signs.use.free
  149. - signs.use.heal
  150. - signs.use.info
  151. - signs.use.kit
  152. - signs.use.mail
  153. - signs.use.protection
  154. - signs.use.repair
  155. - signs.use.sell
  156. - signs.use.time
  157. - signs.use.trade
  158. - signs.use.warp
  159. - spawn
  160. - suicide
  161. - time
  162. - tpa
  163. - tpaccept
  164. - tpahere
  165. - tpdeny
  166. - warp
  167. - warp.list
  168.  
  169. # Note: All items MUST be followed by a quantity!
  170. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  171. # Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]...
  172. # For Item meta information visit http://wiki.ess3.net/wiki/Item_Meta
  173. # 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
  174. # For more information, visit http://wiki.ess3.net/wiki/Kits
  175. kits:
  176. ArcherOnce:
  177. delay: 10000000000000
  178. items:
  179. - 49 90
  180. - 46 90
  181. - 266 10
  182. - 388 12
  183. - 264 12
  184. - 265 16
  185. ChampionOnce:
  186. delay: 10000000000000
  187. items:
  188. - 49 128
  189. - 46 128
  190. - 266 12
  191. - 388 16
  192. - 264 16
  193. - 265 16
  194. HeroOnce:
  195. delay: 10000000000000
  196. items:
  197. - 49 128
  198. - 46 128
  199. - 266 12
  200. - 388 24
  201. - 264 24
  202. - 265 32
  203. TitanOnce:
  204. delay: 10000000000000
  205. items:
  206. - 49 128
  207. - 46 128
  208. - 266 24
  209. - 388 32
  210. - 264 32
  211. - 265 48
  212. GodOnce:
  213. delay: 10000000000000
  214. items:
  215. - 49 128
  216. - 46 128
  217. - 266 32
  218. - 388 48
  219. - 264 48
  220. - 265 64
  221. LegendOnce:
  222. delay: 10000000000000
  223. items:
  224. - 49 128
  225. - 46 128
  226. - 266 48
  227. - 388 64
  228. - 264 64
  229. - 265 64
  230. Potions:
  231. delay: 21600
  232. items:
  233. - 373:8194 1
  234. - 373:8201 1
  235. - 373:8259 1
  236. - 373:8225 1
  237. - 373:16453 1
  238. - 373:16453 1
  239. - 373:16453 1
  240. - 373:16453 1
  241. - 373:16453 1
  242. Member:
  243. delay: 86400
  244. items:
  245. - 298 1 name:&8[&9Member&8]
  246. - 299 1 name:&8[&9Member&8]
  247. - 300 1 name:&8[&9Member&8]
  248. - 301 1 name:&8[&9Member&8]
  249. - 320 8
  250. - 268 1 name:&8[&9Member&8]
  251. - 274 1 name:&8[&9Member&8]
  252. - 275 1 name:&8[&9Member&8]
  253. - 273 1 name:&8[&9Member&8]
  254. - 17 16
  255. - 3 32
  256. - 362 8
  257. - 265 8
  258. - 263 8
  259. - 50 16
  260. - 49 32
  261. - 326 1
  262. Archer:
  263. delay: 86400
  264. items:
  265. - 310 1 protection:1 unbreaking:1 name:&2Archer_Helmet
  266. - 311 1 protection:1 unbreaking:1 name:&2Archer_Chestplate
  267. - 312 1 protection:1 unbreaking:1 name:&2Archer_Leggings
  268. - 313 1 protection:1 unbreaking:1 name:&2Archer_Boots
  269. - 276 1 sharpness:2 name:&2Archer_Sword
  270. - 261 1 power:1 name:&2Archer_Bow
  271. - 262 64
  272. - 17:0 32
  273. - 49 32
  274. - 46 32
  275. - 320 8
  276. - 373:16453 5
  277. - 264 6
  278. - 265 10
  279. - 266 2
  280. Champion:
  281. delay: 86400
  282. items:
  283. - 310 1 protection:2 unbreaking:1 name:&9Champion_Helmet
  284. - 311 1 protection:2 unbreaking:1 name:&9Champion_Chestplate
  285. - 312 1 protection:2 unbreaking:1 name:&9Champion_Leggings
  286. - 313 1 protection:2 unbreaking:1 name:&9Champion_Boots
  287. - 276 1 sharpness:2 fireaspect:1 name:&9Champion_Sword
  288. - 261 1 power:2 name:&9Champion_Bow
  289. - 262 64
  290. - 17:0 32
  291. - 49 32
  292. - 46 32
  293. - 320 8
  294. - 373:16453 5
  295. - 264 6
  296. - 265 10
  297. - 266 2
  298. Youtube:
  299. delay: 86400
  300. items:
  301. - 310 1 protection:2 unbreaking:2 name:&cYoutube_Helmet
  302. - 311 1 protection:2 unbreaking:2 name:&cYoutube_Chestplate
  303. - 312 1 protection:2 unbreaking:2 name:&cYoutube_Leggings
  304. - 313 1 protection:2 unbreaking:2 name:&cYoutube_Boots
  305. - 276 1 sharpness:3 fireaspect:2 name:&cYoutube_Sword
  306. - 261 1 power:3 flame:1 name:&cYoutube_Bow
  307. - 262 64
  308. - 17:0 32
  309. - 49 32
  310. - 46 32
  311. - 320 8
  312. - 373:16453 5
  313. - 264 6
  314. - 265 10
  315. - 266 2
  316. Hero:
  317. delay: 86400
  318. items:
  319. - 310 1 protection:2 unbreaking:1 thorns:1 name:&6Hero_Helmet
  320. - 311 1 protection:2 unbreaking:1 thorns:1 name:&6Hero_Chestplate
  321. - 312 1 protection:2 unbreaking:1 thorns:1 name:&6Hero_Leggings
  322. - 313 1 protection:2 unbreaking:1 thorns:1 name:&6Hero_Boots
  323. - 276 1 sharpness:3 fireaspect:2 name:&6Hero_Sword
  324. - 261 1 power:3 name:&6Hero_Bow
  325. - 262 64
  326. - 17:0 32
  327. - 49 32
  328. - 46 32
  329. - 320 8
  330. - 373:16453 5
  331. - 264 8
  332. - 265 12
  333. - 266 4
  334. Titan:
  335. delay: 86400
  336. items:
  337. - 310 1 protection:3 unbreaking:1 name:&bTitan_Helmet
  338. - 311 1 protection:3 unbreaking:1 name:&bTitan_Chestplate
  339. - 312 1 protection:3 unbreaking:1 name:&bTitan_Leggings
  340. - 313 1 protection:3 unbreaking:1 name:&bTitan_Boots
  341. - 276 1 sharpness:4 fireaspect:2 name:&bTitan_Blade
  342. - 261 1 power:4 flame:1 name:&bTitan_Bow
  343. - 262 64
  344. - 17:0 32
  345. - 49 32
  346. - 46 32
  347. - 320 8
  348. - 373:16453 5
  349. - 264 12
  350. - 265 16
  351. - 266 8
  352. - 322:1 1
  353. God:
  354. delay: 172800
  355. items:
  356. - 310 1 protection:4 unbreaking:1 name:&aGod_Helmet
  357. - 311 1 protection:4 unbreaking:1 name:&aGod_Chestplate
  358. - 312 1 protection:4 unbreaking:1 name:&aGod_Leggings
  359. - 313 1 protection:4 unbreaking:1 name:&aGod_Boots
  360. - 276 1 sharpness:5 fireaspect:2 unbreaking:1 looting:3 name:&aGod_Blade
  361. - 261 1 power:4 infinity:1 flame:1unbreaking:3name:&aGod_Bow
  362. - 262 64
  363. - 17:0 32
  364. - 49 64
  365. - 46 64
  366. - 320 8
  367. - 373:16453 5
  368. - 264 16
  369. - 265 24
  370. - 266 12
  371. - 322:1 1
  372. Legend:
  373. delay: 172800
  374. items:
  375. - 310 1 protection:4 unbreaking:3 name:&cLegend_Helmet
  376. - 311 1 protection:4 unbreaking:3 name:&cLegend_Chestplate
  377. - 312 1 protection:4 unbreaking:3 name:&cLegend_Leggings
  378. - 313 1 protection:4 unbreaking:3 name:&cLegend_Boots
  379. - 276 1 sharpness:5 fireaspect:2 unbreaking:3 looting:3 name:&cLegend_Blade
  380. - 261 1 power:5 infinity:1 flame:1 unbreaking:3name:&cLegend_Bow
  381. - 310 1 protection:2
  382. - 311 1 protection:2
  383. - 312 1 protection:2
  384. - 313 1 protection:2
  385. - 276 1 sharpness:2
  386. - 262 64
  387. - 17:0 32
  388. - 49 64
  389. - 46 64
  390. - 320 8
  391. - 373:16453 5
  392. - 264 24
  393. - 265 48
  394. - 266 16
  395. - 322:1 1
  396. explorer:
  397. delay: 21600
  398. items:
  399. - 368 16
  400. - 383:100 1
  401. - 329 1
  402. - 373:8258 1
  403. - 395 1
  404. - 384 32
  405. - 320 8
  406. Fight:
  407. delay: 2700
  408. items:
  409. - 302 1 protection:1
  410. - 303 1 protection:1
  411. - 304 1 protection:1
  412. - 305 1 protection:1
  413. - 267 1
  414. Weekly:
  415. delay: 604800
  416. items:
  417. - 310 1
  418. - 311 1
  419. - 312 1
  420. - 313 1
  421. - 276 1
  422. - 322 5
  423. Once:
  424. delay: 604800
  425. items:
  426. - 306 1
  427. - 307 1
  428. - 308 1
  429. - 309 1
  430. - 267 1
  431. Flame:
  432. delay: 86400
  433. items:
  434. - 310 1 protection:1 unbreaking:1 name:&cFlame_Helmet
  435. - 311 1 protection:1 unbreaking:1 name:&cFlame_Chestplate
  436. - 312 1 protection:1 unbreaking:1 name:&cFlame_Leggings
  437. - 313 1 protection:1 unbreaking:1 name:&cFlame_Boots
  438. - 276 1 sharpness:2 name:&cFlame_Sword
  439. - 261 1 power:1 name:&cFlame_Bow
  440. Blizzard:
  441. delay: 86400
  442. items:
  443. - 310 1 protection:2 unbreaking:1 name:&bBlizzard_Helmet
  444. - 311 1 protection:2 unbreaking:1 name:&bBlizzard_Chestplate
  445. - 312 1 protection:2 unbreaking:1 name:&bBlizzard_Leggings
  446. - 313 1 protection:2 unbreaking:1 name:&bBlizzard_Boots
  447. - 276 1 sharpness:3 name:&cFlame_Sword
  448. - 261 1 power:2 name:&cFlame_Bow
  449. Mastertools:
  450. delay: 86400
  451. items:
  452. - 278 1 efficiency:5 unbreaking:3
  453. - 279 1 efficiency:5 unbreaking:3
  454. - 277 1 efficiency:5 unbreaking:3
  455. DonatorTools:
  456. delay: 86400
  457. items:
  458. - 278 1 efficiency:3 unbreaking:2
  459. - 279 1 efficiency:3 unbreaking:2
  460. - 277 1 efficiency:3 unbreaking:2
  461. # Essentials Sign Control
  462. # See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
  463. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  464. # Essentials Colored sign support will be enabled when any sign types are enabled.
  465. # Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
  466.  
  467. enabledSigns:
  468. - color
  469. - balance
  470. - buy
  471. - sell
  472. - trade
  473. - free
  474. - disposal
  475. - warp
  476. - kit
  477. - mail
  478. - enchant
  479. #- gamemode
  480. - heal
  481. - info
  482. #- spawnmob
  483. - repair
  484. - time
  485. - weather
  486.  
  487. # How many times per second can Essentials signs be interacted with per player.
  488. # Values should be between 1-20, 20 being virtually no lag protection.
  489. # Lower numbers will reduce the possibility of lag, but may annoy players.
  490. sign-use-per-second: 0
  491.  
  492. # Backup runs a batch/bash command while saving is disabled
  493. backup:
  494. # Interval in minutes
  495. interval: 30
  496. # Unless you add a valid backup command or script here, this feature will be useless.
  497. # Use 'save-all' to simply force regular world saving without backup.
  498. #command: 'rdiff-backup World1 backups/World1'
  499.  
  500. # Set this true to enable permission per warp.
  501. per-warp-permission: false
  502.  
  503. # Sort output of /list command by groups
  504. sort-list-by-groups: true
  505.  
  506. # More output to the console
  507. debug: false
  508.  
  509. # Set the locale for all messages
  510. # If you don't set this, the default locale of the server will be used.
  511. # For example, to set language to English, set locale to en, to use the file "messages_en.properties"
  512. # Don't forget to remove the # in front of the line
  513. # For more information, visit http://wiki.ess3.net/wiki/Locale
  514. #locale: en
  515.  
  516. # Turn off god mode when people exit
  517. remove-god-on-disconnect: true
  518.  
  519. # Auto-AFK
  520. # After this timeout in seconds, the user will be set as afk.
  521. # Set to -1 for no timeout.
  522. auto-afk: -1
  523.  
  524. # Auto-AFK Kick
  525. # After this timeout in seconds, the user will be kicked from the server.
  526. # Set to -1 for no timeout.
  527. auto-afk-kick: -1
  528.  
  529. # Set this to true, if you want to freeze the player, if he is afk.
  530. # Other players or monsters can't push him out of afk mode then.
  531. # This will also enable temporary god mode for the afk player.
  532. # The player has to use the command /afk to leave the afk mode.
  533. freeze-afk-players: false
  534.  
  535. # When the player is afk, should he be able to pickup items?
  536. # Enable this, when you don't want people idling in mob traps.
  537. disable-item-pickup-while-afk: false
  538.  
  539. # This setting controls if a player is marked as active on interaction.
  540. # When this setting is false, you will need to manually un-AFK using the /afk command.
  541. cancel-afk-on-interact: true
  542.  
  543. # Should we automatically remove afk status when the player moves?
  544. # Player will be removed from AFK on chat/command regardless of this setting.
  545. # Disable this to reduce server lag.
  546. cancel-afk-on-move: true
  547.  
  548. # You can disable the death messages of Minecraft here
  549. death-messages: true
  550.  
  551. # Add worlds to this list, if you want to automatically disable god mode there
  552. no-god-in-worlds:
  553. # - world_nether
  554.  
  555. # Set to true to enable per-world permissions for teleporting between worlds with essentials commands
  556. # This applies to /world, /back, /tp[a|o][here|all], but not warps.
  557. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  558. # This does not affect the /home command, there is a separate toggle below for this.
  559. world-teleport-permissions: false
  560.  
  561. # The number of items given if the quantity parameter is left out in /item or /give.
  562. # If this number is below 1, the maximum stack size size is given. If over-sized stacks
  563. # are not enabled, any number higher than the maximum stack size results in more than one stack.
  564. default-stack-size: -1
  565.  
  566. # Over-sized stacks are stacks that ignore the normal max stack size.
  567. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  568. # How many items should be in an over-sized stack?
  569. oversized-stacksize: 64
  570.  
  571. # Allow repair of enchanted weapons and armor.
  572. # If you set this to false, you can still allow it for certain players using the permission
  573. # essentials.repair.enchanted
  574. repair-enchanted: true
  575.  
  576. # Allow 'unsafe' enchantments in kits and item spawning.
  577. # Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins.
  578. unsafe-enchantments: true
  579.  
  580. #Do you want essentials to keep track of previous location for /back in the teleport listener?
  581. #If you set this to true any plugin that uses teleport will have the previous location registered.
  582. register-back-in-listener: false
  583.  
  584. #Delay to wait before people can cause attack damage after logging in
  585. login-attack-delay: 1
  586.  
  587. #Set the max fly speed, values range from 0.1 to 1.0
  588. max-fly-speed: 1.0
  589.  
  590. #Set the maximum amount of mail that can be sent within a minute.
  591. mails-per-minute: 3
  592.  
  593. # Set the maximum time /tempban can be used for in seconds.
  594. # Set to -1 to disable, and essentials.tempban.unlimited can be used to override.
  595. max-tempban-time: 3600
  596.  
  597. ############################################################
  598. # +------------------------------------------------------+ #
  599. # | EssentialsHome | #
  600. # +------------------------------------------------------+ #
  601. ############################################################
  602.  
  603. # Allows people to set their bed at daytime
  604. update-bed-at-daytime: true
  605.  
  606. # Set to true to enable per-world permissions for using homes to teleport between worlds
  607. # This applies to the /home only.
  608. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  609. world-home-permissions: false
  610.  
  611. # Allow players to have multiple homes.
  612. # Players need essentials.sethome.multiple before they can have more than 1 home, defaults to 'default' below.
  613. # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
  614. # People with essentials.sethome.multiple.unlimited are not limited by these numbers.
  615. # For more information, visit http://wiki.ess3.net/wiki/Multihome
  616. sethome-multiple:
  617. default: 1
  618. Archer: 2
  619. Champion: 3
  620. Hero: 5
  621. Titan: 8
  622. God: 10
  623. Legend: 12
  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: 500
  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: 999999999999
  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: false
  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: '&8[&7[FACTION]&8] {DISPLAYNAME}&7: {MESSAGE}'
  701. #format: '[{GROUP}] {DISPLAYNAME} {MESSAGE}'
  702.  
  703. group-formats:
  704. Owner: '&4{DISPLAYNAME} &8&l> &c{MESSAGE}'
  705. Admin: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &7{MESSAGE}'
  706. Helper: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &7{MESSAGE}'
  707. ChatMod: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &7{MESSAGE}'
  708. HeadMod: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &7{MESSAGE}'
  709. Builder: '{DISPLAYNAME} &8&l> &b{MESSAGE}'
  710. Mod: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &7{MESSAGE}'
  711. Sr-Moderator: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &d{MESSAGE}'
  712. Donator: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &7{MESSAGE}'
  713. Premium: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &7{MESSAGE}'
  714. Pro: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &7{MESSAGE}'
  715. Sponsor: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &7{MESSAGE}'
  716. Archer: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &7{MESSAGE}'
  717. Champion: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &7{MESSAGE}'
  718. Hero: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &7{MESSAGE}'
  719. Titan: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &7{MESSAGE}'
  720. Youtube: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &7{MESSAGE}'
  721. Builder: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &7{MESSAGE}'
  722. Legend: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &7{MESSAGE}'
  723. Mythic: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &7{MESSAGE}'
  724. Overlord: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &7{MESSAGE}'
  725. God: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &7{MESSAGE}'
  726. Developer: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &c{MESSAGE}'
  727. Member: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &7{MESSAGE}'
  728. Member+: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &7{MESSAGE}'
  729. YouTuber: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &7{MESSAGE}'
  730. Head-Admin: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &c{MESSAGE}'
  731. Co-Owner: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &c{MESSAGE}'
  732. Network-Owner: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &b{MESSAGE}'
  733. Network-CoOwner: '&8[&7[FACTION]&8] {DISPLAYNAME} &8&l> &a{MESSAGE}'
  734.  
  735.  
  736. # If you are using group formats make sure to remove the '#' to allow the setting to be read.
  737.  
  738. ############################################################
  739. # +------------------------------------------------------+ #
  740. # | EssentialsProtect | #
  741. # +------------------------------------------------------+ #
  742. ############################################################
  743.  
  744. protect:
  745. # Database settings for sign/rail protection
  746.  
  747. # mysql or sqlite
  748. # We strongly recommend against using mysql here, unless you have a good reason.
  749. # Sqlite seems to be faster in almost all cases, and in some cases mysql can be much slower.
  750. datatype: 'sqlite'
  751.  
  752. # If you specified MySQL above, you MUST enter the appropriate details here.
  753. # If you specified SQLite above, these will be IGNORED.
  754. username: 'root'
  755. password: 'root'
  756. mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
  757.  
  758. # General physics/behavior modifications
  759. prevent:
  760. lava-flow: false
  761. water-flow: false
  762. water-bucket-flow: false
  763. fire-spread: false
  764. lava-fire-spread: false
  765. flint-fire: false
  766. lightning-fire-spread: false
  767. portal-creation: false
  768. tnt-explosion: false
  769. tnt-playerdamage: false
  770. fireball-explosion: false
  771. fireball-fire: false
  772. fireball-playerdamage: false
  773. witherskull-explosion: false
  774. witherskull-playerdamage: false
  775. wither-spawnexplosion: false
  776. wither-blockreplace: false
  777. creeper-explosion: false
  778. creeper-playerdamage: false
  779. creeper-blockdamage: false
  780. enderdragon-blockdamage: false
  781. enderman-pickup: false
  782. villager-death: false
  783. # Monsters won't follow players
  784. # permission essentials.protect.entitytarget.bypass disables this
  785. entitytarget: false
  786. # Prevent the spawning of creatures
  787. spawn:
  788. creeper: false
  789. skeleton: false
  790. spider: false
  791. giant: false
  792. zombie: false
  793. slime: false
  794. ghast: false
  795. pig_zombie: false
  796. enderman: false
  797. cave_spider: false
  798. silverfish: false
  799. blaze: true
  800. magma_cube: false
  801. ender_dragon: true
  802. pig: false
  803. sheep: false
  804. cow: false
  805. chicken: false
  806. squid: false
  807. wolf: false
  808. mushroom_cow: false
  809. snowman: false
  810. ocelot: false
  811. iron_golem: false
  812. villager: false
  813. wither: false
  814. bat: false
  815. witch: false
  816.  
  817. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  818. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  819. creeper:
  820. max-height: -1
  821.  
  822. # Protect various blocks.
  823. protect:
  824. # Protect all signs
  825. signs: false
  826.  
  827. # Prevent users from destroying rails
  828. rails: false
  829.  
  830. # Blocks below rails/signs are also protected if the respective rail/sign is protected.
  831. # This makes it more difficult to circumvent protection, and should be enabled.
  832. # This only has an effect if "rails" or "signs" is also enabled.
  833. block-below: true
  834.  
  835. # Prevent placing blocks above protected rails, this is to stop a potential griefing
  836. prevent-block-on-rails: true
  837.  
  838. # Store blocks / signs in memory before writing
  839. memstore: false
  840.  
  841. # Disable various default physics and behaviors
  842. disable:
  843. # Should fall damage be disabled?
  844. fall: false
  845.  
  846. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  847. # They will be unable to attack users without that same permission node.
  848. pvp: false
  849.  
  850. # Should drowning damage be disabled?
  851. # (Split into two behaviors; generally, you want both set to the same value)
  852. drown: false
  853. suffocate: false
  854.  
  855. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  856. lavadmg: false
  857.  
  858. # Should arrow damage be disabled
  859. projectiles: false
  860.  
  861. # This will disable damage from touching cacti.
  862. contactdmg: false
  863.  
  864. # Burn, baby, burn! Should fire damage be disabled?
  865. firedmg: false
  866.  
  867. # Should the damage after hit by a lightning be disabled?
  868. lightning: false
  869.  
  870. # Should Wither damage be disabled?
  871. wither: false
  872.  
  873. # Disable weather options
  874. weather:
  875. storm: false
  876. thunder: false
  877. lightning: false
  878.  
  879. ############################################################
  880. # +------------------------------------------------------+ #
  881. # | EssentialsAntiBuild | #
  882. # +------------------------------------------------------+ #
  883. ############################################################
  884.  
  885. # Disable various default physics and behaviors
  886. # For more information, visit http://wiki.ess3.net/wiki/AntiBuild
  887.  
  888. # Should people with build: false in permissions be allowed to build
  889. # Set true to disable building for those people
  890. # Setting to false means EssentialsAntiBuild will never prevent you from building
  891. build: true
  892.  
  893. # Should people with build: false in permissions be allowed to use items
  894. # Set true to disable using for those people
  895. # Setting to false means EssentialsAntiBuild will never prevent you from using
  896. use: true
  897.  
  898. # Should we tell people they are not allowed to build
  899. warn-on-build-disallow: true
  900.  
  901. # For which block types would you like to be alerted?
  902. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  903. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  904. alert:
  905. on-placement: 10,11,46,327
  906. on-use: 327
  907. on-break:
  908.  
  909. blacklist:
  910.  
  911. # Which blocks should people be prevented from placing
  912. placement: 10,11,46,327
  913.  
  914. # Which items should people be prevented from using
  915. usage: 327
  916.  
  917. # Which blocks should people be prevented from breaking
  918. break:
  919.  
  920. # Which blocks should not be pushed by pistons
  921. piston:
  922.  
  923. ############################################################
  924. # +------------------------------------------------------+ #
  925. # | Essentials Spawn / New Players | #
  926. # +------------------------------------------------------+ #
  927. ############################################################
  928.  
  929. newbies:
  930. # Should we announce to the server when someone logs in for the first time?
  931. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  932. # If not, set to ''
  933. #announce-format: ''
  934. announce-format: '&8[&4&l&o*&8] &aWelcome &e{DISPLAYNAME} &ato &c&lBLAZED&f&lPVP'
  935.  
  936. # When we spawn for the first time, which spawnpoint do we use?
  937. # Set to "none" if you want to use the spawn point of the world.
  938. spawnpoint: noob
  939.  
  940. # Do we want to give users anything on first join? Set to '' to disable
  941. # This kit will be given regardless of cost, and permissions.
  942. #kit: 'Once'
  943. kit: Once
  944.  
  945. # Set this to lowest, if you want Multiverse to handle the respawning
  946. # Set this to high, if you want EssentialsSpawn to handle the respawning
  947. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning
  948. respawn-listener-priority: highest
  949.  
  950. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  951. respawn-at-home: false
  952.  
  953. # End of File <-- No seriously, you're done with configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement