thejust219

Untitled

Dec 3rd, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.07 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: false
  43.  
  44. # If the teleport destination is unsafe, should players be teleported to the nearest safe location?
  45. # If this is set to true, Essentials will attempt to teleport players close to the intended destination.
  46. # If this is set to false, attempted teleports to unsafe locations will be cancelled with a warning.
  47. teleport-safety: true
  48.  
  49. # The delay, in seconds, required between /home, /tp, etc.
  50. teleport-cooldown: 0
  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: 0
  54.  
  55. # The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command.
  56. # This will also prevent the player attacking other players.
  57. teleport-invulnerability: 4
  58.  
  59. # The delay, in seconds, required between /heal or /feed attempts.
  60. heal-cooldown: 60
  61.  
  62. # What to prevent from /i /give.
  63. # e.g item-spawn-blacklist: 46,11,10
  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: 200
  85.  
  86. # Shall we notify users when using /lightning?
  87. warn-on-smite: true
  88.  
  89. # 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/Bukkit.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. # Commands should fallback to the vanilla versions if available.
  105. # You should not have to disable commands used in other plugins, they will automatically get priority.
  106. disabled-commands:
  107. # - nick
  108. # - clear
  109.  
  110. # These commands will be shown to players with socialSpy enabled.
  111. # You can add commands from other plugins you may want to track or
  112. # remove commands that are used for something you dont want to spy on.
  113. socialspy-commands:
  114. - msg
  115. - w
  116. - r
  117. - mail
  118. - m
  119. - t
  120. - whisper
  121. - emsg
  122. - tell
  123. - er
  124. - reply
  125. - ereply
  126. - email
  127. - action
  128. - describe
  129. - eme
  130. - eaction
  131. - edescribe
  132. - etell
  133. - ewhisper
  134. - pm
  135.  
  136. # If you do not wish to use a permission system, you can define a list of 'player perms' below.
  137. # This list has no effect if you are using a supported permissions system.
  138. # If you are using an unsupported permissions system, simply delete this section.
  139. # Whitelist the commands and permissions you wish to give players by default (everything else is op only).
  140. # These are the permissions without the "essentials." part.
  141. player-commands:
  142. - afk
  143. - afk.auto
  144. - back
  145. - back.ondeath
  146. - balance
  147. - balance.others
  148. - balancetop
  149. - build
  150. - chat.color
  151. - chat.format
  152. - chat.shout
  153. - chat.question
  154. - clearinventory
  155. - compass
  156. - depth
  157. - delhome
  158. - getpos
  159. - geoip.show
  160. - help
  161. - helpop
  162. - home
  163. - home.others
  164. - ignore
  165. - info
  166. - itemdb
  167. - kit
  168. - kits.tools
  169. - list
  170. - mail
  171. - mail.send
  172. - me
  173. - motd
  174. - msg
  175. - msg.color
  176. - nick
  177. - near
  178. - pay
  179. - ping
  180. - protect
  181. - r
  182. - rules
  183. - realname
  184. - seen
  185. - sell
  186. - sethome
  187. - setxmpp
  188. - signs.create.protection
  189. - signs.create.trade
  190. - signs.break.protection
  191. - signs.break.trade
  192. - signs.use.balance
  193. - signs.use.buy
  194. - signs.use.disposal
  195. - signs.use.enchant
  196. - signs.use.free
  197. - signs.use.gamemode
  198. - signs.use.heal
  199. - signs.use.info
  200. - signs.use.kit
  201. - signs.use.mail
  202. - signs.use.protection
  203. - signs.use.repair
  204. - signs.use.sell
  205. - signs.use.time
  206. - signs.use.trade
  207. - signs.use.warp
  208. - signs.use.weather
  209. - spawn
  210. - suicide
  211. - time
  212. - tpa
  213. - tpaccept
  214. - tpahere
  215. - tpdeny
  216. - warp
  217. - warp.list
  218. - world
  219. - worth
  220. - xmpp
  221.  
  222. # Note: All items MUST be followed by a quantity!
  223. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  224. # Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]...
  225. # For Item meta information visit http://wiki.ess3.net/wiki/Item_Meta
  226. # 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
  227. # For more information, visit http://wiki.ess3.net/wiki/Kits
  228. kits:
  229. farmer1:
  230. delay: 8640
  231. items:
  232. - 290 1 sharpness:1
  233. - 300 1
  234. - 297 4
  235. - 392 3
  236. - 400 1
  237. farmer2:
  238. delay: 8640
  239. items:
  240. - 291 1 sharpness:2
  241. - 300 1 unbreaking:10
  242. - 297 6
  243. - 392 4
  244. - 391 2
  245. - 400 1
  246. - 396 1
  247. farmer3:
  248. delay: 8640
  249. items:
  250. - 292 1 sharpness:3
  251. - 300 1 unbreaking:10
  252. - 306 1
  253. - 297 8
  254. - 392 6
  255. - 391 3
  256. - 400 2
  257. - 396 1
  258. farmer4:
  259. delay: 8640
  260. items:
  261. - 293 1 sharpness:4
  262. - 306 1 unbreaking:10
  263. - 300 1 unbreaking:10
  264. - 301 1
  265. - 297 10
  266. - 392 6
  267. - 391 3
  268. - 400 2
  269. - 396 2
  270. farmer5:
  271. delay: 8640
  272. items:
  273. - 293 1 sharpness:5
  274. - 306 1 unbreaking:10
  275. - 300 1 unbreaking:10 prot:3
  276. - 301 1 protection:3 unbreaking:2 projprot:4
  277. - 297 12
  278. - 392 7
  279. - 391 4
  280. - 400 3
  281. - 396 3
  282. fisherman1:
  283. delay: 8640
  284. items:
  285. - 303 1
  286. - 346 1 lure:1 luck:1
  287. - 349 2
  288. fisherman2:
  289. delay: 8640
  290. items:
  291. - 303 1 unbreaking:1
  292. - 346 1 lure:2 luck:1 sharpness:1
  293. - 349 3
  294. - 350 2
  295. fisherman3:
  296. delay: 8640
  297. items:
  298. - 303 1 unbreaking:2
  299. - 302 1
  300. - 346 1 lure:2 luck:2 sharpness:2 unbreaking:1
  301. - 349 3
  302. - 350 2
  303. - 350:1 2
  304. fisherman4:
  305. delay: 8640
  306. items:
  307. - 303 1 unbreaking:2 protection:1
  308. - 302 1 protection:1 respiration:1
  309. - 313 1
  310. - 346 1 lure:3 luck:3 sharpness:3 unbreaking:2
  311. - 349 5
  312. - 350 3
  313. - 350:1 3
  314. - 373:8237 1
  315. fisherman5:
  316. delay: 8640
  317. items:
  318. - 302 1 respiration:2 protection:1
  319. - 303 1 unbreaking:3 protection:3
  320. - 313 1 protection:2 unbreaking:2
  321. - 346 1 lure:3 luck:4 sharpness:4 unbreaking:3
  322. - 349 5
  323. - 350 3
  324. - 350:1 3
  325. - 373:8237 1
  326. - 373 2
  327. lumberjack1:
  328. delay: 8640
  329. items:
  330. - 275 1 sharpness:1
  331. - 17 1
  332. - 260 1
  333. lumberjack2:
  334. delay: 8640
  335. items:
  336. - 275 1 sharpness:2
  337. - 299 1
  338. - 17 3
  339. - 260 3
  340. lumberjack3:
  341. delay: 8640
  342. items:
  343. - 258 1 sharpness:2
  344. - 298 1
  345. - 299 1 protection:1
  346. - 17 4
  347. - 322 1
  348. - 260 4
  349. lumberjack4:
  350. delay: 8640
  351. items:
  352. - 258 1 sharpness:4
  353. - 298 1 protection:1
  354. - 299 1 protection:3
  355. - 17 6
  356. - 322 2
  357. - 260 6
  358. lumberjack5:
  359. delay: 8640
  360. items:
  361. - 279 1 sharpness:6
  362. - 298 1 protection:1
  363. - 299 1 protection:4
  364. - 301 1 unbreaking:1
  365. - 17 6
  366. - 322 2
  367. - 260 8
  368. arsenist1:
  369. delay: 8640
  370. items:
  371. - 286 1 fireaspect:1 sharpness:1 unbreaking:1
  372. - 393 2
  373. arsenist2:
  374. delay: 8640
  375. items:
  376. - 286 1 fireaspect:1 sharpness:2 unbreaking:1
  377. - 314 1 fireprot:1
  378. - 317 1 fireprot:1
  379. - 393 3
  380. arsenist3:
  381. delay: 8640
  382. items:
  383. - 286 1 fireaspect:2 sharpness:3 unbreaking:1
  384. - 314 1 fireprot:3
  385. - 317 1 fireprot:3
  386. - 316 1
  387. - 393 4
  388. arsenist4:
  389. delay: 8640
  390. items:
  391. - 286 1 fireaspect:3 sharpness:4 unbreaking:2
  392. - 314 1 fireprot:4
  393. - 317 1 fireprot:4
  394. - 316 1 protection:2
  395. - 393 6
  396. arsenist5:
  397. delay: 8640
  398. items:
  399. - 286 1 fireaspect:3 sharpness:5 unbreaking:2
  400. - 314 1 fireprot:6
  401. - 315 1 unbreaking:1
  402. - 316 1 protection:2 unbreaking:1
  403. - 317 1 fireprot:6
  404. - 393 7
  405. astronaut1:
  406. delay: 8640
  407. items:
  408. - 302 1
  409. - 305 1 featherfalling:3
  410. - 319 2
  411. astronaut2:
  412. delay: 8640
  413. items:
  414. - 302 1 protection:1
  415. - 305 1 protection:1 featherfalling:4
  416. - 271 1
  417. - 319 4
  418. astronaut3:
  419. delay: 8640
  420. items:
  421. - 302 1 protection:1
  422. - 305 1 protection:2 featherfalling:6
  423. - 373:16393 1
  424. - 275 1
  425. - 319 5
  426. astronaut4:
  427. delay: 8640
  428. items:
  429. - 302 1 protection:1
  430. - 304 1 unbreaking:1
  431. - 305 1 protection:2 featherfalling:7
  432. - 373:16393 1
  433. - 275 1
  434. - 319 6
  435. astronaut5:
  436. delay: 8640
  437. items:
  438. - 302 1 protection:2
  439. - 303 1 unbreaking:1
  440. - 304 1 protection:1 unbreaking:3
  441. - 305 1 protection:3 featherfalling:9
  442. - 373:16393 2
  443. - 258 1
  444. - 319 8
  445. hero1:
  446. delay: 8640
  447. items:
  448. - 267 1 unbreaking:1
  449. - 300 1 unbreaking:1
  450. - 396 2
  451. hero2:
  452. delay: 8640
  453. items:
  454. - 267 1
  455. - 306 1
  456. - 300 1 protection:1 unbreaking:1
  457. - 396 3
  458. - 373:8229 1
  459. hero3:
  460. delay: 8640
  461. items:
  462. - 267 1 sharpness:1
  463. - 306 1 protection:1
  464. - 300 1 protection:1 unbreaking:1
  465. - 309 1
  466. - 396 4
  467. - 373:8229 1
  468. hero4:
  469. delay: 8640
  470. items:
  471. - 267 1 sharpness:3
  472. - 306 1 protection:1
  473. - 308 1 protection:1 unbreaking:1
  474. - 309 1
  475. - 396 5
  476. - 373:8229 1
  477. hero5:
  478. delay: 8640
  479. items:
  480. - 267 1 sharpness:4
  481. - 306 1
  482. - 299 1 unbreaking:3
  483. - 312 1 protection:1 unbreaking:1
  484. - 309 1 unbreaking:1
  485. - 396 7
  486. - 373:8229 1
  487. juggernaut1:
  488. delay: 8640
  489. items:
  490. - 307 1 protection:1
  491. - 364 1
  492. juggernaut2:
  493. delay: 8640
  494. items:
  495. - 307 1 protection:3
  496. - 275 1
  497. - 364 3
  498. juggernaut3:
  499. delay: 8640
  500. items:
  501. - 307 1 protection:4 unbreaking:1
  502. - 275 1 sharpness:1
  503. - 364 4
  504. juggernaut4:
  505. delay: 8640
  506. items:
  507. - 307 1 protection:6 unbreaking:1
  508. - 258 1 sharpness:1
  509. - 364 7
  510. juggernaut5:
  511. delay: 8640
  512. items:
  513. - 311 1 protection:7 unbreaking:1
  514. - 279 1 sharpness:1
  515. - 364 9
  516. jockey1:
  517. delay: 8640
  518. items:
  519. - 383:100 1
  520. - 329 1
  521. - 260 2
  522. - 309 1
  523. jockey2:
  524. delay: 8640
  525. items:
  526. - 383:100 1
  527. - 329 1
  528. - 417 1
  529. - 313 1
  530. - 275 1
  531. - 260 5
  532. jockey3:
  533. delay: 8640
  534. items:
  535. - 383:100 1
  536. - 329 1
  537. - 418 1
  538. - 298 1 color:0,0,0
  539. - 299 1 color:0,0,0
  540. - 300 1 color:0,0,0
  541. - 313 1 protection:2
  542. - 258 1
  543. - 260 7
  544. jockey4:
  545. delay: 8640
  546. items:
  547. - 383:100 1
  548. - 329 1
  549. - 419 1
  550. - 298 1 color:0,0,0 protection:1
  551. - 299 1 color:0,0,0 protection:1
  552. - 300 1 color:0,0,0 unbreaking:1
  553. - 313 1 protection:2
  554. - 258 1 sharpness:1
  555. - 260 9
  556. jockey5:
  557. delay: 8640
  558. items:
  559. - 383:100 1
  560. - 329 1
  561. - 419 1
  562. - 298 1 color:0,0,0 protection:2 unbreaking:1
  563. - 299 1 color:0,0,0 protection:2 unbreaking:1
  564. - 300 1 color:0,0,0 protection:1 unbreaking:1
  565. - 313 1 protection:4 unbreaking:3
  566. - 279 1 sharpness:2
  567. - 260 14
  568. archer1:
  569. delay: 8640
  570. items:
  571. - 261 1 power:1
  572. - 262 8
  573. - 299 1
  574. - 317 1 protection:2
  575. - 297 3
  576. archer2:
  577. delay: 8640
  578. items:
  579. - 261 1 power:2
  580. - 262 24
  581. - 314 1 protection:1
  582. - 299 1
  583. - 300 1
  584. - 317 1 protection:2
  585. - 297 6
  586. archer3:
  587. delay: 8640
  588. items:
  589. - 261 1 power:4 unbreaking:1
  590. - 262 32
  591. - 306 1 protection:1
  592. - 299 1 unbreaking:1
  593. - 300 1 unbreaking:1
  594. - 317 1 protection:2
  595. - 297 8
  596. archer4:
  597. delay: 8640
  598. items:
  599. - 261 1 power:5 unbreaking:2
  600. - 262 48
  601. - 310 1 protection:1
  602. - 315 1 protection:1
  603. - 300 1 unbreaking:1
  604. - 317 1 protection:2
  605. - 297 11
  606. archer5:
  607. delay: 8640
  608. items:
  609. - 261 1 power:7 unbreaking:3
  610. - 262 64
  611. - 310 1 protection:2
  612. - 315 1 protection:1 unbreaking:1
  613. - 300 1 protection:2 unbreaking:1
  614. - 317 1 protection:2 unbreaking:2
  615. - 297 11
  616. cavalier1:
  617. delay: 8640
  618. items:
  619. - 272 1
  620. - 299 1 protection:1
  621. - 366 3
  622. cavalier2:
  623. delay: 8640
  624. items:
  625. - 267 1 sharpness:1
  626. - 314 1
  627. - 315 1 protection:1
  628. - 366 4
  629. cavalier3:
  630. delay: 8640
  631. items:
  632. - 267 1 sharpness:2
  633. - 314 1
  634. - 315 1 protection:1
  635. - 316 1
  636. - 317 1
  637. - 366 9
  638. cavalier4:
  639. delay: 8640
  640. items:
  641. - 276 1 sharpness:3
  642. - 314 1
  643. - 315 1 protection:2
  644. - 316 1
  645. - 317 1
  646. - 366 11
  647. cavalier5:
  648. delay: 8640
  649. items:
  650. - 276 1 sharpness:5
  651. - 314 1 protection:1
  652. - 315 1 protection:3
  653. - 316 1 unbreaking:1
  654. - 317 1 unbreaking:1
  655. - 366 13
  656.  
  657. # Essentials Sign Control
  658. # See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
  659. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  660. # Essentials Colored sign support will be enabled when any sign types are enabled.
  661. # Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
  662.  
  663. enabledSigns:
  664. - color
  665. - balance
  666. - buy
  667. - sell
  668. - trade
  669. - free
  670. - disposal
  671. - warp
  672. - kit
  673. - mail
  674. - enchant
  675. - gamemode
  676. - heal
  677. - info
  678. - spawnmob
  679. - repair
  680. - time
  681. - weather
  682.  
  683. # How many times per second can Essentials signs be interacted with per player.
  684. # Values should be between 1-20, 20 being virtually no lag protection.
  685. # Lower numbers will reduce the possibility of lag, but may annoy players.
  686. sign-use-per-second: 4
  687.  
  688. # Backup runs a batch/bash command while saving is disabled.
  689. backup:
  690. # Interval in minutes.
  691. interval: 30
  692. # Unless you add a valid backup command or script here, this feature will be useless.
  693. # Use 'save-all' to simply force regular world saving without backup.
  694. #command: 'rdiff-backup World1 backups/World1'
  695.  
  696. # Set this true to enable permission per warp.
  697. per-warp-permission: false
  698.  
  699. # Sort output of /list command by groups.
  700. # You can hide and merge the groups displayed in /list by defining the desired behaviour here.
  701. # Detailed instructions and examples can be found on the wiki: http://wiki.ess3.net/wiki/List
  702. list:
  703. # To merge groups, list the groups you wish to merge
  704. #Staff: owner admin moderator
  705. Admins: owner admin
  706. # To limit groups, set a max user limit
  707. #builder: 20
  708. # To hide groups, set the group as hidden
  709. #default: hidden
  710. # Uncomment the line below to simply list all players with no grouping
  711. #Players: '*'
  712.  
  713. # More output to the console.
  714. debug: false
  715.  
  716. # Set the locale for all messages.
  717. # If you don't set this, the default locale of the server will be used.
  718. # For example, to set language to English, set locale to en, to use the file "messages_en.properties".
  719. # Don't forget to remove the # in front of the line.
  720. # For more information, visit http://wiki.ess3.net/wiki/Locale
  721. #locale: en
  722.  
  723. # Turn off god mode when people exit.
  724. remove-god-on-disconnect: false
  725.  
  726. # Auto-AFK
  727. # After this timeout in seconds, the user will be set as afk.
  728. # This feature requires the player to have essentials.afk.auto node.
  729. # Set to -1 for no timeout.
  730. auto-afk: 300
  731.  
  732. # Auto-AFK Kick
  733. # After this timeout in seconds, the user will be kicked from the server.
  734. # essentials.afk.kickexempt node overrides this feature.
  735. # Set to -1 for no timeout.
  736. auto-afk-kick: -1
  737.  
  738. # Set this to true, if you want to freeze the player, if he is afk.
  739. # Other players or monsters can't push him out of afk mode then.
  740. # This will also enable temporary god mode for the afk player.
  741. # The player has to use the command /afk to leave the afk mode.
  742. freeze-afk-players: false
  743.  
  744. # When the player is afk, should he be able to pickup items?
  745. # Enable this, when you don't want people idling in mob traps.
  746. disable-item-pickup-while-afk: false
  747.  
  748. # This setting controls if a player is marked as active on interaction.
  749. # When this setting is false, you will need to manually un-AFK using the /afk command.
  750. cancel-afk-on-interact: true
  751.  
  752. # Should we automatically remove afk status when the player moves?
  753. # Player will be removed from AFK on chat/command regardless of this setting.
  754. # Disable this to reduce server lag.
  755. cancel-afk-on-move: true
  756.  
  757. # You can disable the death messages of Minecraft here.
  758. death-messages: false
  759.  
  760. # Should operators be able to join and part silently.
  761. # You can control this with permissions if it is enabled.
  762. allow-silent-join-quit: false
  763.  
  764. # You can set a custom join message here, set to "none" to disable.
  765. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
  766. custom-join-message: "none"
  767.  
  768. # You can set a custom quit message here, set to "none" to disable.
  769. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
  770. custom-quit-message: "none"
  771.  
  772. # Add worlds to this list, if you want to automatically disable god mode there.
  773. no-god-in-worlds:
  774. # - world_nether
  775.  
  776. # Set to true to enable per-world permissions for teleporting between worlds with essentials commands.
  777. # This applies to /world, /back, /tp[a|o][here|all], but not warps.
  778. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  779. # This does not affect the /home command, there is a separate toggle below for this.
  780. world-teleport-permissions: false
  781.  
  782. # The number of items given if the quantity parameter is left out in /item or /give.
  783. # If this number is below 1, the maximum stack size size is given. If over-sized stacks.
  784. # are not enabled, any number higher than the maximum stack size results in more than one stack.
  785. default-stack-size: -1
  786.  
  787. # Over-sized stacks are stacks that ignore the normal max stack size.
  788. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  789. # How many items should be in an over-sized stack?
  790. oversized-stacksize: 64
  791.  
  792. # Allow repair of enchanted weapons and armor.
  793. # If you set this to false, you can still allow it for certain players using the permission.
  794. # essentials.repair.enchanted
  795. repair-enchanted: true
  796.  
  797. # Allow 'unsafe' enchantments in kits and item spawning.
  798. # Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins.
  799. unsafe-enchantments: true
  800.  
  801. #Do you want essentials to keep track of previous location for /back in the teleport listener?
  802. #If you set this to true any plugin that uses teleport will have the previous location registered.
  803. register-back-in-listener: false
  804.  
  805. #Delay to wait before people can cause attack damage after logging in.
  806. login-attack-delay: 5
  807.  
  808. #Set the max fly speed, values range from 0.1 to 1.0
  809. max-fly-speed: 0.8
  810.  
  811. #Set the max walk speed, values range from 0.1 to 1.0
  812. max-walk-speed: 0.8
  813.  
  814. #Set the maximum amount of mail that can be sent within a minute.
  815. mails-per-minute: 1000
  816.  
  817. # Set the maximum time /tempban can be used for in seconds.
  818. # Set to -1 to disable, and essentials.tempban.unlimited can be used to override.
  819. max-tempban-time: -1
  820.  
  821. ############################################################
  822. # +------------------------------------------------------+ #
  823. # | EssentialsHome | #
  824. # +------------------------------------------------------+ #
  825. ############################################################
  826.  
  827. # Allows people to set their bed at daytime.
  828. update-bed-at-daytime: true
  829.  
  830. # Set to true to enable per-world permissions for using homes to teleport between worlds.
  831. # This applies to the /home only.
  832. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  833. world-home-permissions: false
  834.  
  835. # Allow players to have multiple homes.
  836. # Players need essentials.sethome.multiple before they can have more than 1 home.
  837. # You can set the default number of multiple homes using the 'default' rank below.
  838. # To remove the home limit entirely, give people 'essentials.sethome.multiple.unlimited'.
  839. # To grant different home amounts to different people, you need to define a 'home-rank' below.
  840. # Create the 'home-rank' below, and give the matching permission: essentials.sethome.multiple.<home-rank>
  841. # For more information, visit http://wiki.ess3.net/wiki/Multihome
  842. sethome-multiple:
  843. default: 3
  844. vip: 5
  845. staff: 10
  846.  
  847. # In this example someone with 'essentials.sethome.multiple' and 'essentials.sethome.multiple.vip' will have 5 homes.
  848.  
  849. # Set timeout in seconds for players to accept tpa before request is cancelled.
  850. # Set to 0 for no timeout.
  851. tpa-accept-cancellation: 120
  852.  
  853. ############################################################
  854. # +------------------------------------------------------+ #
  855. # | EssentialsEco | #
  856. # +------------------------------------------------------+ #
  857. ############################################################
  858.  
  859. # For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy
  860.  
  861. # Defines the balance with which new players begin. Defaults to 0.
  862. starting-balance: 0
  863.  
  864. # worth-# defines the value of an item when it is sold to the server via /sell.
  865. # These are now defined in worth.yml
  866.  
  867. # Defines the cost to use the given commands PER USE.
  868. # Some commands like /repair have sub-costs, check the wiki for more information.
  869. command-costs:
  870. # /example costs $1000 PER USE
  871. #example: 1000
  872. # /kit tools costs $1500 PER USE
  873. #kit-tools: 1500
  874.  
  875. # Set this to a currency symbol you want to use.
  876. currency-symbol: '$'
  877.  
  878. # Set the maximum amount of money a player can have.
  879. # The amount is always limited to 10 trillion because of the limitations of a java double.
  880. max-money: 10000000000000
  881.  
  882. # Set the minimum amount of money a player can have (must be above the negative of max-money).
  883. # Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
  884. min-money: -10000
  885.  
  886. # Enable this to log all interactions with trade/buy/sell signs and sell command.
  887. economy-log-enabled: false
  888.  
  889. ############################################################
  890. # +------------------------------------------------------+ #
  891. # | EssentialsHelp | #
  892. # +------------------------------------------------------+ #
  893. ############################################################
  894.  
  895. # Show other plugins commands in help.
  896. non-ess-in-help: true
  897.  
  898. # Hide plugins which do not give a permission.
  899. # You can override a true value here for a single plugin by adding a permission to a user/group.
  900. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
  901. # You can use negative permissions to remove access to just a single plugins help if the following is enabled.
  902. hide-permissionless-help: true
  903.  
  904. ############################################################
  905. # +------------------------------------------------------+ #
  906. # | EssentialsChat | #
  907. # +------------------------------------------------------+ #
  908. ############################################################
  909.  
  910. chat:
  911.  
  912. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  913. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  914. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  915. # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  916. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  917. radius: 0
  918.  
  919. # Chat formatting can be done in two ways, you can either define a standard format for all chat.
  920. # Or you can give a group specific chat format, to give some extra variation.
  921. # If set to the default chat format which "should" be compatible with ichat.
  922. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
  923.  
  924. format: '<{DISPLAYNAME}> {MESSAGE}'
  925. #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  926.  
  927. group-formats:
  928. Builder: '&8[&3Builder&8] &b{DISPLAYNAME}&f:&f {MESSAGE}'
  929. VIP: '&6[VIP] &6{DISPLAYNAME}&f:&f {MESSAGE}'
  930. Helper: '&8[&aHELPER&8] &a{DISPLAYNAME}&f:&f {MESSAGE}'
  931. Moderator: '&8[&9MOD&8] &9{DISPLAYNAME}&f:&f {MESSAGE}'
  932. Admin: '&8[&cADMIN&8] &c{DISPLAYNAME}&f:&f {MESSAGE}'
  933. Owner: '&8[&4OWNER&8] &c{DISPLAYNAME}&f:&f {MESSAGE}'
  934. User: '&8[&eSurvivor&8] &f{DISPLAYNAME}&f:&7 {MESSAGE}'
  935. Beta: '&8[&5Beta&8] &f{DISPLAYNAME}&f:&f {MESSAGE}'
  936. # If you are using group formats make sure to remove the '#' to allow the setting to be read.
  937.  
  938. ############################################################
  939. # +------------------------------------------------------+ #
  940. # | EssentialsProtect | #
  941. # +------------------------------------------------------+ #
  942. ############################################################
  943.  
  944. protect:
  945.  
  946. # General physics/behavior modifications.
  947. prevent:
  948. lava-flow: false
  949. water-flow: false
  950. water-bucket-flow: false
  951. fire-spread: false
  952. lava-fire-spread: true
  953. flint-fire: false
  954. lightning-fire-spread: true
  955. portal-creation: false
  956. tnt-explosion: false
  957. tnt-playerdamage: false
  958. tnt-minecart-explosion: false
  959. tnt-minecart-playerdamage: false
  960. fireball-explosion: false
  961. fireball-fire: false
  962. fireball-playerdamage: false
  963. witherskull-explosion: false
  964. witherskull-playerdamage: false
  965. wither-spawnexplosion: false
  966. wither-blockreplace: false
  967. creeper-explosion: false
  968. creeper-playerdamage: false
  969. creeper-blockdamage: false
  970. enderdragon-blockdamage: true
  971. enderman-pickup: false
  972. villager-death: false
  973. # Monsters won't follow players.
  974. # permission essentials.protect.entitytarget.bypass disables this.
  975. entitytarget: false
  976. # Prevent the spawning of creatures.
  977. spawn:
  978. creeper: false
  979. skeleton: false
  980. spider: false
  981. giant: false
  982. zombie: false
  983. slime: false
  984. ghast: false
  985. pig_zombie: false
  986. enderman: false
  987. cave_spider: false
  988. silverfish: false
  989. blaze: false
  990. magma_cube: false
  991. ender_dragon: false
  992. pig: false
  993. sheep: false
  994. cow: false
  995. chicken: false
  996. squid: false
  997. wolf: false
  998. mushroom_cow: false
  999. snowman: false
  1000. ocelot: false
  1001. iron_golem: false
  1002. villager: false
  1003. wither: false
  1004. bat: false
  1005. witch: false
  1006. horse: false
  1007.  
  1008. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  1009. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  1010. creeper:
  1011. max-height: -1
  1012.  
  1013. # Disable various default physics and behaviors.
  1014. disable:
  1015. # Should fall damage be disabled?
  1016. fall: false
  1017.  
  1018. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  1019. # They will be unable to attack users without that same permission node.
  1020. pvp: false
  1021.  
  1022. # Should drowning damage be disabled?
  1023. # (Split into two behaviors; generally, you want both set to the same value.)
  1024. drown: false
  1025. suffocate: false
  1026.  
  1027. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  1028. lavadmg: false
  1029.  
  1030. # Should arrow damage be disabled?
  1031. projectiles: false
  1032.  
  1033. # This will disable damage from touching cacti.
  1034. contactdmg: false
  1035.  
  1036. # Burn, baby, burn! Should fire damage be disabled?
  1037. firedmg: false
  1038.  
  1039. # Should the damage after hit by a lightning be disabled?
  1040. lightning: false
  1041.  
  1042. # Should Wither damage be disabled?
  1043. wither: false
  1044.  
  1045. # Disable weather options?
  1046. weather:
  1047. storm: false
  1048. thunder: false
  1049. lightning: false
  1050.  
  1051. ############################################################
  1052. # +------------------------------------------------------+ #
  1053. # | EssentialsAntiBuild | #
  1054. # +------------------------------------------------------+ #
  1055. ############################################################
  1056.  
  1057. # Disable various default physics and behaviors
  1058. # For more information, visit http://wiki.ess3.net/wiki/AntiBuild
  1059.  
  1060. # Should people with build: false in permissions be allowed to build?
  1061. # Set true to disable building for those people.
  1062. # Setting to false means EssentialsAntiBuild will never prevent you from building.
  1063. build: true
  1064.  
  1065. # Should people with build: false in permissions be allowed to use items?
  1066. # Set true to disable using for those people.
  1067. # Setting to false means EssentialsAntiBuild will never prevent you from using items.
  1068. use: true
  1069.  
  1070. # Should we tell people they are not allowed to build?
  1071. warn-on-build-disallow: true
  1072.  
  1073. # For which block types would you like to be alerted?
  1074. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  1075. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  1076. alert:
  1077. on-placement: 10,11,46,327
  1078. on-use: 327
  1079. on-break:
  1080.  
  1081. blacklist:
  1082.  
  1083. # Which blocks should people be prevented from placing?
  1084. placement: 10,11,46,327
  1085.  
  1086. # Which items should people be prevented from using?
  1087. usage: 327
  1088.  
  1089. # Which blocks should people be prevented from breaking?
  1090. break:
  1091.  
  1092. # Which blocks should not be pushed by pistons?
  1093. piston:
  1094.  
  1095. # Which blocks should not be dispensed by dispensers
  1096. dispenser:
  1097.  
  1098. ############################################################
  1099. # +------------------------------------------------------+ #
  1100. # | Essentials Spawn / New Players | #
  1101. # +------------------------------------------------------+ #
  1102. ############################################################
  1103.  
  1104. newbies:
  1105. # Should we announce to the server when someone logs in for the first time?
  1106. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  1107. # If not, set to ''
  1108. #announce-format: ''
  1109. announce-format: '&dWelcome {DISPLAYNAME}&d to the server!'
  1110.  
  1111. # When we spawn for the first time, which spawnpoint do we use?
  1112. # Set to "none" if you want to use the spawn point of the world.
  1113. spawnpoint: newbies
  1114.  
  1115. # Do we want to give users anything on first join? Set to '' to disable
  1116. # This kit will be given regardless of cost, and permissions.
  1117. #kit: ''
  1118. kit: tools
  1119.  
  1120. # Set this to lowest, if you want Multiverse to handle the respawning.
  1121. # Set this to high, if you want EssentialsSpawn to handle the respawning.
  1122. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning.
  1123. respawn-listener-priority: high
  1124.  
  1125. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  1126. respawn-at-home: false
  1127.  
  1128. # End of File <-- No seriously, you're done with configuration.
Add Comment
Please, Sign In to add comment