Advertisement
jjacobson

Untitled

Apr 3rd, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.37 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 apostrphe)
  12. # - List items are prefixed with a hyphen and indented:
  13. # lists:
  14. # - look like this
  15. # not:
  16. # - like this
  17. # - Text with symbols is enclosed in single or double quotation marks
  18. # - CraftBukkit and Permissions have been updated: CraftBukkit and Essentials almost always line up, but sometimes other plugins fall behind CraftBukkit's multiple daily updates
  19. # - You have saved the document as UTF-8, NOT the default, ANSI
  20.  
  21. ############################################################
  22. # +------------------------------------------------------+ #
  23. # | Essentials (Global) | #
  24. # +------------------------------------------------------+ #
  25. ############################################################
  26.  
  27. # A color code between 0-9 or a-f. Set to 'none' to disable.
  28. ops-name-color: 'c'
  29.  
  30. # The character(s) to prefix all nicknames, so that you know they are not true usernames.
  31. nickname-prefix: '~'
  32.  
  33. # Disable this if you have any other plugin, that modifies the displayname of a user.
  34. change-displayname: true
  35.  
  36. # When this option is enabled, the (tab) player list will be updated with the displayname.
  37. # The value of change-displayname (above) has to be true.
  38. #change-playerlist: true
  39.  
  40. # Adds the prefix and suffix to the displayname of the player, so it will be displayed in messages and lists.
  41. # The prefix/suffix can be set using Permissions, Group Manager or PermissionsEx.
  42. # The value of change-displayname (above) has to be true.
  43. # If you don't set this, it will default to true if essentials chat is installed.
  44. # Don't forget to remove the # in front of the line
  45. #add-prefix-suffix: false
  46.  
  47. # The delay, in seconds, required between /home, /tp, etc.
  48. teleport-cooldown: 0
  49.  
  50. # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.
  51. teleport-delay: 0
  52.  
  53. # The delay, in seconds, a player can't be attacked by other players after he has been teleported by a command
  54. # This will also prevent that the player can attack other players
  55. teleport-invulnerability: 2
  56.  
  57. # The delay, in seconds, required between /heal attempts
  58. heal-cooldown: 60
  59.  
  60. # What to prevent from /i /give
  61. # e.g item-spawn-blacklist: 46,11,10
  62. item-spawn-blacklist:
  63.  
  64. # Set this to true if you want permission based item spawn rules
  65. # Note: The blacklist above will be ignored then.
  66. # Permissions:
  67. # - essentials.itemspawn.item-all
  68. # - essentials.itemspawn.item-[itemname]
  69. # - essentials.itemspawn.item-[itemid]
  70. # - essentials.give.item-all
  71. # - essentials.give.item-[itemname]
  72. # - essentials.give.item-[itemid]
  73. permission-based-item-spawn: false
  74.  
  75. # Mob limit on spawnmob
  76. spawnmob-limit: 100
  77.  
  78. # Shall we notify users when using /lightning
  79. warn-on-smite: true
  80.  
  81. # motd and rules are now configured in the files motd.txt and rules.txt
  82.  
  83. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take
  84. # priority. If a command is in this list, Essentials will try to give ITSELF priority. This does not always work:
  85. # usually whichever plugin was updated most recently wins out. However, the full name of the command will always work.
  86. # For example, if WorldGuard and Essentials are both enabled, and WorldGuard takes control over /god, /essentials:god
  87. # will still map to Essentials, whereas it might normally get forced upon WorldGuard. Commands prefixed with an "e",
  88. # such as /egod, will always grant Essentials priority.
  89. # We should try to take priority over /god. If this doesn't work, use
  90. # /essentials:god or /egod. If god is set using WorldGuard, use /ungod to remove then use whichever you see fit.
  91. overridden-commands:
  92. - god
  93.  
  94. # Disabled commands will be completely unavailable on the server.
  95. disabled-commands:
  96. # - nick
  97.  
  98. # Restricted commands have been removed.
  99. # Now we have a whitelist, all commands not on this list are only available to ops.
  100. # These will have NO EFFECT if you have Permissions installed!
  101. # They are here only if you want something simpler than Permissions.
  102. # These are the permissions without the "essentials." part.
  103. player-commands:
  104. - afk
  105. - back
  106. - back.ondeath
  107. - balance
  108. - balance.others
  109. - balancetop
  110. - chat.color
  111. - chat.format
  112. - chat.shout
  113. - chat.question
  114. - clearinventory
  115. - compass
  116. - depth
  117. - delhome
  118. - getpos
  119. - geoip.show
  120. - help
  121. - helpop
  122. - home
  123. - home.others
  124. - ignore
  125. - info
  126. - itemdb
  127. - kit
  128. - kit.tools
  129. - list
  130. - mail
  131. - mail.send
  132. - me
  133. - motd
  134. - msg
  135. - msg.color
  136. - nick
  137. - near
  138. - pay
  139. - ping
  140. - powertool
  141. - powertooltoggle
  142. - protect
  143. - r
  144. - rules
  145. - realname
  146. - seen
  147. - sell
  148. - sethome
  149. - setxmpp
  150. - signs.create.protection
  151. - signs.create.trade
  152. - signs.break.protection
  153. - signs.break.trade
  154. - signs.use.balance
  155. - signs.use.buy
  156. - signs.use.disposal
  157. - signs.use.enchant
  158. - signs.use.free
  159. - signs.use.gamemode
  160. - signs.use.heal
  161. - signs.use.info
  162. - signs.use.kit
  163. - signs.use.mail
  164. - signs.use.protection
  165. - signs.use.repair
  166. - signs.use.sell
  167. - signs.use.time
  168. - signs.use.trade
  169. - signs.use.warp
  170. - signs.use.weather
  171. - spawn
  172. - suicide
  173. - time
  174. - tpa
  175. - tpaccept
  176. - tpahere
  177. - tpdeny
  178. - warp
  179. - warp.list
  180. - world
  181. - worth
  182. - xmpp
  183.  
  184. # Note: All items MUST be followed by a quantity!
  185. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  186. # Syntax: - itemID[:DataValue] Amount [Enchantment:Level]..
  187. # 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
  188. kits:
  189. p1:
  190. delay: 1800
  191. items:
  192. - 306 1 protection:2 unbreaking:2 fireprotection:3
  193. - 307 1 protection:2 unbreaking:2
  194. - 308 1 protection:2 unbreaking:2 thorns:2
  195. - 309 1 protection:2 unbreaking:2 fireprotection:3 featherfalling:2
  196. - 267 1 sharpness:2 fire:1 baneofarthropods:2 smite:2
  197. - 261 1 punch:1 power:2 flame:1
  198. - 373:16421 6
  199. - 373:16417 4
  200. - 373:16425 4
  201. - 322:2 2
  202. - 335 5
  203. - 368 8
  204. - 46 64
  205. - 262 64
  206. p2:
  207. delay: 1800
  208. items:
  209. - 310 1 protection:4 unbreaking:3 fireprotection:4
  210. - 307 1 protection:2 unbreaking:2 blastprotection:2
  211. - 308 1 protection:2 unbreaking:2 thorns:2
  212. - 309 1 protection:2 unbreaking:2 fireprotection:2 featherfalling:3
  213. - 267 1 sharpness:3 fire:1 baneofarthropods:3 smite:3
  214. - 261 1 punch:2 power:2 flame:1
  215. - 373:16421 9
  216. - 373:16417 8
  217. - 373:16425 8
  218. - 322:1 4
  219. - 335 10
  220. - 368 16
  221. - 46 64
  222. - 262 64
  223. p3:
  224. delay: 1800
  225. items:
  226. - 310 1 protection:4 unbreaking:3 fireprotection:4
  227. - 311 1 protection:3 unbreaking:2 blastprotection:2
  228. - 308 1 protection:2 unbreaking:2 thorns:2
  229. - 317 1 protection:2 unbreaking:3 fireprotection:2 featherfalling:3
  230. - 276 1 sharpness:3 fire:2 baneofarthropods:3 smite:3
  231. - 261 1 punch:2 power:2 flame:1
  232. - 373:16421 12
  233. - 373:16417 10
  234. - 373:16425 10
  235. - 322:1 5
  236. - 335 20
  237. - 368 16
  238. - 46 64
  239. - 262 64
  240. p4:
  241. delay: 1800
  242. items:
  243. - 310 1 protection:4 unbreaking:3 fireprotection:4
  244. - 311 1 protection:3 unbreaking:2 blastprotection:2
  245. - 312 1 protection:2 unbreaking:2
  246. - 317 1 protection:2 unbreaking:3 fireprotection:2 featherfalling:3
  247. - 276 1 sharpness:4 fire:2 baneofarthropods:3 smite:4
  248. - 261 1 punch:2 power:3 flame:1
  249. - 373:16421 14
  250. - 373:16417 12
  251. - 373:16425 12
  252. - 322:1 5
  253. - 335 20
  254. - 368 16
  255. - 46 64
  256. - 262 64
  257. p5:
  258. delay: 1800
  259. items:
  260. - 310 1 protection:4 unbreaking:3 fireprotection:4
  261. - 311 1 protection:3 unbreaking:2 blastprotection:2
  262. - 312 1 protection:2 unbreaking:2 thorns:2
  263. - 313 1 protection:2 unbreaking:3 fireprotection:2 featherfalling:3
  264. - 276 1 sharpness:4 fire:2 baneofarthropods:4 smite:4 knockback:1
  265. - 261 1 punch:2 power:5 flame:1
  266. - 373:16421 16
  267. - 373:16417 14
  268. - 373:16425 14
  269. - 322:1 5
  270. - 335 20
  271. - 368 16
  272. - 46 64
  273. - 262 64
  274. p6:
  275. delay: 1800
  276. items:
  277. - 310 1 protection:4 unbreaking:3 fireprotection:4 thorns:3
  278. - 311 1 protection:3 unbreaking:2 blastprotection:2 projectileprotection:3
  279. - 312 1 protection:2 unbreaking:2 thorns:2
  280. - 313 1 protection:2 unbreaking:3 fireprotection:2 featherfalling:4
  281. - 276 1 sharpness:4 fire:2 baneofarthropods:4 smite:4 knockback:1
  282. - 261 1 punch:2 power:5 flame:1
  283. - 373:16421 18
  284. - 373:16417 16
  285. - 373:16425 16
  286. - 322:1 5
  287. - 335 20
  288. - 368 16
  289. - 46 64
  290. - 262 64
  291. p7:
  292. delay: 1800
  293. items:
  294. - 310 1 protection:4 unbreaking:3 fireprotection:4 thorns:3
  295. - 311 1 protection:3 unbreaking:2 blastprotection:2 projectileprotection:4
  296. - 312 1 protection:2 unbreaking:2 thorns:2 blastprotection:1
  297. - 313 1 protection:2 unbreaking:3 fireprotection:2 featherfalling:4
  298. - 276 1 sharpness:4 fire:2 baneofarthropods:4 smite:4 knockback:1
  299. - 261 1 punch:2 power:5 flame:1
  300. - 373:16421 20
  301. - 373:16417 18
  302. - 373:16425 18
  303. - 322:1 6
  304. - 335 20
  305. - 368 16
  306. - 46 64
  307. - 262 64
  308. p8:
  309. delay: 1800
  310. items:
  311. - 310 1 protection:4 unbreaking:3 fireprotection:4 thorns:3
  312. - 311 1 protection:3 unbreaking:2 blastprotection:2 projectileprotection:4
  313. - 312 1 protection:2 unbreaking:2 thorns:2 blastprotection:2
  314. - 313 1 protection:2 unbreaking:3 fireprotection:2 featherfalling:4 thorns:2
  315. - 276 1 sharpness:4 fire:2 baneofarthropods:4 smite:4 knockback:1
  316. - 261 1 punch:2 power:5 flame:1
  317. - 373:16421 21
  318. - 373:16417 19
  319. - 373:16425 19
  320. - 322:1 7
  321. - 335 20
  322. - 368 16
  323. - 46 64
  324. - 46 64
  325. - 262 64
  326. p9:
  327. delay: 1800
  328. items:
  329. - 310 1 protection:4 unbreaking:3 fireprotection:4 thorns:3
  330. - 311 1 protection:3 unbreaking:2 blastprotection:2 projectileprotection:4
  331. - 312 1 protection:2 unbreaking:2 thorns:2 blastprotection:2 fireprotection:2
  332. - 313 1 protection:2 unbreaking:3 fireprotection:2 featherfalling:4 thorns:3
  333. - 276 1 sharpness:4 fire:2 baneofarthropods:4 smite:4 knockback:1
  334. - 261 1 punch:2 power:5 flame:1
  335. - 373:16421 23
  336. - 373:16417 20
  337. - 373:16425 20
  338. - 322:1 8
  339. - 335 20
  340. - 368 16
  341. - 46 64
  342. - 46 64
  343. - 262 64
  344. p10:
  345. delay: 1800
  346. items:
  347. - 310 1 protection:4 unbreaking:3 fireprotection:4 thorns:3
  348. - 311 1 protection:3 unbreaking:2 blastprotection:3 projectileprotection:4
  349. - 312 1 protection:2 unbreaking:2 thorns:2 blastprotection:3 fireprotection:4
  350. - 313 1 protection:2 unbreaking:3 fireprotection:2 featherfalling:4 thorns:3
  351. - 276 1 sharpness:4 fire:2 baneofarthropods:4 smite:4 knockback:1
  352. - 261 1 punch:2 power:5 flame:1
  353. - 373:16421 25
  354. - 373:16417 25
  355. - 373:16425 25
  356. - 322:1 8
  357. - 335 20
  358. - 368 16
  359. - 46 64
  360. - 46 64
  361. - 262 64
  362. vip:
  363. delay: 1800
  364. items:
  365. - 310 1 protection:4 unbreaking:3 fireprotection:4 thorns:3
  366. - 311 1 protection:3 unbreaking:2 blastprotection:3 projectileprotection:4
  367. - 312 1 protection:2 unbreaking:2 thorns:2 blastprotection:3 fireprotection:4
  368. - 313 1 protection:2 unbreaking:3 fireprotection:2 featherfalling:4 thorns:3
  369. - 276 1 sharpness:4 fire:2 baneofarthropods:4 smite:4 knockback:1
  370. - 261 1 punch:2 power:5 flame:1
  371. - 373:16421 25
  372. - 373:16417 25
  373. - 373:16425 25
  374. - 322:1 8
  375. - 335 20
  376. - 368 16
  377. - 46 64
  378. - 46 64
  379. - 262 64
  380. vip1:
  381. delay: 10
  382. items:
  383. - 373:16385 3
  384. - 373:16386 3
  385. - 373:16389 5
  386. - 373:16428 5
  387. - 322:1 1
  388. - 368 5
  389. - 385 5
  390. vip2:
  391. delay: 10
  392. items:
  393. - 373:16385 5
  394. - 373:16386 5
  395. - 373:16428 6
  396. - 373:16389 5
  397. - 373:16393 3
  398. - 322:1 1
  399. - 368 6
  400. - 385 10
  401. vip3:
  402. delay: 10
  403. items:
  404. - 373:16385 6
  405. - 373:16386 6
  406. - 373:16387 3
  407. - 373:16421 6
  408. - 373:16428 8
  409. - 373:16393 3
  410. - 322:1 1
  411. - 368 8
  412. - 385 15
  413. vip4:
  414. delay: 10
  415. items:
  416. - 373:16385 6
  417. - 373:16386 6
  418. - 373:16387 3
  419. - 373:16428 10
  420. - 373:16421 6
  421. - 373:16393 3
  422. - 322:1 2
  423. - 368 9
  424. - 385 15
  425. vip5:
  426. delay: 10
  427. items:
  428. - 373:16385 6
  429. - 373:16386 6
  430. - 373:16387 3
  431. - 373:16421 6
  432. - 373:16428 12
  433. - 373:16393 3
  434. - 322:1 2
  435. - 368 10
  436. - 385 15
  437.  
  438. # Essentials Sign Control
  439. # See http://ess.khhq.net/wiki/Sign_Tutorial for instructions on how to use these.
  440. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  441. # Essentials Colored sign support will be enabled when any sign types are enabled.
  442. # We recommend not enabling chest protection signs if you don't intend to use them, (or are using LWC/Lockette).
  443.  
  444. enabledSigns:
  445. - color
  446. - balance
  447. - buy
  448. - sell
  449. - trade
  450. - free
  451. - disposal
  452. - warp
  453. - kit
  454. - mail
  455. - enchant
  456. - gamemode
  457. - heal
  458. - info
  459. - spawnmob
  460. - repair
  461. - time
  462. - weather
  463. - protection
  464.  
  465.  
  466. # How many times per second can Essentials signs be interacted with.
  467. # Values should be between 1-20, 20 being virtually no lag protection.s
  468. # Lower numbers will reduce the possibility of lag, but may annoy players.
  469. sign-use-per-second: 4
  470.  
  471. # Backup runs a batch/bash command while saving is disabled
  472. backup:
  473. # Interval in minutes
  474. interval: 30
  475. # Unless you add a valid backup command or script here, this feature will be useless.
  476. # Use 'save-all' to simply force regular world saving without backup.
  477. #command: 'rdiff-backup World1 backups/World1'
  478.  
  479. # Set this true to enable permission per warp.
  480. per-warp-permission: false
  481.  
  482. # Sort output of /list command by groups
  483. sort-list-by-groups: false
  484.  
  485. # More output to the console
  486. debug: false
  487.  
  488. # Set the locale for all messages
  489. # If you don't set this, the default locale of the server will be used.
  490. # Don't forget to remove the # infront of the line
  491. #locale: de_DE
  492.  
  493. # Turn off god mode when people exit
  494. remove-god-on-disconnect: false
  495.  
  496. # Use the permission system of bukkit
  497. # This only works if no other permission plugins are installed
  498. use-bukkit-permissions: false
  499.  
  500. # Auto-AFK
  501. # After this timeout in seconds, the user will be set as afk.
  502. # Set to -1 for no timeout.
  503. auto-afk: -1
  504.  
  505. # Auto-AFK Kick
  506. # After this timeout in seconds, the user will be kicked from the server.
  507. # Set to -1 for no timeout.
  508. auto-afk-kick: -1
  509.  
  510. # Set this to true, if you want to freeze the player, if he is afk.
  511. # Other players or monsters can't push him out of afk mode then.
  512. # This will also enable temporary god mode for the afk player.
  513. # The player has to use the command /afk to leave the afk mode.
  514. freeze-afk-players: false
  515.  
  516. # When the player is afk, should he be able to pickup items?
  517. # Enable this, when you don't want people idling in mob traps.
  518. disable-item-pickup-while-afk: false
  519.  
  520. # Should we automatically remove afk status when the player moves?
  521. # Player will be removed from afk on chat/command reguardless of this setting.
  522. # Disable this to reduce server lag.
  523. cancel-afk-on-move: true
  524.  
  525. # You can disable the death messages of minecraft here
  526. death-messages: true
  527.  
  528. # Add worlds to this list, if you want to automatically disable god mode there
  529. no-god-in-worlds:
  530. # - world_nether
  531.  
  532. # Set to true to enable per-world permissions for teleporting between worlds with essentials commands
  533. # This applies to /world, /back, /tp[a|o][here|all], but not warps.
  534. # Give someone permission to teleport to a world with essentials.world.<worldname>
  535. world-teleport-permissions: false
  536.  
  537. # The number of items given if the quantity parameter is left out in /item or /give.
  538. # If this number is below 1, the maximum stack size size is given. If oversized stacks
  539. # is not enabled, any number higher then the maximum stack size results in more than one stack.
  540. default-stack-size: -1
  541.  
  542. # Oversized stacks are stacks that ignore the normal max stacksize.
  543. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  544. # How many items should be in an oversized stack?
  545. oversized-stacksize: 64
  546.  
  547. # Do you allow to repair enchanted weapons and armor?
  548. # If you set this to false, you can still allow it for certain players using the permission
  549. # essentials.repair.enchanted
  550. repair-enchanted: true
  551.  
  552. #Do you want essentials to keep track of previous location for /back in the teleport listener?
  553. #If you set this to true any plugin that uses teleport will have the previous location registered.
  554. register-back-in-listener: false
  555.  
  556. #Delay to wait before people can cause attack damage after logging in
  557. login-attack-delay: 5
  558.  
  559. #Set the max fly speed, values range from 0.1 to 1.0
  560. max-fly-speed: 1.0
  561.  
  562. ############################################################
  563. # +------------------------------------------------------+ #
  564. # | EssentialsHome | #
  565. # +------------------------------------------------------+ #
  566. ############################################################
  567.  
  568. # If no home is set, send players to spawn when /home is used
  569. spawn-if-no-home: true
  570.  
  571. # Allows people to set their bed at daytime
  572. update-bed-at-daytime: true
  573.  
  574. # Set to true to enable per-world permissions for using homes to teleport between worlds
  575. # This applies to the /home only.
  576. # Give someone permission to teleport to a world with essentials.world.<worldname>
  577. world-home-permissions: false
  578.  
  579. # Allow players to have multiple homes.
  580. # Players need essentials.sethome.multiple before they can have more than 1 home, default to 'default' below.
  581. # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
  582. # People with essentials.sethome.multiple.unlimited are not limited by these numbers.
  583. sethome-multiple:
  584. default: 3
  585. # essentials.sethome.multiple.vip
  586. vip: 5
  587. # essentials.sethome.multiple.staff
  588. staff: 10
  589.  
  590. # Set timeout in seconds for players to accept tpa before request is cancelled.
  591. # Set to 0 for no timeout
  592. tpa-accept-cancellation: 0
  593.  
  594. ############################################################
  595. # +------------------------------------------------------+ #
  596. # | EssentialsEco | #
  597. # +------------------------------------------------------+ #
  598. ############################################################
  599.  
  600. # Defines the balance with which new players begin. Defaults to 0.
  601. starting-balance: 500
  602.  
  603. # worth-# defines the value of an item when it is sold to the server via /sell.
  604. # These are now defined in worth.yml
  605.  
  606. # Defines the cost to use the given commands PER USE
  607. command-costs:
  608. # /example costs $1000 PER USE
  609. #example: 1000
  610. # /kit tools costs $1500 PER USE
  611. kit-vip1: 200
  612. kit-vip2: 200
  613. kit-vip3: 200
  614. kit-vip4: 200
  615. kit-vip5: 200
  616.  
  617. # Set this to a currency symbol you want to use.
  618. currency-symbol: '$'
  619.  
  620. # Set the maximum amount of money a player can have
  621. # The amount is always limited to 10 trillions because of the limitations of a java double
  622. max-money: 10000000000000
  623.  
  624. # Set the minimum amount of money a player can have (must be above the negative of max-money).
  625. # Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
  626. min-money: -10000
  627.  
  628. # Enable this to log all interactions with trade/buy/sell signs and sell command
  629. economy-log-enabled: false
  630.  
  631. ############################################################
  632. # +------------------------------------------------------+ #
  633. # | EssentialsHelp | #
  634. # +------------------------------------------------------+ #
  635. ############################################################
  636.  
  637. # Show other plugins commands in help
  638. non-ess-in-help: false
  639.  
  640. # Hide plugins which do not give a permission
  641. # You can override a true value here for a single plugin by adding a permission to a user/group.
  642. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help this setting reguardless.
  643. # You can use negitive permissions to remove access to just a single plugins help if the following is enabled.
  644. hide-permissionless-help: true
  645.  
  646. ############################################################
  647. # +------------------------------------------------------+ #
  648. # | EssentialsChat | #
  649. # +------------------------------------------------------+ #
  650. ############################################################
  651.  
  652. chat:
  653.  
  654. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  655. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  656. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  657. # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
  658. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  659. radius: 0
  660.  
  661. # Chat formatting can be done in two ways, you can either define a standard format for all chat
  662. # Or you can give a group specific chat format, to give some extra variation.
  663. # If set to the default chat format which "should" be compatible with ichat.
  664. # For more information of chat formatting, check out the wiki: http://ess.khhq.net/wiki/Chat_Formatting
  665.  
  666. format: '<{DISPLAYNAME}> {MESSAGE}'
  667. #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
  668.  
  669. group-formats:
  670. # Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
  671. # Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'
  672.  
  673. # If you are using group formats make sure to remove the '#' to allow the setting to be read.
  674.  
  675. ############################################################
  676. # +------------------------------------------------------+ #
  677. # | EssentialsProtect | #
  678. # +------------------------------------------------------+ #
  679. ############################################################
  680.  
  681. protect:
  682. # Database settings for sign/rail protection
  683.  
  684. # mysql or sqlite
  685. # We strongly recommend against using mysql here, unless you have a good reason.
  686. # Sqlite seems to be faster in almost all cases, and in some cases mysql can be much slower.
  687. datatype: 'sqlite'
  688.  
  689. # If you specified MySQL above, you MUST enter the appropriate details here.
  690. # If you specified SQLite above, these will be IGNORED.
  691. username: 'root'
  692. password: 'root'
  693. mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
  694.  
  695. # General physics/behavior modifications
  696. prevent:
  697. lava-flow: false
  698. water-flow: false
  699. water-bucket-flow: false
  700. fire-spread: true
  701. lava-fire-spread: true
  702. flint-fire: false
  703. lightning-fire-spread: true
  704. portal-creation: false
  705. tnt-explosion: false
  706. tnt-playerdamage: false
  707. fireball-explosion: false
  708. fireball-fire: false
  709. fireball-playerdamage: false
  710. creeper-explosion: false
  711. creeper-playerdamage: false
  712. creeper-blockdamage: false
  713. enderdragon-blockdamage: true
  714. enderman-pickup: false
  715. villager-death: false
  716. # Monsters won't follow players
  717. # permission essentials.protect.entitytarget.bypass disables this
  718. entitytarget: false
  719. # Prevent the spawning of creatures
  720. spawn:
  721. creeper: false
  722. skeleton: false
  723. spider: false
  724. giant: false
  725. zombie: false
  726. slime: false
  727. ghast: false
  728. pig_zombie: false
  729. enderman: false
  730. cave_spider: false
  731. silverfish: false
  732. blaze: false
  733. magma_cube: false
  734. ender_dragon: false
  735. pig: false
  736. sheep: false
  737. cow: false
  738. chicken: false
  739. squid: false
  740. wolf: false
  741. mushroom_cow: false
  742. snowman: false
  743. ocelot: false
  744. iron_golem: false
  745. villager: false
  746.  
  747. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  748. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  749. creeper:
  750. max-height: -1
  751.  
  752. # Protect various blocks.
  753. protect:
  754. # Protect all signs
  755. signs: false
  756.  
  757. # Prevent users from destroying rails
  758. rails: false
  759.  
  760. # Blocks below rails/signs are also protected if the respective rail/sign is protected.
  761. # This makes it more difficult to circumvent protection, and should be enabled.
  762. # This only has an effect if "rails" or "signs" is also enabled.
  763. block-below: true
  764.  
  765. # Prevent placing blocks above protected rails, this is to stop a potential griefing
  766. prevent-block-on-rails: false
  767.  
  768. # Store blocks / signs in memory before writing
  769. memstore: false
  770.  
  771. # Disable various default physics and behaviors
  772. disable:
  773. # Should fall damage be disabled?
  774. fall: false
  775.  
  776. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  777. # They will be unable to attack users without that same permission node.
  778. pvp: false
  779.  
  780. # Should drowning damage be disabled?
  781. # (Split into two behaviors; generally, you want both set to the same value)
  782. drown: false
  783. suffocate: false
  784.  
  785. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  786. lavadmg: false
  787.  
  788. # Should arrow damage be disabled
  789. projectiles: false
  790.  
  791. # This will disable damage from touching cacti.
  792. contactdmg: false
  793.  
  794. # Burn, baby, burn! Should fire damage be disabled?
  795. firedmg: false
  796.  
  797. # Should the damage after hit by a lightning be disabled?
  798. lightning: false
  799.  
  800. # Disable weather options
  801. weather:
  802. storm: false
  803. thunder: false
  804. lightning: false
  805.  
  806. ############################################################
  807. # +------------------------------------------------------+ #
  808. # | EssentialsAntiBuild | #
  809. # +------------------------------------------------------+ #
  810. ############################################################
  811.  
  812. # Disable various default physics and behaviors
  813.  
  814. # Should people with build: false in permissions be allowed to build
  815. # Set true to disable building for those people
  816. build: true
  817.  
  818. # Should people with build: false in permissions be allowed to use items
  819. # Set true to disable using for those people
  820. use: true
  821.  
  822. # Should we tell people they are not allowed to build
  823. warn-on-build-disallow: true
  824.  
  825. # For which block types would you like to be alerted?
  826. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  827. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  828. alert:
  829. on-placement: 10,11,46,327
  830. on-use: 327
  831. on-break:
  832.  
  833. blacklist:
  834.  
  835. # Which blocks should people be prevented from placing
  836. placement: 10,11,46,327
  837.  
  838. # Which items should people be prevented from using
  839. usage: 327
  840.  
  841. # Which blocks should people be prevented from breaking
  842. break:
  843.  
  844. # Which blocks should not be pushed by pistons
  845. piston:
  846.  
  847. ############################################################
  848. # +------------------------------------------------------+ #
  849. # | Essentials Spawn / New Players | #
  850. # +------------------------------------------------------+ #
  851. ############################################################
  852.  
  853. newbies:
  854. # Should we announce to the server when someone logs in for the first time?
  855. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  856. # If not, set to ''
  857. #announce-format: ''
  858. announce-format: '&6Welcome &d{DISPLAYNAME}&6 to &eLegacy Mob Arenas!'
  859.  
  860. # When we spawn for the first time, which spawnpoint do we use?
  861. # Set to "none" if you want to use the spawn point of the world.
  862. spawnpoint: newbies
  863.  
  864. # Do we want to give users anything on first join? Set to '' to disable
  865. # This kit will be given regardless of cost, and permissions.
  866. #kit: ''
  867. kit: ''
  868.  
  869. # Set this to lowest, if you want Multiverse to handle the respawning
  870. # Set this to high, if you want EssentialsSpawn to handle the respawning
  871. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning
  872. respawn-listener-priority: high
  873.  
  874. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  875. respawn-at-home: false
  876.  
  877. # End of File <-- No seriously, you're done with configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement