Advertisement
Guest User

Untitled

a guest
Jan 24th, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.05 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. ############################################################
  26. # +------------------------------------------------------+ #
  27. # | Essentials (Global) | #
  28. # +------------------------------------------------------+ #
  29. ############################################################
  30.  
  31. # A color code between 0-9 or a-f. Set to 'none' to disable.
  32. ops-name-color: ''
  33.  
  34. # The character(s) to prefix all nicknames, so that you know they are not true usernames.
  35. nickname-prefix: '~'
  36.  
  37. # Disable this if you have any other plugin, that modifies the displayname of a user.
  38. change-displayname: false
  39.  
  40. # Adds the prefix and suffix to the displayname of the player, so it will be displayed in messages and lists.
  41. # The prefix/suffix can be set using Permissions, Group Manager or PermissionsEx.
  42. # The value of change-displayname (above) has to be true.
  43. # If you don't set this, it will default to true if essentials chat is installed.
  44. # Don't forget to remove the # infront of the line
  45. #add-prefix-suffix: false
  46.  
  47. # The delay, in seconds, required between /home, /tp, etc.
  48. teleport-cooldown: 120
  49.  
  50. # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.
  51. teleport-delay: 3
  52.  
  53. # The delay, in seconds, required between /heal attempts
  54. heal-cooldown: 60
  55.  
  56. # The number of items given if the quantity parameter is left out in /item or /give.
  57. default-stack-size: 64
  58.  
  59. # What to prevent from /i /give
  60. # e.g item-spawn-blacklist: 46,11,10
  61. item-spawn-blacklist:
  62.  
  63. # Set this to true if you want permission based item spawn rules
  64. # Note: The blacklist above will be ignored then.
  65. # Permissions:
  66. # - essentials.itemspawn.item-all
  67. # - essentials.itemspawn.item-[itemname]
  68. # - essentials.itemspawn.item-[itemid]
  69. # - essentials.give.item-all
  70. # - essentials.give.item-[itemname]
  71. # - essentials.give.item-[itemid]
  72. permission-based-item-spawn: false
  73.  
  74. # Whether or not to reclaim memory on player logout; this is technical, and should only be changed under special circumstances.
  75. # This generally increases server stability unless very specific runtime configurations are used.
  76. # HOWEVER, it is known to cause lag upon users logging OUT, so beware!
  77. reclaim-onlogout: true
  78.  
  79. # Should primitive spawn protection be enabled? For most servers, this should be flase; it is better to use a third-party plugin to protect it.
  80. spawn-protection: false
  81.  
  82. # Mob limit on spawnmob
  83. spawnmob-limit: 10
  84.  
  85. # Shall we notify users when using /lightning
  86. warn-on-smite: true
  87.  
  88. # motd and rules are now configured in the files motd.txt and rules.txt
  89.  
  90. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take
  91. # priority. If a command is in this list, Essentials will try to give ITSELF priority. This does not always work:
  92. # usually whichever plugin was updated most recently wins out. However, the full name of the command will always work.
  93. # For example, if WorldGuard and Essentials are both enabled, and WorldGuard takes control over /god, /essentials:god
  94. # will still map to Essentials, whereas it might normally get forced upon WorldGuard. Commands prefixed with an "e",
  95. # such as /egod, will always grant Essentials priority.
  96. # We should try to take priority over /god. If this doesn't work, use
  97. # /essentials:god or /egod. If god is set using WorldGuard, use /ungod to remove then use whichever you see fit.
  98. overridden-commands:
  99. - god
  100.  
  101. # Disabled commands will be completelly unavailable on the server.
  102. disabled-commands:
  103. # - nick
  104.  
  105. # Restricted commands have been removed.
  106. # Now we have a whitelist, all commands not on this list are only available to ops.
  107. # These will have NO EFFECT if you have Permissions installed!
  108. # They are here only if you want something simpler than Permissions.
  109. # These are the permissions without the "essentials." part.
  110. player-commands:
  111. - afk
  112. - back
  113. - back.ondeath
  114. - balance
  115. - clearinventory
  116. - compass
  117. - depth
  118. - getpos
  119. - geoip.show
  120. - help
  121. - helpop
  122. - home
  123. - home.others
  124. - ignore
  125. - info
  126. - kit
  127. - list
  128. - mail
  129. - mail.send
  130. - me
  131. - motd
  132. - msg
  133. - nick
  134. - pay
  135. - ping
  136. - powertool
  137. - protect
  138. - r
  139. - rules
  140. - seen
  141. - sell
  142. - sethome
  143. - setxmpp
  144. - signs.create.protection
  145. - signs.create.trade
  146. - signs.break.protection
  147. - signs.break.trade
  148. - signs.use.balance
  149. - signs.use.buy
  150. - signs.use.disposal
  151. - signs.use.free
  152. - signs.use.heal
  153. - signs.use.mail
  154. - signs.use.protection
  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. - tpahere
  165. - tpdeny
  166. - warp
  167. - warp.list
  168. - world
  169. - worth
  170. - xmpp
  171.  
  172. # Note: All items MUST be followed by a quantity!
  173. # Times are measured in seconds.
  174. kits:
  175. starter:
  176. delay: 9999999
  177. items:
  178. - 272 1
  179. - 273 1
  180. - 274 1
  181. - 297 3
  182. food:
  183. delay: 3600
  184. items:
  185. - 297 3
  186. - 363 3
  187. iron:
  188. delay: 21600
  189. items:
  190. - 256 1
  191. - 257 1
  192. - 258 1
  193. diamond:
  194. delay: 43200
  195. items:
  196. - 277 1
  197. - 278 1
  198. - 279 1
  199. veteran:
  200. delay: 999999999
  201. items:
  202. - 383:61 1
  203. - 383:50 1
  204. - 383:120 1
  205. - 383:91 5
  206. - 383:90 5
  207. - 89 4
  208. - 5 64
  209. - 4 64
  210. - 48 3
  211. - 49 3
  212. - 372 5
  213. - 267 1
  214. - 306 1
  215. - 311 1
  216. - 308 1
  217. - 309 1
  218. - 263 45
  219. - 50 32
  220. - 46 1
  221. - 321 1
  222. - 297 30
  223. - 264 2
  224. - 344 3
  225. - 373:5 1
  226. - 18 32
  227. veteran2:
  228. delay: 999999999
  229. items:
  230. - 383:61 1
  231. - 383:50 1
  232. - 383:120 1
  233. - 383:91 5
  234. - 383:90 5
  235. - 89 4
  236. - 5 64
  237. - 4 64
  238. - 48 3
  239. - 49 3
  240. - 372 5
  241. - 267 1
  242. - 306 1
  243. - 311 1
  244. - 308 1
  245. - 309 1
  246. - 263 45
  247. - 50 32
  248. - 46 1
  249. - 321 1
  250. - 297 30
  251. - 264 2
  252. - 344 3
  253. - 373:5 1
  254. - 18 32
  255. donator:
  256. delay: 9999999
  257. items:
  258. - 354 1
  259. - 322 1
  260. - 383:95 3
  261. - 383:61 1
  262. - 383:58 2
  263. - 47 10
  264. - 264 30
  265. - 321 2
  266. - 364 1
  267. - 358 1
  268. - 307 1
  269. - 277 1
  270. - 278 1
  271. - 279 1
  272. - 293 1
  273. - 373 3
  274. - 372 6
  275. - 369 2
  276. hero:
  277. delay: 43200
  278. items:
  279. - 373 3
  280. - 372 6
  281. - 377 1
  282. - 368 1
  283.  
  284.  
  285. # Disable all signs
  286. signs-disabled: false
  287.  
  288. # Backup runs a command while saving is disabled
  289. backup:
  290. # Interval in minutes
  291. interval: 60
  292. # Add a command that backups your data, e.g.
  293. #command: 'rdiff-backup World1 backups/World1'
  294.  
  295. # Set this true to enable permission per warp.
  296. per-warp-permission: false
  297.  
  298. # Sort output of /list command by groups
  299. sort-list-by-groups: false
  300.  
  301. # More output to the console
  302. debug: false
  303.  
  304. # Set the locale for all messages
  305. # If you don't set this, the default locale of the server will be used.
  306. # Don't forget to remove the # infront of the line
  307. #locale: de_DE
  308.  
  309. # Turn off god mode when people exit
  310. remove-god-on-disconnect: false
  311.  
  312. # Use the permission system of bukkit
  313. # This only works if no other permission plugins are installed
  314. use-bukkit-permissions: false
  315.  
  316. # Auto-AFK
  317. # After this timeout in seconds, the user will be set as afk.
  318. # Set to -1 for no timeout.
  319. auto-afk: 300
  320.  
  321. # Auto-AFK Kick
  322. # After this timeout in seconds, the user will be kicked from the server.
  323. # Set to -1 for no timeout.
  324. auto-afk-kick: -1
  325.  
  326. # Set this to true, if you want to freeze the player, if he is afk.
  327. # Other players or monsters can't push him out of afk mode then.
  328. # This will also enable temporary god mode for the afk player.
  329. # The player has to use the command /afk to leave the afk mode.
  330. freeze-afk-players: false
  331.  
  332. # You can disable the death messages of minecraft here
  333. death-messages: false
  334.  
  335. ############################################################
  336. # +------------------------------------------------------+ #
  337. # | EssentialsHome | #
  338. # +------------------------------------------------------+ #
  339. ############################################################
  340.  
  341. # When users die, should they respawn at their homes, instead of the spawnpoint?
  342. respawn-at-home: false
  343.  
  344. # When a user interacts with a bed, should their home be set to that location?
  345. # If you enable this and remove default user access to the /sethome command, you can make beds the only way for players to set their home location.
  346. bed-sethome: false
  347.  
  348. # If no home is set send you to spawn when /home is used
  349. spawn-if-no-home: false
  350.  
  351. # Allow players to have multiple homes.
  352. # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
  353. # People with essentials.sethome.multiple.unlimited are not limited by these numbers.
  354. sethome-multiple:
  355. # essentials.sethome.multiple
  356. default: 3
  357. # essentials.sethome.multiple.vip
  358. vip: 5
  359. # essentials.sethome.multiple.staff
  360. staff: 10
  361.  
  362. ############################################################
  363. # +------------------------------------------------------+ #
  364. # | EssentialsEco | #
  365. # +------------------------------------------------------+ #
  366. ############################################################
  367.  
  368. # Defines the balance with which new players begin. Defaults to 0.
  369. starting-balance: 0
  370.  
  371. # worth-# defines the value of an item when it is sold to the server via /sell.
  372. # These are now defined in worth.yml
  373.  
  374. # Defines the cost to use the given commands PER USE
  375. command-costs:
  376. # /example costs $1000 PER USE
  377. #example: 1000
  378. # /kit tools costs $1500 PER USE
  379. warp: 30
  380.  
  381. # Set this to a currency symbol you want to use.
  382. currency-symbol: '$'
  383.  
  384. # Set the maximum amount of money a player can have
  385. # The amount is always limited to 10 trillions because of the limitations of a java double
  386. max-money: 10000000000000
  387.  
  388. # Enable this to log all interactions with trade/buy/sell signs and sell command
  389. economy-log-enabled: false
  390.  
  391. ############################################################
  392. # +------------------------------------------------------+ #
  393. # | EssentialsHelp | #
  394. # +------------------------------------------------------+ #
  395. ############################################################
  396.  
  397. # Show other plugins commands in help
  398. non-ess-in-help: true
  399.  
  400. # Hide plugins which dont give a permission
  401. # You can override a true value here for a single plugin by adding a permission to a user/group.
  402. # The indervidual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help this setting reguardless.
  403. # You can use negitive permissions to remove access to just a single plugins help if the following is enabled.
  404. hide-permissionless-help: true
  405.  
  406. ############################################################
  407. # +------------------------------------------------------+ #
  408. # | EssentialsChat | #
  409. # +------------------------------------------------------+ #
  410. ############################################################
  411.  
  412. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  413. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  414. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  415. # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
  416. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  417. chat:
  418. radius: 0
  419.  
  420. # If set to the default chat format which "should" be compatible with ichat.
  421. format: '<{DISPLAYNAME}> {MESSAGE}'
  422. #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
  423.  
  424. # You can also have group-specific formats, uncomment to enable:
  425. group-formats:
  426. # Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
  427. # Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'
  428.  
  429.  
  430.  
  431.  
  432.  
  433. ############################################################
  434. # +------------------------------------------------------+ #
  435. # | EssentialsProtect | #
  436. # +------------------------------------------------------+ #
  437. ############################################################
  438.  
  439. protect:
  440. # Database settings for sign/rail protection
  441. # get mysql.jar and sqlite and place it in your serverroot/lib directory from here:
  442. # http://java.net/projects/essentials/sources/svn/show/lib?rev=435
  443.  
  444. # mysql, sqlite or none
  445. datatype: 'sqlite'
  446.  
  447. # If you specified MySQL above, you MUST enter the appropriate details here.
  448. # If you specified SQLite above, these will be IGNORED.
  449. username: 'root'
  450. password: 'root'
  451. mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
  452.  
  453. # For which block types would you like to be alerted?
  454. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  455. alert:
  456. # 10: lava
  457. # 11: still lava
  458. # 46: TNT
  459. on-placement: 10,11,46
  460. on-use:
  461. # 46: TNT
  462. on-break:
  463.  
  464. # Users cannot PLACE these types of blocks/items.
  465. # < 255 designates a BLOCK
  466. # > 255 designates an ITEM (Some blocks can be placed as blocks OR items; lava blocks can be placed by lava buckets, for example.)
  467. blacklist:
  468. placement: 327,326,14,56,46,11,10,9,8
  469. usage: 327,326,325
  470.  
  471. #prevent people from breaking blocks
  472. #break: 20,50
  473. break:
  474.  
  475. # Which blocks should not be pushed by pistons
  476. piston:
  477.  
  478. # General physics/behavior modifications
  479. prevent:
  480. lava-flow: false
  481. water-flow: false
  482. water-bucket-flow: false
  483. fire-spread: true
  484. lava-fire-spread: true
  485. flint-fire: false
  486. lightning-fire-spread: true
  487. portal-creation: false
  488. tnt-explosion: false
  489. tnt-playerdamage: false
  490. fireball-explosion: false
  491. fireball-fire: false
  492. fireball-playerdamage: false
  493. creeper-explosion: false
  494. creeper-playerdamage: false
  495. creeper-blockdamage: false
  496. enderman-pickup: true
  497. # Monsters won't follow players
  498. # permission essentials.protect.entitytarget.bypass disables this
  499. entitytarget: false
  500. # Prevent the spawning of creatures
  501. spawn:
  502. chicken: false
  503. cow: false
  504. creeper: false
  505. ghast: false
  506. giant: false
  507. monster: false
  508. pig: false
  509. pig_zombie: false
  510. sheep: false
  511. skeleton: false
  512. slime: false
  513. spider: false
  514. squid: false
  515. zombie: false
  516. wolf: false
  517. cave_spider: false
  518. enderman: false
  519. silverfish: false
  520. ender_dragon: false
  521. villager: false
  522. blaze: false
  523. mushroom_cow: false
  524.  
  525. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  526. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  527. creeper:
  528. max-height: -1
  529.  
  530. # Protect various blocks.
  531. protect:
  532. # Protect all signs
  533. signs: true
  534.  
  535. # Prevent users from destroying rails
  536. rails: true
  537.  
  538. # Blocks below rails/signs are also protected if the respective rail/sign is protected.
  539. # This makes it more difficult to circumvent protection, and should be enabled.
  540. # This only has an effect if "rails" or "signs" is also enabled.
  541. block-below: true
  542.  
  543. # Prevent placing blocks above protected rails, this is to stop a potential griefing
  544. prevent-block-on-rails: false
  545.  
  546. # Store blocks / signs in memory before writing
  547. memstore: false
  548.  
  549. # Disable various default physics and behaviors
  550. disable:
  551. # Should fall damage be disabled?
  552. fall: false
  553.  
  554. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  555. # They will be unable to attack users without that same permission node.
  556. pvp: false
  557.  
  558. # Should drowning damage be disabled?
  559. # (Split into two behaviors; generally, you want both set to the same value)
  560. drown: false
  561. suffocate: false
  562.  
  563. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  564. lavadmg: false
  565.  
  566. # Should arrow damage be disabled
  567. projectiles: false
  568.  
  569. # This will disable damage from touching cacti.
  570. contactdmg: false
  571.  
  572. # Burn, baby, burn! Should fire damage be disabled?
  573. firedmg: false
  574.  
  575. # Should the damage after hit by a lightning be disabled?
  576. lightning: false
  577.  
  578. # Should people with build: false in permissions be allowed to build
  579. # Set true to disable building for those people
  580. build: true
  581.  
  582. # Should people with build: false in permissions be allowed to use items
  583. # Set true to disable useing for those people
  584. use: true
  585.  
  586. # Should we tell people they are not allowed to build
  587. warn-on-build-disallow: true
  588.  
  589.  
  590. # Disable weather options
  591. weather:
  592. storm: false
  593. thunder: false
  594. lightning: false
  595.  
  596. ############################################################
  597. # +------------------------------------------------------+ #
  598. # | New Players | #
  599. # +------------------------------------------------------+ #
  600. ############################################################
  601.  
  602. newbies:
  603. # Should we announce to the server when someone logs in for the first time?
  604. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  605. # If not, set to ''
  606. #announce-format: ''
  607. announce-format: '&dWelcome &e{DISPLAYNAME}&d first time to EIDOS&d!'
  608.  
  609. # When we spawn for the first time, which spawnpoint do we use?
  610. # Set to "none" if you want to use the spawn point of the world.
  611. spawnpoint: newbies
  612.  
  613. # End of File <-- No seriously, you're done with configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement