Advertisement
Guest User

Essentials

a guest
Apr 27th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.29 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: '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. # Adds the prefix and suffix to the displayname of the player, so it will be displayed in messages and lists.
  37. # The prefix/suffix can be set using Permissions, Group Manager or PermissionsEx.
  38. # The value of change-displayname (above) has to be true.
  39. # If you don't set this, it will default to true if essentials chat is installed.
  40. # Don't forget to remove the # infront of the line
  41. #add-prefix-suffix: false
  42.  
  43. # The delay, in seconds, required between /home, /tp, etc.
  44. teleport-cooldown: 0
  45.  
  46. # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.
  47. teleport-delay: 0
  48.  
  49. # The delay, in seconds, required between /heal attempts
  50. heal-cooldown: 60
  51.  
  52. # What to prevent from /i /give
  53. # e.g item-spawn-blacklist: 46,11,10
  54. item-spawn-blacklist:
  55.  
  56. # Set this to true if you want permission based item spawn rules
  57. # Note: The blacklist above will be ignored then.
  58. # Permissions:
  59. # - essentials.itemspawn.item-all
  60. # - essentials.itemspawn.item-[itemname]
  61. # - essentials.itemspawn.item-[itemid]
  62. # - essentials.give.item-all
  63. # - essentials.give.item-[itemname]
  64. # - essentials.give.item-[itemid]
  65. permission-based-item-spawn: false
  66.  
  67. # Mob limit on spawnmob
  68. spawnmob-limit: 10
  69.  
  70. # Shall we notify users when using /lightning
  71. warn-on-smite: true
  72.  
  73. # motd and rules are now configured in the files motd.txt and rules.txt
  74.  
  75. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take
  76. # priority. If a command is in this list, Essentials will try to give ITSELF priority. This does not always work:
  77. # usually whichever plugin was updated most recently wins out. However, the full name of the command will always work.
  78. # For example, if WorldGuard and Essentials are both enabled, and WorldGuard takes control over /god, /essentials:god
  79. # will still map to Essentials, whereas it might normally get forced upon WorldGuard. Commands prefixed with an "e",
  80. # such as /egod, will always grant Essentials priority.
  81. # We should try to take priority over /god. If this doesn't work, use
  82. # /essentials:god or /egod. If god is set using WorldGuard, use /ungod to remove then use whichever you see fit.
  83. overridden-commands:
  84. - god
  85.  
  86. # Disabled commands will be completelly unavailable on the server.
  87. disabled-commands:
  88. # - nick
  89.  
  90. # Restricted commands have been removed.
  91. # Now we have a whitelist, all commands not on this list are only available to ops.
  92. # These will have NO EFFECT if you have Permissions installed!
  93. # They are here only if you want something simpler than Permissions.
  94. # These are the permissions without the "essentials." part.
  95. player-commands:
  96. - afk
  97. - back
  98. - back.ondeath
  99. - balance
  100. - clearinventory
  101. - compass
  102. - depth
  103. - getpos
  104. - geoip.show
  105. - help
  106. - helpop
  107. - home
  108. - home.others
  109. - ignore
  110. - info
  111. - kit
  112. - list
  113. - mail
  114. - mail.send
  115. - me
  116. - motd
  117. - msg
  118. - nick
  119. - pay
  120. - ping
  121. - powertool
  122. - protect
  123. - r
  124. - rules
  125. - seen
  126. - sell
  127. - sethome
  128. - setxmpp
  129. - signs.create.protection
  130. - signs.create.trade
  131. - signs.break.protection
  132. - signs.break.trade
  133. - signs.use.balance
  134. - signs.use.buy
  135. - signs.use.disposal
  136. - signs.use.free
  137. - signs.use.heal
  138. - signs.use.mail
  139. - signs.use.protection
  140. - signs.use.sell
  141. - signs.use.time
  142. - signs.use.trade
  143. - signs.use.warp
  144. - signs.use.weather
  145. - spawn
  146. - suicide
  147. - tpa
  148. - tpaccept
  149. - tpahere
  150. - tpdeny
  151. - warp
  152. - warp.list
  153. - world
  154. - worth
  155. - xmpp
  156.  
  157. # Note: All items MUST be followed by a quantity!
  158. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  159. # Times are measured in seconds.
  160. kits:
  161. baronarm:
  162. delay: 432000
  163. items:
  164. - 306 1
  165. - 307 1
  166. - 308 1
  167. - 309 1
  168. - 320 3
  169. baront:
  170. delay: 432000
  171. items:
  172. - 267 1
  173. - 256 1
  174. - 257 1
  175. - 258 1
  176. - 261 1
  177. - 262 16
  178. paarm:
  179. delay: 216000
  180. items:
  181. - 298 1
  182. - 299 1
  183. - 300 1
  184. - 301 1
  185. - 366 2
  186. pat:
  187. delay: 216000
  188. items:
  189. - 272 1
  190. - 273 1
  191. - 274 1
  192. - 275 1
  193. basict:
  194. delay: 216000
  195. items:
  196. - 268 1
  197. - 269 1
  198. - 270 1
  199. - 271 1
  200. basicarm:
  201. delay: 216000
  202. items:
  203. - 299 1
  204. - 300 1
  205. - 301 1
  206. - 360 2
  207. bage:
  208. delay: 216000
  209. items:
  210. - 20 64
  211. - 364 16
  212. - 17 64
  213. kindle:
  214. delay: 216000
  215. items:
  216. - 50 16
  217. - 364 1
  218.  
  219. # Essentials Sign Control
  220. # See http://ess.khhq.net/wiki/Sign_Tutorial for instructions on how to use these.
  221. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  222. # We recommend not enabling chest protection signs if you don't intend to use them, (or are using LWC/Lockette).
  223.  
  224. enabledSigns:
  225. #- balance
  226. #- buy
  227. #- sell
  228. #- trade
  229. #- free
  230. #- disposal
  231. #- warp
  232. #- kit
  233. #- mail
  234. #- enchant
  235. #- gamemode
  236. #- heal
  237. #- spawnmob
  238. #- time
  239. #- weather
  240. #- protection
  241.  
  242. # Backup runs a command while saving is disabled
  243. backup:
  244. # Interval in minutes
  245. interval: 60
  246. # Add a command that backups your data, e.g.
  247. #command: 'rdiff-backup World1 backups/World1'
  248.  
  249. # Set this true to enable permission per warp.
  250. per-warp-permission: false
  251.  
  252. # Sort output of /list command by groups
  253. sort-list-by-groups: false
  254.  
  255. # More output to the console
  256. debug: false
  257.  
  258. # Set the locale for all messages
  259. # If you don't set this, the default locale of the server will be used.
  260. # Don't forget to remove the # infront of the line
  261. #locale: de_DE
  262.  
  263. # Turn off god mode when people exit
  264. remove-god-on-disconnect: false
  265.  
  266. # Use the permission system of bukkit
  267. # This only works if no other permission plugins are installed
  268. use-bukkit-permissions: false
  269.  
  270. # Auto-AFK
  271. # After this timeout in seconds, the user will be set as afk.
  272. # Set to -1 for no timeout.
  273. auto-afk: 300
  274.  
  275. # Auto-AFK Kick
  276. # After this timeout in seconds, the user will be kicked from the server.
  277. # Set to -1 for no timeout.
  278. auto-afk-kick: -1
  279.  
  280. # Set this to true, if you want to freeze the player, if he is afk.
  281. # Other players or monsters can't push him out of afk mode then.
  282. # This will also enable temporary god mode for the afk player.
  283. # The player has to use the command /afk to leave the afk mode.
  284. freeze-afk-players: false
  285.  
  286. # When the player is afk, should he be able to pickup items?
  287. # Enable this, when you don't want people idling in mob traps.
  288. disable-item-pickup-while-afk: true
  289.  
  290. # You can disable the death messages of minecraft here
  291. death-messages: true
  292.  
  293. # Add worlds to this list, if you want to automatically disable god mode there
  294. no-god-in-worlds:
  295. # - world_nether
  296.  
  297. # Set to true to enable per-world permissions for teleporting with /world
  298. # Give someone permission to teleport to a world with essentials.world.<worldname>
  299. world-teleport-permissions: false
  300.  
  301. # The number of items given if the quantity parameter is left out in /item or /give.
  302. # If this number is below 1, the maximum stack size size is given. If oversized stacks
  303. # is not enabled, any number higher then the maximum stack size results in more than one stack.
  304. default-stack-size: -1
  305.  
  306. # Oversized stacks are stacks that ignore the normal max stacksize.
  307. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  308. # How many items should be in a oversized stack?
  309. oversized-stacksize: 64
  310.  
  311. # Do you allow to repair enchanted weapons and armor?
  312. # If you set this to false, you can still allow it for certain players using the permission
  313. # essentials.repair.enchanted
  314. repair-enchanted: true
  315.  
  316. #Do you want essentials to keep track of previous location for /back in the teleport listener?
  317. #If you set this to true any plugin that uses teleport will have the previous location registered.
  318. register-back-in-listener: false
  319.  
  320. ############################################################
  321. # +------------------------------------------------------+ #
  322. # | EssentialsHome | #
  323. # +------------------------------------------------------+ #
  324. ############################################################
  325.  
  326. # If no home is set, send players to spawn when /home is used
  327. spawn-if-no-home: true
  328.  
  329. # Allows people to set their bed at daytime
  330. update-bed-at-daytime: true
  331.  
  332. # Allow players to have multiple homes.
  333. # Players need essentials.sethome.multiple before they can have more than 1 home, default to 'default' below.
  334. # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
  335. # People with essentials.sethome.multiple.unlimited are not limited by these numbers.
  336. sethome-multiple:
  337. default: 3
  338. # essentials.sethome.multiple.vip
  339. vip: 5
  340. # essentials.sethome.multiple.staff
  341. staff: 10
  342.  
  343. # Set timeout in seconds for players to accept tpa before request is cancelled.
  344. # Set to 0 for no timeout
  345. tpa-accept-cancellation: 0
  346.  
  347. ############################################################
  348. # +------------------------------------------------------+ #
  349. # | EssentialsEco | #
  350. # +------------------------------------------------------+ #
  351. ############################################################
  352.  
  353. # Defines the balance with which new players begin. Defaults to 0.
  354. starting-balance: 0
  355.  
  356. # worth-# defines the value of an item when it is sold to the server via /sell.
  357. # These are now defined in worth.yml
  358.  
  359. # Defines the cost to use the given commands PER USE
  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 trillions because of the limitations of a java double
  371. max-money: 10000000000000
  372.  
  373. # Set the minimum amount of money a player can have
  374. # Setting this to 0, will disable overdrafts/loans compeltely. Users need 'essentials.eco.loan' perm to go below 0.
  375. min-money: -10000000000000
  376.  
  377. # Enable this to log all interactions with trade/buy/sell signs and sell command
  378. economy-log-enabled: false
  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 dont 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 this setting reguardless.
  392. # You can use negitive 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. # Or 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://ess.khhq.net/wiki/Chat_Formatting
  414.  
  415. format: '<{DISPLAYNAME}> {MESSAGE}'
  416. #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
  417.  
  418. group-formats:
  419. # Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
  420. # Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'
  421.  
  422. # If your 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. datatype: 'sqlite'
  435.  
  436. # If you specified MySQL above, you MUST enter the appropriate details here.
  437. # If you specified SQLite above, these will be IGNORED.
  438. username: 'root'
  439. password: 'root'
  440. mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
  441.  
  442. # For which block types would you like to be alerted?
  443. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  444. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  445. alert:
  446. on-placement: 10,11,46,327
  447. on-use: 327
  448. on-break:
  449.  
  450. blacklist:
  451.  
  452. # Which blocks should people be prevented from placing
  453. placement: 10,11,46,327
  454.  
  455. # Which items should people be prevented from using
  456. usage: 327
  457.  
  458. # Which blocks should people be prevented from breaking
  459. break:
  460.  
  461. # Which blocks should not be pushed by pistons
  462. piston:
  463.  
  464. # General physics/behavior modifications
  465. prevent:
  466. lava-flow: false
  467. water-flow: false
  468. water-bucket-flow: false
  469. fire-spread: true
  470. lava-fire-spread: true
  471. flint-fire: false
  472. lightning-fire-spread: true
  473. portal-creation: false
  474. tnt-explosion: false
  475. tnt-playerdamage: false
  476. fireball-explosion: false
  477. fireball-fire: false
  478. fireball-playerdamage: false
  479. creeper-explosion: false
  480. creeper-playerdamage: false
  481. creeper-blockdamage: false
  482. enderdragon-blockdamage: true
  483. enderman-pickup: false
  484. villager-death: false
  485. # Monsters won't follow players
  486. # permission essentials.protect.entitytarget.bypass disables this
  487. entitytarget: false
  488. # Prevent the spawning of creatures
  489. spawn:
  490. chicken: false
  491. cow: false
  492. creeper: false
  493. ghast: false
  494. giant: false
  495. monster: false
  496. pig: false
  497. pig_zombie: false
  498. sheep: false
  499. skeleton: false
  500. slime: false
  501. spider: false
  502. squid: false
  503. zombie: false
  504. wolf: false
  505. cave_spider: false
  506. enderman: false
  507. silverfish: false
  508. ender_dragon: false
  509. villager: false
  510. blaze: false
  511. mushroom_cow: false
  512. magma_cube: false
  513. snowman: false
  514.  
  515. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  516. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  517. creeper:
  518. max-height: -1
  519.  
  520. # Protect various blocks.
  521. protect:
  522. # Protect all signs
  523. signs: true
  524.  
  525. # Prevent users from destroying rails
  526. rails: true
  527.  
  528. # Blocks below rails/signs are also protected if the respective rail/sign is protected.
  529. # This makes it more difficult to circumvent protection, and should be enabled.
  530. # This only has an effect if "rails" or "signs" is also enabled.
  531. block-below: true
  532.  
  533. # Prevent placing blocks above protected rails, this is to stop a potential griefing
  534. prevent-block-on-rails: false
  535.  
  536. # Store blocks / signs in memory before writing
  537. memstore: false
  538.  
  539. # Disable various default physics and behaviors
  540. disable:
  541. # Should fall damage be disabled?
  542. fall: false
  543.  
  544. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  545. # They will be unable to attack users without that same permission node.
  546. pvp: false
  547.  
  548. # Should drowning damage be disabled?
  549. # (Split into two behaviors; generally, you want both set to the same value)
  550. drown: false
  551. suffocate: false
  552.  
  553. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  554. lavadmg: false
  555.  
  556. # Should arrow damage be disabled
  557. projectiles: false
  558.  
  559. # This will disable damage from touching cacti.
  560. contactdmg: false
  561.  
  562. # Burn, baby, burn! Should fire damage be disabled?
  563. firedmg: false
  564.  
  565. # Should the damage after hit by a lightning be disabled?
  566. lightning: false
  567.  
  568. # Should people with build: false in permissions be allowed to build
  569. # Set true to disable building for those people
  570. build: true
  571.  
  572. # Should people with build: false in permissions be allowed to use items
  573. # Set true to disable using for those people
  574. use: true
  575.  
  576. # Should we tell people they are not allowed to build
  577. warn-on-build-disallow: true
  578.  
  579. # Disable weather options
  580. weather:
  581. storm: false
  582. thunder: false
  583. lightning: false
  584.  
  585. ############################################################
  586. # +------------------------------------------------------+ #
  587. # | Essentials Spawn / New Players | #
  588. # +------------------------------------------------------+ #
  589. ############################################################
  590.  
  591. newbies:
  592. # Should we announce to the server when someone logs in for the first time?
  593. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  594. # If not, set to ''
  595. #announce-format: ''
  596. announce-format: '&dWelcome {DISPLAYNAME}&d to the server!'
  597.  
  598. # When we spawn for the first time, which spawnpoint do we use?
  599. # Set to "none" if you want to use the spawn point of the world.
  600. spawnpoint: newbies
  601.  
  602. # Set this to lowest, if you want Multiverse to handle the respawning
  603. # Set this to high, if you want EssentialsSpawn to handle the respawning
  604. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning
  605. respawn-listener-priority: high
  606.  
  607. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  608. respawn-at-home: false
  609.  
  610. # End of File <-- No seriously, you're done with configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement