Guest User

Untitled

a guest
Mar 9th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.58 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. # 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. # Adds the prefix and suffix to the displayname of the player, so it will be displayed in messages and lists.
  36. # The prefix/suffix can be set using Permissions, Group Manager or PermissionsEx.
  37. # The value of change-displayname (above) has to be true.
  38. # If you don't set this, it will default to true if essentials chat is installed.
  39. # Don't forget to remove the # in front of the line
  40. #add-prefix-suffix: false
  41.  
  42. # The delay, in seconds, required between /home, /tp, etc.
  43. teleport-cooldown: 5
  44.  
  45. # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.
  46. teleport-delay: 5
  47.  
  48. # The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command
  49. # This will also prevent the player attacking other players
  50. teleport-invulnerability: 4
  51.  
  52. # The delay, in seconds, required between /heal attempts
  53. heal-cooldown: 60
  54.  
  55. # What to prevent from /i /give
  56. # e.g item-spawn-blacklist: 46,11,10
  57. item-spawn-blacklist:
  58.  
  59. # Set this to true if you want permission based item spawn rules
  60. # Note: The blacklist above will be ignored then.
  61. # Permissions:
  62. # - essentials.itemspawn.item-all
  63. # - essentials.itemspawn.item-[itemname]
  64. # - essentials.itemspawn.item-[itemid]
  65. # - essentials.give.item-all
  66. # - essentials.give.item-[itemname]
  67. # - essentials.give.item-[itemid]
  68. permission-based-item-spawn: false
  69.  
  70. # Mob limit on the /spawnmob command per execution
  71. spawnmob-limit: 20
  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 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. - info
  89.  
  90. # Disabled commands will be completely unavailable on the server.
  91. # Disabling commands here will have no effect on command conflicts.
  92. disabled-commands:
  93. - op
  94. - unban
  95. - unbanip
  96. - pex
  97. - nuke
  98.  
  99. # If you do not wish to use a permission system, you can define a list of 'player perms' below.
  100. # This list has no effect if your using a supported permissions system.
  101. # If your using an unsupported permissions system simply delete this section.
  102. # Whitelist the commands and permissions you wish to give players by default (everything else is op only).
  103. # These are the permissions without the "essentials." part.
  104. player-commands:
  105. - afk
  106. - afk.auto
  107. - back
  108. - back.ondeath
  109. - balance
  110. - balance.others
  111. - balancetop
  112. - build
  113. - chat.color
  114. - chat.format
  115. - chat.shout
  116. - chat.question
  117. - clearinventory
  118. - compass
  119. - depth
  120. - delhome
  121. - getpos
  122. - geoip.show
  123. - help
  124. - helpop
  125. - home
  126. - home.others
  127. - ignore
  128. - info
  129. - itemdb
  130. - kit
  131. - kits.tools
  132. - list
  133. - mail
  134. - mail.send
  135. - me
  136. - motd
  137. - msg
  138. - msg.color
  139. - nick
  140. - near
  141. - pay
  142. - ping
  143. - protect
  144. - r
  145. - rules
  146. - realname
  147. - seen
  148. - sell
  149. - sethome
  150. - setxmpp
  151. - signs.create.protection
  152. - signs.create.trade
  153. - signs.break.protection
  154. - signs.break.trade
  155. - signs.use.balance
  156. - signs.use.buy
  157. - signs.use.disposal
  158. - signs.use.enchant
  159. - signs.use.free
  160. - signs.use.gamemode
  161. - signs.use.heal
  162. - signs.use.info
  163. - signs.use.kit
  164. - signs.use.mail
  165. - signs.use.protection
  166. - signs.use.repair
  167. - signs.use.sell
  168. - signs.use.time
  169. - signs.use.trade
  170. - signs.use.warp
  171. - signs.use.weather
  172. - spawn
  173. - suicide
  174. - time
  175. - tpa
  176. - tpaccept
  177. - tpahere
  178. - tpdeny
  179. - warp
  180. - warp.list
  181. - world
  182. - worth
  183. - xmpp
  184.  
  185. # Note: All items MUST be followed by a quantity!
  186. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  187. # Syntax: - itemID[:DataValue] Amount [Enchantment:Level]..
  188. # 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
  189. kits:
  190. book:
  191. delay: 60
  192. items:
  193. - 387 1 title:&d-=&4I&5Dream&4s_&4S&5urviva&4l_&4T&5ip&4s&d=- author:VoSkorbia book:starter
  194. starter:
  195. delay: 21600
  196. items:
  197. - 267 1
  198. - 258 1
  199. - 292 1
  200. - 257 1
  201. - 256 1
  202. - 50 32
  203. - 364 16
  204. - 320 16
  205. - 31998 6
  206. fuel:
  207. delay: 7200
  208. items:
  209. - 10135:1 1
  210. rocket:
  211. delay: 86400
  212. items:
  213. - 10111 1
  214. - 3351 9
  215. - 3359 1
  216. - 14226 1
  217. armor:
  218. delay: 86400
  219. items:
  220. - 306 1 protection:1
  221. - 307 1 protection:1
  222. - 308 1 protection:1
  223. - 309 1 protection:1
  224. antidote:
  225. delay: 14400
  226. items:
  227. - 31998 4
  228. tnt:
  229. delay: 604800
  230. items:
  231. - 46 12
  232. ingots:
  233. delay: 604800
  234. items:
  235. - 265 32
  236. - 266 32
  237. - 14242 32
  238. - 14241 32
  239. cowspawner:
  240. delay: 604800
  241. items:
  242. - 52:92 1
  243. - 2 9
  244. sheepspawner:
  245. delay: 604800
  246. items:
  247. - 52:91 1
  248. - 2 9
  249. food:
  250. delay: 86400
  251. items:
  252. - 364 4
  253. - 260 8
  254. - 297 4
  255. - 391 16
  256. - 360 8
  257. me:
  258. delay: 604800
  259. items:
  260. - 901:14 8
  261. - 900:2 1
  262. - 900:7 1
  263. - 4362:17 1
  264. condensedex:
  265. delay: 604800
  266. items:
  267. - 3883 16
  268. machine:
  269. delay: 604800
  270. items:
  271. - 4094 1
  272. - 3001:10 1
  273. - 3004:100 1
  274. - 3007:1 8
  275. - 263 64
  276. spikes:
  277. delay: 604800
  278. items:
  279. - 3876 64
  280. lapisarmor:
  281. delay: 604800
  282. items:
  283. - 11692 1
  284. - 11693 1
  285. - 11694 1
  286. - 11695 1
  287. chemicalex:
  288. delay: 604800
  289. items:
  290. - 3883:4 4
  291. missilemodule:
  292. delay: 604800
  293. items:
  294. - 4160 10
  295. camouflage:
  296. delay: 604800
  297. items:
  298. - 3875 32
  299. hazmatsuit:
  300. delay: 604800
  301. items:
  302. - 14020 1
  303. - 14021 1
  304. - 14022 1
  305. - 14023 1
  306. conventionalmissile:
  307. delay: 604800
  308. items:
  309. - 4159 8
  310. solargen:
  311. delay: 604800
  312. items:
  313. - 4094:1 8
  314. radargun:
  315. delay: 604800
  316. items:
  317. - 4162 1
  318. steelarmor:
  319. delay: 604800
  320. items:
  321. - 11717 1
  322. - 11718 1
  323. - 11719 1
  324. - 11720 1
  325. sonicmissile:
  326. delay: 604800
  327. items:
  328. - 4159:10 4
  329. t1launcher:
  330. delay: 604800
  331. items:
  332. - 3884 1
  333. - 3884:3 1
  334. - 3884:6 1
  335. laser:
  336. delay: 604800
  337. items:
  338. - 4164 1
  339. heatgens:
  340. delay: 604800
  341. items:
  342. - 4094 10
  343. antimissile:
  344. delay: 604800
  345. items:
  346. - 4160:2 4
  347. t2launcher:
  348. delay: 604800
  349. items:
  350. - 3884:1 1
  351. - 3884:4 1
  352. - 3884:7 1
  353. forcefield:
  354. delay: 604800
  355. items:
  356. - 1682 1
  357. - 1684 1
  358. - 1683 1
  359. - 11416 2
  360. - 11389 1
  361. nuclearmissile:
  362. delay: 604800
  363. items:
  364. - 4159:14 4
  365. t3launcher:
  366. delay: 604800
  367. items:
  368. - 3884:2 1
  369. - 3884:5 1
  370. - 3884:8 1
  371. obsidianarmor:
  372. delay: 604800
  373. items:
  374. - 11679 1
  375. - 11676 1
  376. - 11677 1
  377. - 11678 1
  378. grenades:
  379. delay: 604800
  380. items:
  381. - 4168 8
  382. - 4168:2 8
  383. - 4168:4 8
  384. - 4168:1 8
  385. - 4168:5 8
  386. HouseDef:
  387. delay: 604800
  388. items:
  389. - 3874 128
  390. - 3874:1 128
  391. - 3874:2 64
  392. BasicMachines:
  393. delay: 604800
  394. items:
  395. - 3973 1
  396. - 3004:100 1
  397. - 3001:5 1
  398. - 3007:1 64
  399. - 14226 2
  400. EnderChest:
  401. delay: 604800
  402. items:
  403. - 130 2
  404. Universalcable:
  405. delay: 604800
  406. items:
  407. - 3007:1 128
  408. EMP:
  409. delay: 604800
  410. items:
  411. - 3884:10 1
  412. - 3884:9 1
  413. - 331 16
  414. AdvancedMachines:
  415. delay: 604800
  416. items:
  417. - 3001:1 1
  418. - 3001:8 1
  419. - 11463 2
  420. - 11464 2
  421. Missiles:
  422. delay: 604800
  423. items:
  424. - 4159 12
  425. - 4159:1 2
  426. - 4159:2 1
  427. - 4159:5 1
  428. - 4159:10 1
  429. Assembly:
  430. delay: 604800
  431. items:
  432. - 3121:16 32
  433. - 3131 8
  434. - 3120:6 8
  435. MFFS:
  436. delay: 604800
  437. items:
  438. - 1683 1
  439. - 1682 1
  440. - 1684 1
  441. - 1685 1
  442. - 11387 1
  443. - 11389 1
  444. - 11390 1
  445. - 11388 128
  446. - 11416 16
  447. AdvancedMissiles:
  448. delay: 604800
  449. items:
  450. - 4159:14 4
  451. - 4159:20 2
  452. - 4160:4 1
  453. Materials:
  454. delay: 604800
  455. items:
  456. - 98 256
  457. - 45 256
  458. - 17 64
  459. - 17:1 64
  460. - 17:2 64
  461. - 17:3 64
  462. Pipes:
  463. delay: 604800
  464. items:
  465. - 3007:2 128
  466. - 3001:12 4
  467. BlastProof:
  468. delay: 604800
  469. items:
  470. - 3874:1 128
  471. - 3874:2 256
  472. - 3873 192
  473. - 49 192
  474. Railgun:
  475. delay: 604800
  476. items:
  477. - 3517:1 4
  478. IngotBlock:
  479. delay: 604800
  480. items:
  481. - 41 32
  482. - 42 32
  483. - 3000 32
  484. - 3000:1 32
  485. - 3000:2 32
  486. - 3000:5 32
  487. EliteEnergy:
  488. delay: 604800
  489. items:
  490. - 3007:1 64
  491. - 3004:100 8
  492. EliteGrenades:
  493. delay: 604800
  494. items:
  495. - 4168 64
  496. - 4168:1 64
  497. - 4168:2 64
  498. - 4168:5 64
  499. advsolargens:
  500. delay: 604800
  501. items:
  502. - 4094:5 4
  503.  
  504. # Essentials Sign Control
  505. # See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
  506. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  507. # Essentials Colored sign support will be enabled when any sign types are enabled.
  508. # Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
  509.  
  510. enabledSigns:
  511. - color
  512. - balance
  513. - buy
  514. - sell
  515. - trade
  516. - free
  517. - disposal
  518. - warp
  519. - kit
  520. - mail
  521. - enchant
  522. - gamemode
  523. - heal
  524. - info
  525. - spawnmob
  526. - repair
  527. - time
  528. - weather
  529.  
  530. # How many times per second can Essentials signs be interacted with per player.
  531. # Values should be between 1-20, 20 being virtually no lag protection.
  532. # Lower numbers will reduce the possibility of lag, but may annoy players.
  533. sign-use-per-second: 4
  534.  
  535. # Backup runs a batch/bash command while saving is disabled
  536. backup:
  537. # Interval in minutes
  538. interval: 30
  539. # Unless you add a valid backup command or script here, this feature will be useless.
  540. # Use 'save-all' to simply force regular world saving without backup.
  541. #command: 'rdiff-backup World1 backups/World1'
  542.  
  543. # Set this true to enable permission per warp.
  544. per-warp-permission: true
  545.  
  546. # Sort output of /list command by groups
  547. sort-list-by-groups: true
  548.  
  549. # More output to the console
  550. debug: false
  551.  
  552. # Set the locale for all messages
  553. # If you don't set this, the default locale of the server will be used.
  554. # Don't forget to remove the # in front of the line
  555. #locale: de_DE
  556.  
  557. # Turn off god mode when people exit
  558. remove-god-on-disconnect: false
  559.  
  560. # Auto-AFK
  561. # After this timeout in seconds, the user will be set as afk.
  562. # Set to -1 for no timeout.
  563. auto-afk: 120
  564.  
  565. # Auto-AFK Kick
  566. # After this timeout in seconds, the user will be kicked from the server.
  567. # Set to -1 for no timeout.
  568. auto-afk-kick: 300
  569.  
  570. # Set this to true, if you want to freeze the player, if he is afk.
  571. # Other players or monsters can't push him out of afk mode then.
  572. # This will also enable temporary god mode for the afk player.
  573. # The player has to use the command /afk to leave the afk mode.
  574. freeze-afk-players: false
  575.  
  576. # When the player is afk, should he be able to pickup items?
  577. # Enable this, when you don't want people idling in mob traps.
  578. disable-item-pickup-while-afk: false
  579.  
  580. # Should we automatically remove afk status when the player moves?
  581. # Player will be removed from afk on chat/command regardless of this setting.
  582. # Disable this to reduce server lag.
  583. cancel-afk-on-move: true
  584.  
  585. # You can disable the death messages of Minecraft here
  586. death-messages: true
  587.  
  588. # Add worlds to this list, if you want to automatically disable god mode there
  589. no-god-in-worlds:
  590. # - world_nether
  591.  
  592. # Set to true to enable per-world permissions for teleporting between worlds with essentials commands
  593. # This applies to /world, /back, /tp[a|o][here|all], but not warps.
  594. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  595. # This does not affect the /home command, there is a separate toggle below for this.
  596. world-teleport-permissions: false
  597.  
  598. # The number of items given if the quantity parameter is left out in /item or /give.
  599. # If this number is below 1, the maximum stack size size is given. If over-sized stacks
  600. # are not enabled, any number higher than the maximum stack size results in more than one stack.
  601. default-stack-size: -1
  602.  
  603. # Over-sized stacks are stacks that ignore the normal max stack size.
  604. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  605. # How many items should be in an over-sized stack?
  606. oversized-stacksize: 64
  607.  
  608. # Allow repair of enchanted weapons and armor.
  609. # If you set this to false, you can still allow it for certain players using the permission
  610. # essentials.repair.enchanted
  611. repair-enchanted: true
  612.  
  613. #Do you want essentials to keep track of previous location for /back in the teleport listener?
  614. #If you set this to true any plugin that uses teleport will have the previous location registered.
  615. register-back-in-listener: true
  616.  
  617. #Delay to wait before people can cause attack damage after logging in
  618. login-attack-delay: 5
  619.  
  620. #Set the max fly speed, values range from 0.1 to 1.0
  621. max-fly-speed: 0.8
  622.  
  623. #Set the maximum amount of mail that can be sent within a minute.
  624. mails-per-minute: 1000
  625.  
  626. ############################################################
  627. # +------------------------------------------------------+ #
  628. # | EssentialsHome | #
  629. # +------------------------------------------------------+ #
  630. ############################################################
  631.  
  632. # Allows people to set their bed at daytime
  633. update-bed-at-daytime: true
  634.  
  635. # Set to true to enable per-world permissions for using homes to teleport between worlds
  636. # This applies to the /home only.
  637. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  638. world-home-permissions: false
  639.  
  640. # Allow players to have multiple homes.
  641. # Players need essentials.sethome.multiple before they can have more than 1 home, defaults to 'default' below.
  642. # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
  643. # People with essentials.sethome.multiple.unlimited are not limited by these numbers.
  644. sethome-multiple:
  645. # essentials.sethome.multiple.default
  646. default: 2
  647. # essentials.sethome.multiple.sergeant
  648. sergeant: 5
  649. # essentials.sethome.multiple.captain
  650. captain: 6
  651. # essentials.sethome.multiple.general
  652. general: 7
  653. # essentials.sethome.multiple.overlord
  654. overlord: 8
  655. # essentials.sethome.multiple.demigod
  656. demigod: 12
  657. # essentials.sethome.multiple.demigodrefill1
  658. demigodrefill1: 13
  659. # essentials.sethome.multiple.demigodrefill2
  660. demigodrefill2: 14
  661. # essentials.sethome.multiple.demigodrefill3
  662. demigodrefill3: 15
  663.  
  664. # Set timeout in seconds for players to accept tpa before request is cancelled.
  665. # Set to 0 for no timeout
  666. tpa-accept-cancellation: 60
  667.  
  668. ############################################################
  669. # +------------------------------------------------------+ #
  670. # | EssentialsEco | #
  671. # +------------------------------------------------------+ #
  672. ############################################################
  673.  
  674. # Defines the balance with which new players begin. Defaults to 0.
  675. starting-balance: 1000
  676.  
  677. # worth-# defines the value of an item when it is sold to the server via /sell.
  678. # These are now defined in worth.yml
  679.  
  680. # Defines the cost to use the given commands PER USE
  681. # Some commands like /repair have sub-costs, check the wiki for more information.
  682. command-costs:
  683. # /example costs $1000 PER USE
  684. #example: 1000
  685. # /kit tools costs $1500 PER USE
  686. #kit-tools: 1500
  687.  
  688. # Set this to a currency symbol you want to use.
  689. currency-symbol: '$'
  690.  
  691. # Set the maximum amount of money a player can have
  692. # The amount is always limited to 10 trillions because of the limitations of a java double
  693. max-money: 10000000000000
  694.  
  695. # Set the minimum amount of money a player can have (must be above the negative of max-money).
  696. # Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
  697. min-money: -10000
  698.  
  699. # Enable this to log all interactions with trade/buy/sell signs and sell command
  700. economy-log-enabled: false
  701.  
  702. ############################################################
  703. # +------------------------------------------------------+ #
  704. # | EssentialsHelp | #
  705. # +------------------------------------------------------+ #
  706. ############################################################
  707.  
  708. # Show other plugins commands in help
  709. non-ess-in-help: true
  710.  
  711. # Hide plugins which do not give a permission
  712. # You can override a true value here for a single plugin by adding a permission to a user/group.
  713. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
  714. # You can use negative permissions to remove access to just a single plugins help if the following is enabled.
  715. hide-permissionless-help: true
  716.  
  717. ############################################################
  718. # +------------------------------------------------------+ #
  719. # | EssentialsChat | #
  720. # +------------------------------------------------------+ #
  721. ############################################################
  722.  
  723. chat:
  724.  
  725. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  726. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  727. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  728. # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  729. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  730. radius: 0
  731.  
  732. # Chat formatting can be done in two ways, you can either define a standard format for all chat
  733. # Or you can give a group specific chat format, to give some extra variation.
  734. # If set to the default chat format which "should" be compatible with ichat.
  735. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
  736.  
  737. format: '§r{DISPLAYNAME}§r§7:§r {MESSAGE}'
  738. #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  739.  
  740. group-formats:
  741. Owner: '§r{DISPLAYNAME}:&6 {MESSAGE}'
  742. HeadAdmin: '§r{DISPLAYNAME}:&7 {MESSAGE}'
  743. V-Manager: '§r{DISPLAYNAME}:&c {MESSAGE}'
  744. builder: '&l&2{DISPLAYNAME}:&2 {MESSAGE}'
  745. jradmin: '§r{DISPLAYNAME}:&c {MESSAGE}'
  746. sradmin: '§r{DISPLAYNAME}:&c {MESSAGE}'
  747. Default: '&e{DISPLAYNAME}&f: {MESSAGE}'
  748. headmod: '§r{DISPLAYNAME}&f:&3 {MESSAGE}'
  749. mod: '§r{DISPLAYNAME}&f:&3 {MESSAGE}'
  750. chatmod: '§r{DISPLAYNAME}&f:&3 {MESSAGE}'
  751. private: '§r{DISPLAYNAME}&f:&2 {MESSAGE}'
  752. corporal: '§r{DISPLAYNAME}&f:&2 {MESSAGE}'
  753. sergeant: '§r{DISPLAYNAME}&f:&2 {MESSAGE}'
  754. commander: '§r{DISPLAYNAME}&f:&2 {MESSAGE}'
  755. Lieutenant: '§r{DISPLAYNAME}&f:&a {MESSAGE}'
  756. captain: '§r{DISPLAYNAME}&f:&9 {MESSAGE}'
  757. major: '§r{DISPLAYNAME}&f:&b {MESSAGE}'
  758. General: '§r{DISPLAYNAME}&f:&e {MESSAGE}'
  759. Overlord: '§r{DISPLAYNAME}&f:&6 {MESSAGE}'
  760. Demi-God: '§r{DISPLAYNAME}&6:&6 {MESSAGE}'
  761.  
  762. # If you are using group formats make sure to remove the '#' to allow the setting to be read.
  763.  
  764. ############################################################
  765. # +------------------------------------------------------+ #
  766. # | EssentialsProtect | #
  767. # +------------------------------------------------------+ #
  768. ############################################################
  769.  
  770. protect:
  771. # Database settings for sign/rail protection
  772.  
  773. # mysql or sqlite
  774. # We strongly recommend against using mysql here, unless you have a good reason.
  775. # Sqlite seems to be faster in almost all cases, and in some cases mysql can be much slower.
  776. datatype: 'sqlite'
  777.  
  778. # If you specified MySQL above, you MUST enter the appropriate details here.
  779. # If you specified SQLite above, these will be IGNORED.
  780. username: 'root'
  781. password: 'root'
  782. mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
  783.  
  784. # General physics/behavior modifications
  785. prevent:
  786. lava-flow: false
  787. water-flow: false
  788. water-bucket-flow: false
  789. fire-spread: false
  790. lava-fire-spread: true
  791. flint-fire: false
  792. lightning-fire-spread: false
  793. portal-creation: false
  794. tnt-explosion: false
  795. tnt-playerdamage: false
  796. fireball-explosion: false
  797. fireball-fire: false
  798. fireball-playerdamage: false
  799. witherskull-explosion: false
  800. witherskull-playerdamage: false
  801. wither-spawnexplosion: false
  802. wither-blockreplace: false
  803. creeper-explosion: false
  804. creeper-playerdamage: false
  805. creeper-blockdamage: false
  806. enderdragon-blockdamage: false
  807. enderman-pickup: false
  808. villager-death: false
  809. # Monsters won't follow players
  810. # permission essentials.protect.entitytarget.bypass disables this
  811. entitytarget: false
  812. # Prevent the spawning of creatures
  813. spawn:
  814. creeper: false
  815. skeleton: false
  816. spider: false
  817. giant: false
  818. zombie: false
  819. slime: false
  820. ghast: false
  821. pig_zombie: false
  822. enderman: false
  823. cave_spider: false
  824. silverfish: false
  825. blaze: false
  826. magma_cube: false
  827. ender_dragon: false
  828. pig: false
  829. sheep: false
  830. cow: false
  831. chicken: false
  832. squid: false
  833. wolf: false
  834. mushroom_cow: false
  835. snowman: false
  836. ocelot: false
  837. iron_golem: false
  838. villager: false
  839. wither: false
  840. bat: false
  841. witch: false
  842.  
  843. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  844. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  845. creeper:
  846. max-height: -1
  847.  
  848. # Protect various blocks.
  849. protect:
  850. # Protect all signs
  851. signs: false
  852.  
  853. # Prevent users from destroying rails
  854. rails: false
  855.  
  856. # Blocks below rails/signs are also protected if the respective rail/sign is protected.
  857. # This makes it more difficult to circumvent protection, and should be enabled.
  858. # This only has an effect if "rails" or "signs" is also enabled.
  859. block-below: true
  860.  
  861. # Prevent placing blocks above protected rails, this is to stop a potential griefing
  862. prevent-block-on-rails: false
  863.  
  864. # Store blocks / signs in memory before writing
  865. memstore: false
  866.  
  867. # Disable various default physics and behaviors
  868. disable:
  869. # Should fall damage be disabled?
  870. fall: false
  871.  
  872. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  873. # They will be unable to attack users without that same permission node.
  874. pvp: false
  875.  
  876. # Should drowning damage be disabled?
  877. # (Split into two behaviors; generally, you want both set to the same value)
  878. drown: false
  879. suffocate: false
  880.  
  881. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  882. lavadmg: false
  883.  
  884. # Should arrow damage be disabled
  885. projectiles: false
  886.  
  887. # This will disable damage from touching cacti.
  888. contactdmg: false
  889.  
  890. # Burn, baby, burn! Should fire damage be disabled?
  891. firedmg: false
  892.  
  893. # Should the damage after hit by a lightning be disabled?
  894. lightning: false
  895.  
  896. # Should Wither damage be disabled?
  897. wither: false
  898.  
  899. # Disable weather options
  900. weather:
  901. storm: false
  902. thunder: false
  903. lightning: false
  904.  
  905. ############################################################
  906. # +------------------------------------------------------+ #
  907. # | EssentialsAntiBuild | #
  908. # +------------------------------------------------------+ #
  909. ############################################################
  910.  
  911. # Disable various default physics and behaviors
  912.  
  913. # Should people with build: false in permissions be allowed to build
  914. # Set true to disable building for those people
  915. # Setting to false means EssentialsAntiBuild will never prevent you from building
  916. build: true
  917.  
  918. # Should people with build: false in permissions be allowed to use items
  919. # Set true to disable using for those people
  920. # Setting to false means EssentialsAntiBuild will never prevent you from using
  921. use: true
  922.  
  923. # Should we tell people they are not allowed to build
  924. warn-on-build-disallow: true
  925.  
  926. # For which block types would you like to be alerted?
  927. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  928. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  929. alert:
  930. on-placement:
  931. on-use:
  932. on-break:
  933.  
  934. blacklist:
  935.  
  936. # Which blocks should people be prevented from placing
  937. placement: 10,11
  938.  
  939. # Which items should people be prevented from using
  940. usage:
  941.  
  942. # Which blocks should people be prevented from breaking
  943. break:
  944.  
  945. # Which blocks should not be pushed by pistons
  946. piston:
  947.  
  948. ############################################################
  949. # +------------------------------------------------------+ #
  950. # | Essentials Spawn / New Players | #
  951. # +------------------------------------------------------+ #
  952. ############################################################
  953.  
  954. newbies:
  955. # Should we announce to the server when someone logs in for the first time?
  956. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  957. # If not, set to ''
  958. #announce-format: ''
  959. announce-format: '&dWelcome {DISPLAYNAME}&d to &b&liDreams!'
  960.  
  961. # When we spawn for the first time, which spawnpoint do we use?
  962. # Set to "none" if you want to use the spawn point of the world.
  963. spawnpoint: newbies
  964.  
  965. # Do we want to give users anything on first join? Set to '' to disable
  966. # This kit will be given regardless of cost, and permissions.
  967. #kit: ''
  968. kit: book
  969.  
  970. # Set this to lowest, if you want Multiverse to handle the respawning
  971. # Set this to high, if you want EssentialsSpawn to handle the respawning
  972. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning
  973. respawn-listener-priority: high
  974.  
  975. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  976. respawn-at-home: false
  977.  
  978. # End of File <-- No seriously, you're done with configuration.
Add Comment
Please, Sign In to add comment