Advertisement
swiftshadow329

Essential Config

Mar 13th, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.54 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. tools:
  162. delay: 10
  163. items:
  164. - 277 1
  165. - 278 1
  166. - 279 1
  167.  
  168. # Essentials Sign Control
  169. # See http://ess.khhq.net/wiki/Sign_Tutorial for instructions on how to use these.
  170. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  171. # We recommend not enabling chest protection signs if you don't intend to use them, (or are using LWC/Lockette).
  172.  
  173. enabledSigns:
  174. #- balance
  175. #- buy
  176. #- sell
  177. #- trade
  178. #- free
  179. #- disposal
  180. #- warp
  181. #- kit
  182. #- mail
  183. #- enchant
  184. #- gamemode
  185. #- heal
  186. #- spawnmob
  187. #- time
  188. #- weather
  189. #- protection
  190.  
  191. # Backup runs a command while saving is disabled
  192. backup:
  193. # Interval in minutes
  194. interval: 60
  195. # Add a command that backups your data, e.g.
  196. #command: 'rdiff-backup World1 backups/World1'
  197.  
  198. # Set this true to enable permission per warp.
  199. per-warp-permission: false
  200.  
  201. # Sort output of /list command by groups
  202. sort-list-by-groups: false
  203.  
  204. # More output to the console
  205. debug: false
  206.  
  207. # Set the locale for all messages
  208. # If you don't set this, the default locale of the server will be used.
  209. # Don't forget to remove the # infront of the line
  210. #locale: de_DE
  211.  
  212. # Turn off god mode when people exit
  213. remove-god-on-disconnect: false
  214.  
  215. # Use the permission system of bukkit
  216. # This only works if no other permission plugins are installed
  217. use-bukkit-permissions: false
  218.  
  219. # Auto-AFK
  220. # After this timeout in seconds, the user will be set as afk.
  221. # Set to -1 for no timeout.
  222. auto-afk: 300
  223.  
  224. # Auto-AFK Kick
  225. # After this timeout in seconds, the user will be kicked from the server.
  226. # Set to -1 for no timeout.
  227. auto-afk-kick: -1
  228.  
  229. # Set this to true, if you want to freeze the player, if he is afk.
  230. # Other players or monsters can't push him out of afk mode then.
  231. # This will also enable temporary god mode for the afk player.
  232. # The player has to use the command /afk to leave the afk mode.
  233. freeze-afk-players: false
  234.  
  235. # When the player is afk, should he be able to pickup items?
  236. # Enable this, when you don't want people idling in mob traps.
  237. disable-item-pickup-while-afk: true
  238.  
  239. # You can disable the death messages of minecraft here
  240. death-messages: true
  241.  
  242. # Add worlds to this list, if you want to automatically disable god mode there
  243. no-god-in-worlds:
  244. # - world_nether
  245.  
  246. # Set to true to enable per-world permissions for teleporting with /world
  247. # Give someone permission to teleport to a world with essentials.world.<worldname>
  248. world-teleport-permissions: false
  249.  
  250. # The number of items given if the quantity parameter is left out in /item or /give.
  251. # If this number is below 1, the maximum stack size size is given. If oversized stacks
  252. # is not enabled, any number higher then the maximum stack size results in more than one stack.
  253. default-stack-size: -1
  254.  
  255. # Oversized stacks are stacks that ignore the normal max stacksize.
  256. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  257. # How many items should be in a oversized stack?
  258. oversized-stacksize: 64
  259.  
  260. # Do you allow to repair enchanted weapons and armor?
  261. # If you set this to false, you can still allow it for certain players using the permission
  262. # essentials.repair.enchanted
  263. repair-enchanted: true
  264.  
  265. #Do you want essentials to keep track of previous location for /back in the teleport listener?
  266. #If you set this to true any plugin that uses teleport will have the previous location registered.
  267. register-back-in-listener: false
  268.  
  269. ############################################################
  270. # +------------------------------------------------------+ #
  271. # | EssentialsHome | #
  272. # +------------------------------------------------------+ #
  273. ############################################################
  274.  
  275. # If no home is set, send players to spawn when /home is used
  276. spawn-if-no-home: true
  277.  
  278. # Allows people to set their bed at daytime
  279. update-bed-at-daytime: true
  280.  
  281. # Allow players to have multiple homes.
  282. # Players need essentials.sethome.multiple before they can have more than 1 home, default to 'default' below.
  283. # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
  284. # People with essentials.sethome.multiple.unlimited are not limited by these numbers.
  285. sethome-multiple:
  286. default: 3
  287. # essentials.sethome.multiple.vip
  288. vip: 5
  289. # essentials.sethome.multiple.staff
  290. staff: 10
  291.  
  292. # Set timeout in seconds for players to accept tpa before request is cancelled.
  293. # Set to 0 for no timeout
  294. tpa-accept-cancellation: 0
  295.  
  296. ############################################################
  297. # +------------------------------------------------------+ #
  298. # | EssentialsEco | #
  299. # +------------------------------------------------------+ #
  300. ############################################################
  301.  
  302. # Defines the balance with which new players begin. Defaults to 0.
  303. starting-balance: 0
  304.  
  305. # worth-# defines the value of an item when it is sold to the server via /sell.
  306. # These are now defined in worth.yml
  307.  
  308. # Defines the cost to use the given commands PER USE
  309. command-costs:
  310. # /example costs $1000 PER USE
  311. #example: 1000
  312. # /kit tools costs $1500 PER USE
  313. #kit-tools: 1500
  314.  
  315. # Set this to a currency symbol you want to use.
  316. currency-symbol: '$'
  317.  
  318. # Set the maximum amount of money a player can have
  319. # The amount is always limited to 10 trillions because of the limitations of a java double
  320. max-money: 10000000000000
  321.  
  322. # Set the minimum amount of money a player can have
  323. # Setting this to 0, will disable overdrafts/loans compeltely. Users need 'essentials.eco.loan' perm to go below 0.
  324. min-money: -10000000000000
  325.  
  326. # Enable this to log all interactions with trade/buy/sell signs and sell command
  327. economy-log-enabled: false
  328.  
  329. ############################################################
  330. # +------------------------------------------------------+ #
  331. # | EssentialsHelp | #
  332. # +------------------------------------------------------+ #
  333. ############################################################
  334.  
  335. # Show other plugins commands in help
  336. non-ess-in-help: true
  337.  
  338. # Hide plugins which dont give a permission
  339. # You can override a true value here for a single plugin by adding a permission to a user/group.
  340. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help this setting reguardless.
  341. # You can use negitive permissions to remove access to just a single plugins help if the following is enabled.
  342. hide-permissionless-help: true
  343.  
  344. ############################################################
  345. # +------------------------------------------------------+ #
  346. # | EssentialsChat | #
  347. # +------------------------------------------------------+ #
  348. ############################################################
  349.  
  350. chat:
  351.  
  352. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  353. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  354. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  355. # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
  356. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  357. radius: 0
  358.  
  359. # Chat formatting can be done in two ways, you can either define a standard format for all chat
  360. # Or you can give a group specific chat format, to give some extra variation.
  361. # If set to the default chat format which "should" be compatible with ichat.
  362. # For more information of chat formatting, check out the wiki: http://ess.khhq.net/wiki/Chat_Formatting
  363.  
  364. format: '<{DISPLAYNAME}> {MESSAGE}'
  365. #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
  366.  
  367. group-formats:
  368. # Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
  369. # Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'
  370.  
  371. # If your using group formats make sure to remove the '#' to allow the setting to be read.
  372.  
  373. ############################################################
  374. # +------------------------------------------------------+ #
  375. # | EssentialsProtect | #
  376. # +------------------------------------------------------+ #
  377. ############################################################
  378.  
  379. protect:
  380. # Database settings for sign/rail protection
  381.  
  382. # mysql or sqlite
  383. datatype: 'sqlite'
  384.  
  385. # If you specified MySQL above, you MUST enter the appropriate details here.
  386. # If you specified SQLite above, these will be IGNORED.
  387. username: 'root'
  388. password: 'root'
  389. mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
  390.  
  391. # For which block types would you like to be alerted?
  392. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  393. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  394. alert:
  395. on-placement: 10,11,46,327
  396. on-use: 327
  397. on-break:
  398.  
  399. blacklist:
  400.  
  401. # Which blocks should people be prevented from placing
  402. placement: 10,11,46,327
  403.  
  404. # Which items should people be prevented from using
  405. usage: 327
  406.  
  407. # Which blocks should people be prevented from breaking
  408. break:
  409.  
  410. # Which blocks should not be pushed by pistons
  411. piston:
  412.  
  413. # General physics/behavior modifications
  414. prevent:
  415. lava-flow: false
  416. water-flow: false
  417. water-bucket-flow: false
  418. fire-spread: true
  419. lava-fire-spread: true
  420. flint-fire: false
  421. lightning-fire-spread: true
  422. portal-creation: false
  423. tnt-explosion: false
  424. tnt-playerdamage: false
  425. fireball-explosion: false
  426. fireball-fire: false
  427. fireball-playerdamage: false
  428. creeper-explosion: false
  429. creeper-playerdamage: false
  430. creeper-blockdamage: false
  431. enderdragon-blockdamage: true
  432. enderman-pickup: false
  433. villager-death: false
  434. # Monsters won't follow players
  435. # permission essentials.protect.entitytarget.bypass disables this
  436. entitytarget: false
  437. # Prevent the spawning of creatures
  438. spawn:
  439. chicken: false
  440. cow: false
  441. creeper: false
  442. ghast: false
  443. giant: false
  444. monster: false
  445. pig: false
  446. pig_zombie: false
  447. sheep: false
  448. skeleton: false
  449. slime: false
  450. spider: false
  451. squid: false
  452. zombie: false
  453. wolf: false
  454. cave_spider: false
  455. enderman: false
  456. silverfish: false
  457. ender_dragon: false
  458. villager: false
  459. blaze: false
  460. mushroom_cow: false
  461. magma_cube: false
  462. snowman: false
  463.  
  464. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  465. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  466. creeper:
  467. max-height: -1
  468.  
  469. # Protect various blocks.
  470. protect:
  471. # Protect all signs
  472. signs: true
  473.  
  474. # Prevent users from destroying rails
  475. rails: true
  476.  
  477. # Blocks below rails/signs are also protected if the respective rail/sign is protected.
  478. # This makes it more difficult to circumvent protection, and should be enabled.
  479. # This only has an effect if "rails" or "signs" is also enabled.
  480. block-below: true
  481.  
  482. # Prevent placing blocks above protected rails, this is to stop a potential griefing
  483. prevent-block-on-rails: false
  484.  
  485. # Store blocks / signs in memory before writing
  486. memstore: false
  487.  
  488. # Disable various default physics and behaviors
  489. disable:
  490. # Should fall damage be disabled?
  491. fall: false
  492.  
  493. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  494. # They will be unable to attack users without that same permission node.
  495. pvp: false
  496.  
  497. # Should drowning damage be disabled?
  498. # (Split into two behaviors; generally, you want both set to the same value)
  499. drown: false
  500. suffocate: false
  501.  
  502. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  503. lavadmg: false
  504.  
  505. # Should arrow damage be disabled
  506. projectiles: false
  507.  
  508. # This will disable damage from touching cacti.
  509. contactdmg: false
  510.  
  511. # Burn, baby, burn! Should fire damage be disabled?
  512. firedmg: false
  513.  
  514. # Should the damage after hit by a lightning be disabled?
  515. lightning: false
  516.  
  517. # Should people with build: false in permissions be allowed to build
  518. # Set true to disable building for those people
  519. build: true
  520.  
  521. # Should people with build: false in permissions be allowed to use items
  522. # Set true to disable using for those people
  523. use: true
  524.  
  525. # Should we tell people they are not allowed to build
  526. warn-on-build-disallow: true
  527.  
  528. # Disable weather options
  529. weather:
  530. storm: false
  531. thunder: false
  532. lightning: false
  533.  
  534. ############################################################
  535. # +------------------------------------------------------+ #
  536. # | Essentials Spawn / New Players | #
  537. # +------------------------------------------------------+ #
  538. ############################################################
  539.  
  540. newbies:
  541. # Should we announce to the server when someone logs in for the first time?
  542. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  543. # If not, set to ''
  544. #announce-format: ''
  545. announce-format: '&dWelcome {DISPLAYNAME}&d to the server!'
  546.  
  547. # When we spawn for the first time, which spawnpoint do we use?
  548. # Set to "none" if you want to use the spawn point of the world.
  549. spawnpoint: newbies
  550.  
  551. # Set this to lowest, if you want Multiverse to handle the respawning
  552. # Set this to high, if you want EssentialsSpawn to handle the respawning
  553. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning
  554. respawn-listener-priority: high
  555.  
  556. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  557. respawn-at-home: false
  558.  
  559. # End of File <-- No seriously, you're done with configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement