Advertisement
Guest User

My edited Essentials Config

a guest
Jul 5th, 2012
620
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.59 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 heirarchy 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: '&f'
  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: false
  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 # infront of the line
  45. #add-prefix-suffix: false
  46.  
  47. # The delay, in seconds, required between /home, /tp, etc.
  48. teleport-cooldown: 5
  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: 5
  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: 0
  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: 10
  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.shout
  111. - chat.question
  112. - clearinventory
  113. - compass
  114. - depth
  115. - delhome
  116. - getpos
  117. - geoip.show
  118. - help
  119. - helpop
  120. - home
  121. - home.others
  122. - ignore
  123. - info
  124. - itemdb
  125. - kit
  126. - kit.tools
  127. - list
  128. - mail
  129. - mail.send
  130. - me
  131. - motd
  132. - msg
  133. - msg.color
  134. - nick
  135. - near
  136. - pay
  137. - ping
  138. - powertool
  139. - powertooltoggle
  140. - protect
  141. - r
  142. - rules
  143. - realname
  144. - seen
  145. - sell
  146. - sethome
  147. - setxmpp
  148. - signs.create.protection
  149. - signs.create.trade
  150. - signs.break.protection
  151. - signs.break.trade
  152. - signs.use.balance
  153. - signs.use.buy
  154. - signs.use.disposal
  155. - signs.use.free
  156. - signs.use.heal
  157. - signs.use.mail
  158. - signs.use.protection
  159. - signs.use.sell
  160. - signs.use.time
  161. - signs.use.trade
  162. - signs.use.warp
  163. - signs.use.weather
  164. - spawn
  165. - suicide
  166. - time
  167. - tpa
  168. - tpaccept
  169. - tpahere
  170. - tpdeny
  171. - warp
  172. - warp.list
  173. - world
  174. - worth
  175. - xmpp
  176.  
  177. # Note: All items MUST be followed by a quantity!
  178. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  179. # Syntax: - itemID[:DataValue] Amount [Enchantment:Level]..
  180. # Times are measured in seconds.
  181. kits:
  182. Starter:
  183. delay: 86400
  184. items:
  185. - 272 1
  186. - 273 1
  187. - 274 1
  188. - 275 1
  189. - 291 1
  190. - 307 1
  191. - 308 1
  192. - 260 5
  193. - 364 10
  194. food:
  195. delay: 86400
  196. items:
  197. - 282 20
  198. food16:
  199. delay: 86400
  200. items:
  201. - 282 16
  202. xp:
  203. delay: 43200
  204. items:
  205. - 384 5
  206. xp1:
  207. delay: 43200
  208. items:
  209. - 384 10
  210. xp2:
  211. delay: 43200
  212. items:
  213. - 384 20
  214. xp3:
  215. delay: 43200
  216. items:
  217. - 384 30
  218. speed:
  219. delay: 86400
  220. items:
  221. - 373:8258 3
  222. speed6:
  223. delay: 86400
  224. items:
  225. - 373:8258 6
  226. irontools:
  227. delay: 86400
  228. items:
  229. - 267 1
  230. - 256 1
  231. - 257 1
  232. - 258 1
  233. - 292 1
  234. tnt:
  235. delay: 86400
  236. items:
  237. - 46 8
  238. tnt32:
  239. delay: 86400
  240. items:
  241. - 46 32
  242. health:
  243. delay: 86400
  244. items:
  245. - 373:8229 3
  246. health6:
  247. delay: 86400
  248. items:
  249. - 373:8229 6
  250. pyro:
  251. delay: 86400
  252. items:
  253. - 385 10
  254. pyro1:
  255. delay: 86400
  256. items:
  257. - 385 15
  258. pyro2:
  259. delay: 86400
  260. items:
  261. - 385 25
  262. obby:
  263. delay: 86400
  264. items:
  265. - 49 32
  266. obby64:
  267. delay: 86400
  268. items:
  269. - 49 64
  270. poison:
  271. delay: 86400
  272. items:
  273. - 373:16452 2
  274. poison6:
  275. delay: 86400
  276. items:
  277. - 373:16452 6
  278. archery:
  279. delay: 86400
  280. items:
  281. - 261 1
  282. - 262 32
  283. archery64:
  284. delay: 86400
  285. items:
  286. - 261 1
  287. - 262 64
  288.  
  289.  
  290.  
  291. # Essentials Sign Control
  292. # See http://ess.khhq.net/wiki/Sign_Tutorial for instructions on how to use these.
  293. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  294. # Essentials Colored sign support will be enabled when any sign types are enabled.
  295. # We recommend not enabling chest protection signs if you don't intend to use them, (or are using LWC/Lockette).
  296.  
  297. enabledSigns:
  298. #- color
  299. - balance
  300. #- buy
  301. #- sell
  302. #- trade
  303. - free
  304. - disposal
  305. - warp
  306. #- kit
  307. #- mail
  308. - enchant
  309. #- gamemode
  310. - heal
  311. #- spawnmob
  312. #- time
  313. #- weather
  314. #- protection
  315.  
  316. # Backup runs a command while saving is disabled
  317. backup:
  318. # Interval in minutes
  319. interval: 30
  320. # Unless you add a valid backup command or script here, this feature will be useless.
  321. # Use 'save-all' to simply force regular world saving without backup.
  322. #command: 'rdiff-backup World1 backups/World1'
  323.  
  324. # Set this true to enable permission per warp.
  325. per-warp-permission: false
  326.  
  327. # Sort output of /list command by groups
  328. sort-list-by-groups: false
  329.  
  330. # More output to the console
  331. debug: false
  332.  
  333. # Set the locale for all messages
  334. # If you don't set this, the default locale of the server will be used.
  335. # Don't forget to remove the # infront of the line
  336. #locale: de_DE
  337.  
  338. # Turn off god mode when people exit
  339. remove-god-on-disconnect: false
  340.  
  341. # Use the permission system of bukkit
  342. # This only works if no other permission plugins are installed
  343. use-bukkit-permissions: false
  344.  
  345. # Auto-AFK
  346. # After this timeout in seconds, the user will be set as afk.
  347. # Set to -1 for no timeout.
  348. auto-afk: 300
  349.  
  350. # Auto-AFK Kick
  351. # After this timeout in seconds, the user will be kicked from the server.
  352. # Set to -1 for no timeout.
  353. auto-afk-kick: 300
  354.  
  355. # Set this to true, if you want to freeze the player, if he is afk.
  356. # Other players or monsters can't push him out of afk mode then.
  357. # This will also enable temporary god mode for the afk player.
  358. # The player has to use the command /afk to leave the afk mode.
  359. freeze-afk-players: false
  360.  
  361. # When the player is afk, should he be able to pickup items?
  362. # Enable this, when you don't want people idling in mob traps.
  363. disable-item-pickup-while-afk: true
  364.  
  365. # You can disable the death messages of minecraft here
  366. death-messages: true
  367.  
  368. # Add worlds to this list, if you want to automatically disable god mode there
  369. no-god-in-worlds:
  370. # - world_nether
  371.  
  372. # Set to true to enable per-world permissions for teleporting with /world, /tp ,/tpa and /tpo.
  373. # Give someone permission to teleport to a world with essentials.world.<worldname>
  374. world-teleport-permissions: false
  375.  
  376. # The number of items given if the quantity parameter is left out in /item or /give.
  377. # If this number is below 1, the maximum stack size size is given. If oversized stacks
  378. # is not enabled, any number higher then the maximum stack size results in more than one stack.
  379. default-stack-size: -1
  380.  
  381. # Oversized stacks are stacks that ignore the normal max stacksize.
  382. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  383. # How many items should be in a oversized stack?
  384. oversized-stacksize: 64
  385.  
  386. # Do you allow to repair enchanted weapons and armor?
  387. # If you set this to false, you can still allow it for certain players using the permission
  388. # essentials.repair.enchanted
  389. repair-enchanted: true
  390.  
  391. #Do you want essentials to keep track of previous location for /back in the teleport listener?
  392. #If you set this to true any plugin that uses teleport will have the previous location registered.
  393. register-back-in-listener: false
  394.  
  395. ############################################################
  396. # +------------------------------------------------------+ #
  397. # | EssentialsHome | #
  398. # +------------------------------------------------------+ #
  399. ############################################################
  400.  
  401. # If no home is set, send players to spawn when /home is used
  402. spawn-if-no-home: true
  403.  
  404. # Allows people to set their bed at daytime
  405. update-bed-at-daytime: true
  406.  
  407. # Allow players to have multiple homes.
  408. # Players need essentials.sethome.multiple before they can have more than 1 home, default to 'default' below.
  409. # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
  410. # People with essentials.sethome.multiple.unlimited are not limited by these numbers.
  411. sethome-multiple:
  412. default: 0
  413. # essentials.sethome.multiple.vip
  414. vip: 5
  415. # essentials.sethome.multiple.staff
  416. staff: 10
  417.  
  418. # Set timeout in seconds for players to accept tpa before request is cancelled.
  419. # Set to 0 for no timeout
  420. tpa-accept-cancellation: 0
  421.  
  422. ############################################################
  423. # +------------------------------------------------------+ #
  424. # | EssentialsEco | #
  425. # +------------------------------------------------------+ #
  426. ############################################################
  427.  
  428. # Defines the balance with which new players begin. Defaults to 0.
  429. starting-balance: 0
  430.  
  431. # worth-# defines the value of an item when it is sold to the server via /sell.
  432. # These are now defined in worth.yml
  433.  
  434. # Defines the cost to use the given commands PER USE
  435. command-costs:
  436. # /example costs $1000 PER USE
  437. #example: 1000
  438. # /kit tools costs $1500 PER USE
  439. #kit-tools: 1500
  440.  
  441. # Set this to a currency symbol you want to use.
  442. currency-symbol: '$'
  443.  
  444. # Set the maximum amount of money a player can have
  445. # The amount is always limited to 10 trillions because of the limitations of a java double
  446. max-money: 10000000000000
  447.  
  448. # Set the minimum amount of money a player can have (must be above the negitive of max-money).
  449. # Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
  450. min-money: -10000
  451.  
  452. # Enable this to log all interactions with trade/buy/sell signs and sell command
  453. economy-log-enabled: false
  454.  
  455. ############################################################
  456. # +------------------------------------------------------+ #
  457. # | EssentialsHelp | #
  458. # +------------------------------------------------------+ #
  459. ############################################################
  460.  
  461. # Show other plugins commands in help
  462. non-ess-in-help: true
  463.  
  464. # Hide plugins which dont give a permission
  465. # You can override a true value here for a single plugin by adding a permission to a user/group.
  466. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help this setting reguardless.
  467. # You can use negitive permissions to remove access to just a single plugins help if the following is enabled.
  468. hide-permissionless-help: true
  469.  
  470. ############################################################
  471. # +------------------------------------------------------+ #
  472. # | EssentialsChat | #
  473. # +------------------------------------------------------+ #
  474. ############################################################
  475.  
  476. chat:
  477.  
  478. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  479. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  480. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  481. # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
  482. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  483. radius: 0
  484.  
  485. # Chat formatting can be done in two ways, you can either define a standard format for all chat
  486. # Or you can give a group specific chat format, to give some extra variation.
  487. # If set to the default chat format which "should" be compatible with ichat.
  488. # For more information of chat formatting, check out the wiki: http://ess.khhq.net/wiki/Chat_Formatting
  489.  
  490. format: '<{DISPLAYNAME}> {MESSAGE}'
  491. #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
  492.  
  493. group-formats:
  494. # Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
  495. # Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'
  496. Owner: '&f[&9Owner&f]&f {DISPLAYNAME}&7:&c {MESSAGE}'
  497. CoOwner: '&f[&cCo-Owner&f]&f {DISPLAYNAME}&7:&9 {MESSAGE}'
  498. Admin: '&f[&2Admin&f]&f {DISPLAYNAME}&7:&2 {MESSAGE}'
  499. Moderator: '&f[&5Moderator&f]&f {DISPLAYNAME}&7:&5 {MESSAGE}'
  500. diamondsword: '&1{DISPLAYNAME}&7:&7 {MESSAGE}'
  501. ironsword: '&6{DISPLAYNAME}&7:&7 {MESSAGE}'
  502. stonesword: '&a{DISPLAYNAME}&7:&7 {MESSAGE}'
  503.  
  504.  
  505. # If your using group formats make sure to remove the '#' to allow the setting to be read.
  506.  
  507. ############################################################
  508. # +------------------------------------------------------+ #
  509. # | EssentialsProtect | #
  510. # +------------------------------------------------------+ #
  511. ############################################################
  512.  
  513. protect:
  514. # Database settings for sign/rail protection
  515.  
  516. # mysql or sqlite
  517. # We strongly recommend against using mysql here, unless you have a good reason.
  518. # Sqlite seems to be faster in almost all cases, and in some cases mysql can be much slower.
  519. datatype: 'sqlite'
  520.  
  521. # If you specified MySQL above, you MUST enter the appropriate details here.
  522. # If you specified SQLite above, these will be IGNORED.
  523. username: 'root'
  524. password: 'root'
  525. mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
  526.  
  527. # For which block types would you like to be alerted?
  528. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  529. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  530. alert:
  531. on-placement: 10,11,46,327
  532. on-use: 327
  533. on-break:
  534.  
  535. blacklist:
  536.  
  537. # Which blocks should people be prevented from placing
  538. placement:
  539.  
  540. # Which items should people be prevented from using
  541. usage:
  542.  
  543. # Which blocks should people be prevented from breaking
  544. break:
  545.  
  546. # Which blocks should not be pushed by pistons
  547. piston:
  548.  
  549. # General physics/behavior modifications
  550. prevent:
  551. lava-flow: false
  552. water-flow: false
  553. water-bucket-flow: false
  554. fire-spread: true
  555. lava-fire-spread: true
  556. flint-fire: false
  557. lightning-fire-spread: true
  558. portal-creation: false
  559. tnt-explosion: false
  560. tnt-playerdamage: false
  561. fireball-explosion: false
  562. fireball-fire: false
  563. fireball-playerdamage: false
  564. creeper-explosion: false
  565. creeper-playerdamage: false
  566. creeper-blockdamage: false
  567. enderdragon-blockdamage: true
  568. enderman-pickup: false
  569. villager-death: false
  570. # Monsters won't follow players
  571. # permission essentials.protect.entitytarget.bypass disables this
  572. entitytarget: false
  573. # Prevent the spawning of creatures
  574. spawn:
  575. creeper: false
  576. skeleton: false
  577. spider: false
  578. giant: false
  579. zombie: false
  580. slime: false
  581. ghast: false
  582. pig_zombie: false
  583. enderman: false
  584. cave_spider: false
  585. silverfish: false
  586. blaze: false
  587. magma_cube: false
  588. ender_dragon: false
  589. pig: false
  590. sheep: false
  591. cow: false
  592. chicken: false
  593. squid: false
  594. wolf: false
  595. mushroom_cow: false
  596. snowman: false
  597. ocelot: false
  598. iron_golem: false
  599. villager: false
  600.  
  601. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  602. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  603. creeper:
  604. max-height: -1
  605.  
  606. # Protect various blocks.
  607. protect:
  608. # Protect all signs
  609. signs: true
  610.  
  611. # Prevent users from destroying rails
  612. rails: true
  613.  
  614. # Blocks below rails/signs are also protected if the respective rail/sign is protected.
  615. # This makes it more difficult to circumvent protection, and should be enabled.
  616. # This only has an effect if "rails" or "signs" is also enabled.
  617. block-below: true
  618.  
  619. # Prevent placing blocks above protected rails, this is to stop a potential griefing
  620. prevent-block-on-rails: false
  621.  
  622. # Store blocks / signs in memory before writing
  623. memstore: false
  624.  
  625. # Disable various default physics and behaviors
  626. disable:
  627. # Should fall damage be disabled?
  628. fall: false
  629.  
  630. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  631. # They will be unable to attack users without that same permission node.
  632. pvp: false
  633.  
  634. # Should drowning damage be disabled?
  635. # (Split into two behaviors; generally, you want both set to the same value)
  636. drown: false
  637. suffocate: false
  638.  
  639. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  640. lavadmg: false
  641.  
  642. # Should arrow damage be disabled
  643. projectiles: false
  644.  
  645. # This will disable damage from touching cacti.
  646. contactdmg: false
  647.  
  648. # Burn, baby, burn! Should fire damage be disabled?
  649. firedmg: false
  650.  
  651. # Should the damage after hit by a lightning be disabled?
  652. lightning: false
  653.  
  654. # Should people with build: false in permissions be allowed to build
  655. # Set true to disable building for those people
  656. build: true
  657.  
  658. # Should people with build: false in permissions be allowed to use items
  659. # Set true to disable using for those people
  660. use: true
  661.  
  662. # Should we tell people they are not allowed to build
  663. warn-on-build-disallow: true
  664.  
  665. # Disable weather options
  666. weather:
  667. storm: false
  668. thunder: false
  669. lightning: false
  670.  
  671. ############################################################
  672. # +------------------------------------------------------+ #
  673. # | Essentials Spawn / New Players | #
  674. # +------------------------------------------------------+ #
  675. ############################################################
  676.  
  677. newbies:
  678. # Should we announce to the server when someone logs in for the first time?
  679. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  680. # If not, set to ''
  681. #announce-format: ''
  682. announce-format: '&dWelcome {DISPLAYNAME}&d to the server!'
  683.  
  684. # When we spawn for the first time, which spawnpoint do we use?
  685. # Set to "none" if you want to use the spawn point of the world.
  686. spawnpoint: none
  687.  
  688. # Do we want to give users anything on first join? Set to '' to disable
  689. # This kit will be given reguardless of cost, and permissions.
  690. #kit: ''
  691. kit:
  692.  
  693. # Set this to lowest, if you want Multiverse to handle the respawning
  694. # Set this to high, if you want EssentialsSpawn to handle the respawning
  695. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning
  696. respawn-listener-priority: high
  697.  
  698. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  699. respawn-at-home: false
  700.  
  701. # End of File <-- No seriously, you're done with configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement