Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2012
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.77 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: 'b'
  24.  
  25. # The character(s) to prefix all nicknames, so that you know they are not true usernames.
  26. nickname-prefix: '~'
  27.  
  28. # Disable this if you have any other plugin, that modifies the displayname of a user.
  29. change-displayname: true
  30.  
  31. # When this option is enabled, the (tab) player list will be updated with the displayname.
  32. # The value of change-displayname (above) has to be true.
  33. #change-playerlist: true
  34.  
  35. # When essentialschat.jar isnt used, force essentials to add the prefix and suffix from permission plugins to displayname
  36. # This setting is ignored if essentialschat.jar is used, and defaults to 'true'
  37. # The value of change-displayname (above) has to be true.
  38. # Do not edit this setting unless you know what you are doing!
  39. #add-prefix-suffix: false
  40.  
  41. # The delay, in seconds, required between /home, /tp, etc.
  42. teleport-cooldown: 0
  43.  
  44. # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.
  45. teleport-delay: 0
  46.  
  47. # The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command
  48. # This will also prevent the player attacking other players
  49. teleport-invulnerability: 4
  50.  
  51. # The delay, in seconds, required between /heal attempts
  52. heal-cooldown: 60
  53.  
  54. # What to prevent from /i /give
  55. # e.g item-spawn-blacklist: 46,11,10
  56. item-spawn-blacklist:
  57.  
  58. # Set this to true if you want permission based item spawn rules
  59. # Note: The blacklist above will be ignored then.
  60. # Permissions:
  61. # - essentials.itemspawn.item-all
  62. # - essentials.itemspawn.item-[itemname]
  63. # - essentials.itemspawn.item-[itemid]
  64. # - essentials.give.item-all
  65. # - essentials.give.item-[itemname]
  66. # - essentials.give.item-[itemid]
  67. # For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive
  68. permission-based-item-spawn: false
  69.  
  70. # Mob limit on the /spawnmob command per execution
  71. spawnmob-limit: 10
  72.  
  73. # Shall we notify users when using /lightning
  74. warn-on-smite: true
  75.  
  76. # motd and rules are now configured in the files motd.txt and rules.txt
  77.  
  78. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority.
  79. # Commands in this list, will tell Essentials to 'not give up' the command to other plugins.
  80. # In this state, which plugin 'wins' appears to be almost random.
  81. #
  82. # If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias.
  83. # To force essentials to take 'god' alias 'god' to 'egod'.
  84. # See http://wiki.bukkit.org/Bukkit.yml#aliases for more information
  85.  
  86. overridden-commands:
  87. # - god
  88.  
  89. # Disabled commands will be completely unavailable on the server.
  90. # Disabling commands here will have no effect on command conflicts.
  91. disabled-commands:
  92. # - nick
  93.  
  94. # If you do not wish to use a permission system, you can define a list of 'player perms' below.
  95. # This list has no effect if you are using a supported permissions system.
  96. # If you are using an unsupported permissions system simply delete this section.
  97. # Whitelist the commands and permissions you wish to give players by default (everything else is op only).
  98. # These are the permissions without the "essentials." part.
  99. player-commands:
  100. - afk
  101. - afk.auto
  102. - back
  103. - back.ondeath
  104. - balance
  105. - balance.others
  106. - balancetop
  107. - build
  108. - chat.color
  109. - chat.format
  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. - ignore
  122. - info
  123. - itemdb
  124. - kit
  125. - kits.tools
  126. - list
  127. - mail
  128. - mail.send
  129. - me
  130. - motd
  131. - msg
  132. - msg.color
  133. - near
  134. - pay
  135. - ping
  136. - protect
  137. - r
  138. - rules
  139. - realname
  140. - seen
  141. - sell
  142. - sethome
  143. - setxmpp
  144. - signs.create.trade
  145. - signs.break.trade
  146. - signs.use.balance
  147. - signs.use.buy
  148. - signs.use.disposal
  149. - signs.use.enchant
  150. - signs.use.heal
  151. - signs.use.info
  152. - signs.use.kit
  153. - signs.use.mail
  154. - signs.use.repair
  155. - signs.use.sell
  156. - signs.use.time
  157. - signs.use.trade
  158. - signs.use.warp
  159. - signs.use.weather
  160. - spawn
  161. - suicide
  162. - tpa
  163. - tpaccept
  164. - tpdeny
  165. - warp.list
  166. - world
  167. - worth
  168. - xmpp
  169.  
  170. # Note: All items MUST be followed by a quantity!
  171. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  172. # Syntax: - itemID[:DataValue] Amount [Enchantment:Level]..
  173. # 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
  174. # For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#kits
  175. kits:
  176. dtools:
  177. delay: 10
  178. items:
  179. - 277 1 efficiency:1 durability:1
  180. - 278 1
  181. - 279:780 1
  182. tools:
  183. delay: 10
  184. items:
  185. - 272 1
  186. - 273 1
  187. - 274 1
  188. - 275 1
  189.  
  190. # Essentials Sign Control
  191. # See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
  192. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  193. # Essentials Colored sign support will be enabled when any sign types are enabled.
  194. # Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
  195.  
  196. enabledSigns:
  197. #- color
  198. - balance
  199. - buy
  200. #- sell
  201. - trade
  202. #- free
  203. - disposal
  204. #- warp
  205. #- kit
  206. #- mail
  207. #- enchant
  208. #- gamemode
  209. #- heal
  210. #- info
  211. #- spawnmob
  212. #- repair
  213. #- time
  214. #- weather
  215.  
  216. # How many times per second can Essentials signs be interacted with per player.
  217. # Values should be between 1-20, 20 being virtually no lag protection.
  218. # Lower numbers will reduce the possibility of lag, but may annoy players.
  219. sign-use-per-second: 4
  220.  
  221. # Backup runs a batch/bash command while saving is disabled
  222. backup:
  223. # Interval in minutes
  224. interval: 15
  225. # Unless you add a valid backup command or script here, this feature will be useless.
  226. # Use 'save-all' to simply force regular world saving without backup.
  227. #command: 'rdiff-backup World1 backups/World1'
  228.  
  229. # Set this true to enable permission per warp.
  230. per-warp-permission: true
  231.  
  232. # Sort output of /list command by groups
  233. sort-list-by-groups: false
  234.  
  235. # More output to the console
  236. debug: false
  237.  
  238. # Set the locale for all messages
  239. # If you don't set this, the default locale of the server will be used.
  240. # For example, to set language to English, set locale to en, to use the file "messages_en.properties"
  241. # Don't forget to remove the # in front of the line
  242. # For more information, visit http://wiki.ess3.net/wiki/Locale
  243. #locale: en
  244.  
  245. # Turn off god mode when people exit
  246. remove-god-on-disconnect: false
  247.  
  248. # Auto-AFK
  249. # After this timeout in seconds, the user will be set as afk.
  250. # Set to -1 for no timeout.
  251. auto-afk: 300
  252.  
  253. # Auto-AFK Kick
  254. # After this timeout in seconds, the user will be kicked from the server.
  255. # Set to -1 for no timeout.
  256. auto-afk-kick: 500
  257.  
  258. # Set this to true, if you want to freeze the player, if he is afk.
  259. # Other players or monsters can't push him out of afk mode then.
  260. # This will also enable temporary god mode for the afk player.
  261. # The player has to use the command /afk to leave the afk mode.
  262. freeze-afk-players: false
  263.  
  264. # When the player is afk, should he be able to pickup items?
  265. # Enable this, when you don't want people idling in mob traps.
  266. disable-item-pickup-while-afk: false
  267.  
  268. # Should we automatically remove afk status when the player moves?
  269. # Player will be removed from afk on chat/command regardless of this setting.
  270. # Disable this to reduce server lag.
  271. cancel-afk-on-move: true
  272.  
  273. # You can disable the death messages of Minecraft here
  274. death-messages: true
  275.  
  276. # Add worlds to this list, if you want to automatically disable god mode there
  277. no-god-in-worlds:
  278. # - world_nether
  279.  
  280. # Set to true to enable per-world permissions for teleporting between worlds with essentials commands
  281. # This applies to /world, /back, /tp[a|o][here|all], but not warps.
  282. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  283. # This does not affect the /home command, there is a separate toggle below for this.
  284. world-teleport-permissions: false
  285.  
  286. # The number of items given if the quantity parameter is left out in /item or /give.
  287. # If this number is below 1, the maximum stack size size is given. If over-sized stacks
  288. # are not enabled, any number higher than the maximum stack size results in more than one stack.
  289. default-stack-size: -1
  290.  
  291. # Over-sized stacks are stacks that ignore the normal max stack size.
  292. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  293. # How many items should be in an over-sized stack?
  294. oversized-stacksize: 64
  295.  
  296. # Allow repair of enchanted weapons and armor.
  297. # If you set this to false, you can still allow it for certain players using the permission
  298. # essentials.repair.enchanted
  299. repair-enchanted: true
  300.  
  301. #Do you want essentials to keep track of previous location for /back in the teleport listener?
  302. #If you set this to true any plugin that uses teleport will have the previous location registered.
  303. register-back-in-listener: false
  304.  
  305. #Delay to wait before people can cause attack damage after logging in
  306. login-attack-delay: 5
  307.  
  308. #Set the max fly speed, values range from 0.1 to 1.0
  309. max-fly-speed: 1
  310.  
  311. #Set the maximum amount of mail that can be sent within a minute.
  312. mails-per-minute: 1000
  313.  
  314. ############################################################
  315. # +------------------------------------------------------+ #
  316. # | EssentialsHome | #
  317. # +------------------------------------------------------+ #
  318. ############################################################
  319.  
  320. # Allows people to set their bed at daytime
  321. update-bed-at-daytime: true
  322.  
  323. # Set to true to enable per-world permissions for using homes to teleport between worlds
  324. # This applies to the /home only.
  325. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  326. world-home-permissions: false
  327.  
  328. # Allow players to have multiple homes.
  329. # Players need essentials.sethome.multiple before they can have more than 1 home, defaults to 'default' below.
  330. # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
  331. # People with essentials.sethome.multiple.unlimited are not limited by these numbers.
  332. # For more information, visit http://wiki.ess3.net/wiki/Multihome
  333. sethome-multiple:
  334. default: 1
  335. # essentials.sethome.multiple.vip
  336. vip: 5
  337. # essentials.sethome.multiple.staff
  338. staff: 10
  339.  
  340. # Set timeout in seconds for players to accept tpa before request is cancelled.
  341. # Set to 0 for no timeout
  342. tpa-accept-cancellation: 30
  343.  
  344. ############################################################
  345. # +------------------------------------------------------+ #
  346. # | EssentialsEco | #
  347. # +------------------------------------------------------+ #
  348. ############################################################
  349.  
  350. # For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy
  351.  
  352. # Defines the balance with which new players begin. Defaults to 0.
  353. starting-balance: 100
  354.  
  355. # worth-# defines the value of an item when it is sold to the server via /sell.
  356. # These are now defined in worth.yml
  357.  
  358. # Defines the cost to use the given commands PER USE
  359. # Some commands like /repair have sub-costs, check the wiki for more information.
  360. command-costs:
  361. # /example costs $1000 PER USE
  362. #example: 1000
  363. # /kit tools costs $1500 PER USE
  364. #kit-tools: 1500
  365.  
  366. # Set this to a currency symbol you want to use.
  367. currency-symbol: '$'
  368.  
  369. # Set the maximum amount of money a player can have
  370. # The amount is always limited to 10 trillion because of the limitations of a java double
  371. max-money: 10000000000000
  372.  
  373. # Set the minimum amount of money a player can have (must be above the negative of max-money).
  374. # Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
  375. min-money: 0
  376.  
  377. # Enable this to log all interactions with trade/buy/sell signs and sell command
  378. economy-log-enabled: true
  379.  
  380. ############################################################
  381. # +------------------------------------------------------+ #
  382. # | EssentialsHelp | #
  383. # +------------------------------------------------------+ #
  384. ############################################################
  385.  
  386. # Show other plugins commands in help
  387. non-ess-in-help: true
  388.  
  389. # Hide plugins which do not give a permission
  390. # You can override a true value here for a single plugin by adding a permission to a user/group.
  391. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
  392. # You can use negative permissions to remove access to just a single plugins help if the following is enabled.
  393. hide-permissionless-help: true
  394.  
  395. ############################################################
  396. # +------------------------------------------------------+ #
  397. # | EssentialsChat | #
  398. # +------------------------------------------------------+ #
  399. ############################################################
  400.  
  401. chat:
  402.  
  403. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  404. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  405. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  406. # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  407. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  408. radius: 0
  409.  
  410. # Chat formatting can be done in two ways, you can either define a standard format for all chat
  411. # Or you can give a group specific chat format, to give some extra variation.
  412. # If set to the default chat format which "should" be compatible with ichat.
  413. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
  414.  
  415. format: '[{DISPLAYNAME}] {MESSAGE}'
  416. #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  417.  
  418. group-formats:
  419. # Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
  420. # Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
  421.  
  422. # If you are using group formats make sure to remove the '#' to allow the setting to be read.
  423.  
  424. ############################################################
  425. # +------------------------------------------------------+ #
  426. # | EssentialsProtect | #
  427. # +------------------------------------------------------+ #
  428. ############################################################
  429.  
  430. protect:
  431. # Database settings for sign/rail protection
  432.  
  433. # mysql or sqlite
  434. # We strongly recommend against using mysql here, unless you have a good reason.
  435. # Sqlite seems to be faster in almost all cases, and in some cases mysql can be much slower.
  436. datatype: 'sqlite'
  437.  
  438. # If you specified MySQL above, you MUST enter the appropriate details here.
  439. # If you specified SQLite above, these will be IGNORED.
  440. username: 'root'
  441. password: 'root'
  442. mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
  443.  
  444. # General physics/behavior modifications
  445. prevent:
  446. lava-flow: false
  447. water-flow: false
  448. water-bucket-flow: false
  449. fire-spread: false
  450. lava-fire-spread: false
  451. flint-fire: false
  452. lightning-fire-spread: false
  453. portal-creation: false
  454. tnt-explosion: false
  455. tnt-playerdamage: false
  456. fireball-explosion: false
  457. fireball-fire: false
  458. fireball-playerdamage: false
  459. witherskull-explosion: false
  460. witherskull-playerdamage: false
  461. wither-spawnexplosion: false
  462. wither-blockreplace: false
  463. creeper-explosion: false
  464. creeper-playerdamage: false
  465. creeper-blockdamage: false
  466. enderdragon-blockdamage: true
  467. enderman-pickup: false
  468. villager-death: false
  469. # Monsters won't follow players
  470. # permission essentials.protect.entitytarget.bypass disables this
  471. entitytarget: false
  472. # Prevent the spawning of creatures
  473. spawn:
  474. creeper: false
  475. skeleton: false
  476. spider: false
  477. giant: false
  478. zombie: false
  479. slime: false
  480. ghast: false
  481. pig_zombie: false
  482. enderman: false
  483. cave_spider: false
  484. silverfish: false
  485. blaze: false
  486. magma_cube: false
  487. ender_dragon: false
  488. pig: false
  489. sheep: false
  490. cow: false
  491. chicken: false
  492. squid: false
  493. wolf: false
  494. mushroom_cow: false
  495. snowman: false
  496. ocelot: false
  497. iron_golem: false
  498. villager: false
  499. wither: false
  500. bat: false
  501. witch: false
  502.  
  503. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  504. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  505. creeper:
  506. max-height: -1
  507.  
  508. # Protect various blocks.
  509. protect:
  510. # Protect all signs
  511. signs: false
  512.  
  513. # Prevent users from destroying rails
  514. rails: false
  515.  
  516. # Blocks below rails/signs are also protected if the respective rail/sign is protected.
  517. # This makes it more difficult to circumvent protection, and should be enabled.
  518. # This only has an effect if "rails" or "signs" is also enabled.
  519. block-below: true
  520.  
  521. # Prevent placing blocks above protected rails, this is to stop a potential griefing
  522. prevent-block-on-rails: false
  523.  
  524. # Store blocks / signs in memory before writing
  525. memstore: false
  526.  
  527. # Disable various default physics and behaviors
  528. disable:
  529. # Should fall damage be disabled?
  530. fall: false
  531.  
  532. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  533. # They will be unable to attack users without that same permission node.
  534. pvp: true
  535.  
  536. # Should drowning damage be disabled?
  537. # (Split into two behaviors; generally, you want both set to the same value)
  538. drown: false
  539. suffocate: false
  540.  
  541. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  542. lavadmg: false
  543.  
  544. # Should arrow damage be disabled
  545. projectiles: false
  546.  
  547. # This will disable damage from touching cacti.
  548. contactdmg: false
  549.  
  550. # Burn, baby, burn! Should fire damage be disabled?
  551. firedmg: false
  552.  
  553. # Should the damage after hit by a lightning be disabled?
  554. lightning: false
  555.  
  556. # Should Wither damage be disabled?
  557. wither: false
  558.  
  559. # Disable weather options
  560. weather:
  561. storm: false
  562. thunder: false
  563. lightning: false
  564.  
  565. ############################################################
  566. # +------------------------------------------------------+ #
  567. # | EssentialsAntiBuild | #
  568. # +------------------------------------------------------+ #
  569. ############################################################
  570.  
  571. # Disable various default physics and behaviors
  572. # For more information, visit http://wiki.ess3.net/wiki/AntiBuild
  573.  
  574. # Should people with build: false in permissions be allowed to build
  575. # Set true to disable building for those people
  576. # Setting to false means EssentialsAntiBuild will never prevent you from building
  577. build: true
  578.  
  579. # Should people with build: false in permissions be allowed to use items
  580. # Set true to disable using for those people
  581. # Setting to false means EssentialsAntiBuild will never prevent you from using
  582. use: true
  583.  
  584. # Should we tell people they are not allowed to build
  585. warn-on-build-disallow: true
  586.  
  587. # For which block types would you like to be alerted?
  588. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  589. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  590. alert:
  591. on-placement: 10,11,46,327
  592. on-use: 327
  593. on-break:
  594.  
  595. blacklist:
  596.  
  597. # Which blocks should people be prevented from placing
  598. placement:
  599.  
  600. # Which items should people be prevented from using
  601. usage:
  602.  
  603. # Which blocks should people be prevented from breaking
  604. break:
  605.  
  606. # Which blocks should not be pushed by pistons
  607. piston:
  608.  
  609. ############################################################
  610. # +------------------------------------------------------+ #
  611. # | Essentials Spawn / New Players | #
  612. # +------------------------------------------------------+ #
  613. ############################################################
  614.  
  615. newbies:
  616. # Should we announce to the server when someone logs in for the first time?
  617. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  618. # If not, set to ''
  619. #announce-format: ''
  620. announce-format: '&bWelcome {DISPLAYNAME}&c to the server!'
  621.  
  622. # When we spawn for the first time, which spawnpoint do we use?
  623. # Set to "none" if you want to use the spawn point of the world.
  624. spawnpoint: newbies
  625.  
  626. # Do we want to give users anything on first join? Set to '' to disable
  627. # This kit will be given regardless of cost, and permissions.
  628. #kit: ''
  629. kit:
  630.  
  631. # Set this to lowest, if you want Multiverse to handle the respawning
  632. # Set this to high, if you want EssentialsSpawn to handle the respawning
  633. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning
  634. respawn-listener-priority: high
  635.  
  636. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  637. respawn-at-home: false
  638.  
  639. # End of File <-- No seriously, you're done with configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement