Advertisement
Guest User

essentials config file

a guest
Feb 4th, 2012
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.32 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. ############################################################
  24. # +------------------------------------------------------+ #
  25. # | Essentials (Global) | #
  26. # +------------------------------------------------------+ #
  27. ############################################################
  28.  
  29. A color code between 0-9 or a-f. Set to 'none' to disable.
  30. ops-name-color: 'f'
  31.  
  32. The character(s) to prefix all nicknames, so that you know they are not true usernames.
  33. nickname-prefix: '^^'
  34.  
  35. # Disable this if you have any other plugin, that modifies the displayname of a user.
  36. change-displayname: true
  37.  
  38. # Adds the prefix and suffix to the displayname of the player, so it will be displayed in messages and lists.
  39. # The prefix/suffix can be set using Permissions, Group Manager or PermissionsEx.
  40. # The value of change-displayname (above) has to be true.
  41. # If you don't set this, it will default to true if essentials chat is installed.
  42. # Don't forget to remove the # infront of the line
  43. #add-prefix-suffix: false
  44.  
  45. # The delay, in seconds, required between /home, /tp, etc.
  46. teleport-cooldown: 0
  47.  
  48. # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.
  49. teleport-delay: 0
  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. permission-based-item-spawn: false
  68.  
  69. # Mob limit on spawnmob
  70. spawnmob-limit: 10
  71.  
  72. # Shall we notify users when using /lightning
  73. warn-on-smite: true
  74.  
  75. # motd and rules are now configured in the files motd.txt and rules.txt
  76.  
  77. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take
  78. # priority. If a command is in this list, Essentials will try to give ITSELF priority. This does not always work:
  79. # usually whichever plugin was updated most recently wins out. However, the full name of the command will always work.
  80. # For example, if WorldGuard and Essentials are both enabled, and WorldGuard takes control over /god, /essentials:god
  81. # will still map to Essentials, whereas it might normally get forced upon WorldGuard. Commands prefixed with an "e",
  82. # such as /egod, will always grant Essentials priority.
  83. # We should try to take priority over /god. If this doesn't work, use
  84. # /essentials:god or /egod. If god is set using WorldGuard, use /ungod to remove then use whichever you see fit.
  85. overridden-commands:
  86. - god
  87.  
  88. # Disabled commands will be completelly unavailable on the server.
  89. disabled-commands:
  90. # - nick
  91.  
  92. # Restricted commands have been removed.
  93. # Now we have a whitelist, all commands not on this list are only available to ops.
  94. # These will have NO EFFECT if you have Permissions installed!
  95. # They are here only if you want something simpler than Permissions.
  96. # These are the permissions without the "essentials." part.
  97. player-commands:
  98. - afk
  99. - back
  100. - back.ondeath
  101. - balance
  102. - clearinventory
  103. - compass
  104. - depth
  105. - getpos
  106. - geoip.show
  107. - help
  108. - helpop
  109. - home
  110. - home.others
  111. - ignore
  112. - info
  113. - kit
  114. - list
  115. - mail
  116. - mail.send
  117. - me
  118. - motd
  119. - msg
  120. - nick
  121. - pay
  122. - ping
  123. - powertool
  124. - protect
  125. - r
  126. - rules
  127. - seen
  128. - sell
  129. - sethome
  130. - setxmpp
  131. - signs.create.protection
  132. - signs.create.trade
  133. - signs.break.protection
  134. - signs.break.trade
  135. - signs.use.balance
  136. - signs.use.buy
  137. - signs.use.disposal
  138. - signs.use.free
  139. - signs.use.heal
  140. - signs.use.mail
  141. - signs.use.protection
  142. - signs.use.sell
  143. - signs.use.time
  144. - signs.use.trade
  145. - signs.use.warp
  146. - signs.use.weather
  147. - spawn
  148. - suicide
  149. - tpa
  150. - tpaccept
  151. - tpahere
  152. - tpdeny
  153. - warp
  154. - warp.list
  155. - world
  156. - worth
  157. - xmpp
  158.  
  159. # Note: All items MUST be followed by a quantity!
  160. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  161. # Times are measured in seconds.
  162. kits:
  163. tools:
  164. delay: 10
  165. items:
  166. - 277 1
  167. - 278 1
  168. - 279 1
  169.  
  170. # Essentials Sign Control
  171. # See http://ess.khhq.net/wiki/Sign_Tutorial for instructions on how to use these.
  172. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  173. # We recommend not enabling chest protection signs if you don't intend to use them, (or are using LWC/Lockette).
  174.  
  175. enabledSigns:
  176. #- balance
  177. #- buy
  178. #- sell
  179. #- trade
  180. #- free
  181. #- disposal
  182. #- warp
  183. #- kit
  184. #- mail
  185. #- enchant
  186. #- gamemode
  187. #- heal
  188. #- spawnmob
  189. #- time
  190. #- weather
  191. #- protection
  192.  
  193. # Backup runs a command while saving is disabled
  194. backup:
  195. # Interval in minutes
  196. interval: 60
  197. # Add a command that backups your data, e.g.
  198. #command: 'rdiff-backup World1 backups/World1'
  199.  
  200. # Set this true to enable permission per warp.
  201. per-warp-permission: false
  202.  
  203. # Sort output of /list command by groups
  204. sort-list-by-groups: false
  205.  
  206. # More output to the console
  207. debug: false
  208.  
  209. # Set the locale for all messages
  210. # If you don't set this, the default locale of the server will be used.
  211. # Don't forget to remove the # infront of the line
  212. #locale: de_DE
  213.  
  214. # Turn off god mode when people exit
  215. remove-god-on-disconnect: false
  216.  
  217. # Use the permission system of bukkit
  218. # This only works if no other permission plugins are installed
  219. use-bukkit-permissions: false
  220.  
  221. # Auto-AFK
  222. # After this timeout in seconds, the user will be set as afk.
  223. # Set to -1 for no timeout.
  224. auto-afk: 300
  225.  
  226. # Auto-AFK Kick
  227. # After this timeout in seconds, the user will be kicked from the server.
  228. # Set to -1 for no timeout.
  229. auto-afk-kick: -1
  230.  
  231. # Set this to true, if you want to freeze the player, if he is afk.
  232. # Other players or monsters can't push him out of afk mode then.
  233. # This will also enable temporary god mode for the afk player.
  234. # The player has to use the command /afk to leave the afk mode.
  235. freeze-afk-players: false
  236.  
  237. # When the player is afk, should he be able to pickup items?
  238. # Enable this, when you don't want people idling in mob traps.
  239. disable-item-pickup-while-afk: true
  240.  
  241. # You can disable the death messages of minecraft here
  242. death-messages: true
  243.  
  244. # Add worlds to this list, if you want to automatically disable god mode there
  245. no-god-in-worlds:
  246. # - world_nether
  247.  
  248. # Set to true to enable per-world permissions for teleporting with /world
  249. # Give someone permission to teleport to a world with essentials.world.<worldname>
  250. world-teleport-permissions: false
  251.  
  252. # The number of items given if the quantity parameter is left out in /item or /give.
  253. # If this number is below 1, the maximum stack size size is given. If oversized stacks
  254. # is not enabled, any number higher then the maximum stack size results in more than one stack.
  255. default-stack-size: -1
  256.  
  257. # Oversized stacks are stacks that ignore the normal max stacksize.
  258. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  259. # How many items should be in a oversized stack?
  260. oversized-stacksize: 64
  261.  
  262. # Do you allow to repair enchanted weapons and armor?
  263. # If you set this to false, you can still allow it for certain players using the permission
  264. # essentials.repair.enchanted
  265. repair-enchanted: true
  266.  
  267. #Do you want essentials to keep track of previous location for /back in the teleport listener?
  268. #If you set this to true any plugin that uses teleport will have the previous location registered.
  269. register-back-in-listener: false
  270.  
  271. ############################################################
  272. # +------------------------------------------------------+ #
  273. # | EssentialsHome | #
  274. # +------------------------------------------------------+ #
  275. ############################################################
  276.  
  277. # If no home is set, send players to spawn when /home is used
  278. spawn-if-no-home: true
  279.  
  280. # Allows people to set their bed at daytime
  281. update-bed-at-daytime: true
  282.  
  283. # Allow players to have multiple homes.
  284. # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
  285. # People with essentials.sethome.multiple.unlimited are not limited by these numbers.
  286. sethome-multiple:
  287. # essentials.sethome.multiple
  288. default: 1
  289. # essentials.sethome.multiple.vip
  290. vip: 5
  291. # essentials.sethome.multiple.staff
  292. staff: 10
  293.  
  294. #Set timeout in seconds for players to accept tpa before request is cancelled.
  295. #Set to 0 for no timeout
  296. tpa-accept-cancellation: 0
  297.  
  298. ############################################################
  299. # +------------------------------------------------------+ #
  300. # | EssentialsEco | #
  301. # +------------------------------------------------------+ #
  302. ############################################################
  303.  
  304. # Defines the balance with which new players begin. Defaults to 0.
  305. starting-balance: 0
  306.  
  307. # worth-# defines the value of an item when it is sold to the server via /sell.
  308. # These are now defined in worth.yml
  309.  
  310. # Defines the cost to use the given commands PER USE
  311. command-costs:
  312. # /example costs $1000 PER USE
  313. #example: 1000
  314. # /kit tools costs $1500 PER USE
  315. #kit-tools: 1500
  316.  
  317. # Set this to a currency symbol you want to use.
  318. currency-symbol: '$'
  319.  
  320. # Set the maximum amount of money a player can have
  321. # The amount is always limited to 10 trillions because of the limitations of a java double
  322. max-money: 10000000000000
  323.  
  324. # Enable this to log all interactions with trade/buy/sell signs and sell command
  325. economy-log-enabled: false
  326.  
  327. ############################################################
  328. # +------------------------------------------------------+ #
  329. # | EssentialsHelp | #
  330. # +------------------------------------------------------+ #
  331. ############################################################
  332.  
  333. # Show other plugins commands in help
  334. non-ess-in-help: true
  335.  
  336. # Hide plugins which dont give a permission
  337. # You can override a true value here for a single plugin by adding a permission to a user/group.
  338. # The indervidual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help this setting reguardless.
  339. # You can use negitive permissions to remove access to just a single plugins help if the following is enabled.
  340. hide-permissionless-help: true
  341.  
  342. ############################################################
  343. # +------------------------------------------------------+ #
  344. # | EssentialsChat | #
  345. # +------------------------------------------------------+ #
  346. ############################################################
  347.  
  348. chat:
  349.  
  350. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  351. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  352. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  353. # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
  354. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  355. radius: 0
  356.  
  357. # Chat formatting can be done in two ways, you can either define a standard format for all chat
  358. # Or you can give a group specific chat format, to give some extra variation.
  359. # If set to the default chat format which "should" be compatible with ichat.
  360. # For more information of chat formatting, check out the wiki: http://ess.khhq.net/wiki/Chat_Formatting
  361.  
  362. format: '<{DISPLAYNAME}> {MESSAGE}'
  363. format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
  364.  
  365. group-formats:
  366. Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
  367. Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'
  368.  
  369. # If your using group formats make sure to remove the '#' to allow the setting to be read.
  370.  
  371.  
  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: 27,66,331,356,76
  398.  
  399. blacklist:
  400.  
  401. Which blocks should people be prevented from placing
  402. placement: 10,11,46,327,333
  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: true
  442. ghast: true
  443. giant: true
  444. monster: true
  445. pig: false
  446. pig_zombie: true
  447. sheep: false
  448. skeleton: true
  449. slime: false
  450. spider: true
  451. squid: false
  452. zombie: true
  453. wolf: false
  454. cave_spider: true
  455. enderman: true
  456. silverfish: false
  457. ender_dragon: true
  458. villager: false
  459. blaze: true
  460. mushroom_cow: false
  461. magma_cube: true
  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:331
  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 useing 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.  
  529. Disable weather options
  530. weather:
  531. storm: true
  532. thunder: false
  533. lightning: false
  534.  
  535. ############################################################
  536. # +------------------------------------------------------+ #
  537. # | Essentials Spawn / New Players | #
  538. # +------------------------------------------------------+ #
  539. ############################################################
  540.  
  541. newbies:
  542. # Should we announce to the server when someone logs in for the first time?
  543. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  544. # If not, set to ''
  545. #announce-format: ''
  546. announce-format: '&dWelcome {DISPLAYNAME}&d to the server!'
  547.  
  548. # When we spawn for the first time, which spawnpoint do we use?
  549. # Set to "none" if you want to use the spawn point of the world.
  550. spawnpoint: newbies
  551.  
  552. # Set this to lowest, if you want Multiverse to handle the respawning
  553. # Set this to high, if you want EssentialsSpawn to handle the respawning
  554. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning
  555. respawn-listener-priority: high
  556.  
  557. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  558. respawn-at-home: false
  559.  
  560. # End of File <-- No seriously, you're done with configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement