NoCodeMosquito

Untitled

Oct 15th, 2012
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.93 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: '4'
  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: true
  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: 0
  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: 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: false
  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: 20
  84.  
  85. # Shall we notify users when using /lightning
  86. warn-on-smite: false
  87.  
  88. # The message of the day, displayed on connect and by typing /motd.
  89. # Valid tags are: {PLAYER}, {IP}, {BALANCE}, {MAILS}, {WORLD}, {ONLINE}, {UNIQUE}, {PLAYERLIST}
  90. motd:
  91. - '&cWelcome, {PLAYER}&c!'
  92. - '&fType &c/help&f for a list of commands.'
  93. - 'Currently online: {PLAYERLIST}'
  94.  
  95. # The server rules, available by typing /rules
  96. rules:
  97. - '[1] No greifing admin-made server structures.'
  98. - '[2] No begging for anything. Ever.'
  99. - '[3] No racism and bigotry'
  100. - '[4] Griefing of other users is allowed.'
  101. - '[5] Don't cry if you get raided or griefed. It gets you nothing.'
  102. - '[6] Don't ask for admin, mod, or creative mode. If you ask, you've ruined your chance.'
  103. - '[7] Be cool to us, and we'll be cool to you.'
  104. - '[8] Donations and positive influence on the server are a nice way to earn respect.'
  105. - '[9] Obey all rules. Failure to comply will result in IP ban.'
  106. - '[10] The banhammer shows no mercy.'
  107. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take
  108. # priority. If a command is in this list, Essentials will try to give ITSELF priority. This does not always work:
  109. # usually whichever plugin was updated most recently wins out. However, the full name of the command will always work.
  110. # For example, if WorldGuard and Essentials are both enabled, and WorldGuard takes control over /god, /essentials:god
  111. # will still map to Essentials, whereas it might normally get forced upon WorldGuard. Commands prefixed with an "e",
  112. # such as /egod, will always grant Essentials priority.
  113. # We should try to take priority over /god. If this doesn't work, use
  114. # /essentials:god or /egod. If god is set using WorldGuard, use /ungod to remove then use whichever you see fit.
  115. overridden-commands:
  116. - god
  117.  
  118. # Disabled commands will be completelly unavailable on the server.
  119. disabled-commands:
  120. # - nick
  121.  
  122. # Restricted commands have been removed.
  123. # Now we have a whitelist, all commands not on this list are only available to ops.
  124. # These will have NO EFFECT if you have Permissions installed!
  125. # They are here only if you want something simpler than Permissions.
  126. # These are the permissions without the "essentials." part.
  127. player-commands:
  128. - afk
  129. - back
  130. - back.ondeath
  131. - balance
  132. - clearinventory
  133. - compass
  134. - depth
  135. - getpos
  136. - geoip.show
  137. - help
  138. - helpop
  139. - home
  140. - home.others
  141. - ignore
  142. - info
  143. - kit
  144. - list
  145. - mail
  146. - mail.send
  147. - me
  148. - motd
  149. - msg
  150. - nick
  151. - pay
  152. - ping
  153. - powertool
  154. - protect
  155. - r
  156. - rules
  157. - seen
  158. - sell
  159. - sethome
  160. - setxmpp
  161. - signs.create.protection
  162. - signs.create.trade
  163. - signs.break.protection
  164. - signs.break.trade
  165. - signs.use.balance
  166. - signs.use.buy
  167. - signs.use.disposal
  168. - signs.use.free
  169. - signs.use.heal
  170. - signs.use.mail
  171. - signs.use.protection
  172. - signs.use.sell
  173. - signs.use.time
  174. - signs.use.trade
  175. - signs.use.warp
  176. - signs.use.weather
  177. - spawn
  178. - suicide
  179. - tpa
  180. - tpaccept
  181. - tpahere
  182. - tpdeny
  183. - warp
  184. - warp.list
  185. - world
  186. - worth
  187. - xmpp
  188.  
  189. # Note: All items MUST be followed by a quantity!
  190. # Times are measured in seconds.
  191. kits:
  192. Marine:
  193. delay: 600
  194. items:
  195. - 306 1
  196. - 307 1
  197. - 308 1
  198. - 305 1
  199. - 267 1
  200. - 373:8201 2
  201. - 373:16396 2
  202. - 357 8
  203. SEAL:
  204. delay: 600
  205. items:
  206. - 307 1
  207. - 308 1
  208. - 302 1
  209. - 305 1
  210. - 283 1
  211. - 373:8206 2
  212. - 373:8226 2
  213. - 131 2
  214. - 287 16
  215. Medic:
  216. delay: 600
  217. items:
  218. - 314 1
  219. - 315 1
  220. - 316 1
  221. - 317 1
  222. - 322 1
  223. - 364 3
  224. - 322 1
  225. - 373:16449 5
  226. - 373:16421 2
  227. - 373:16420 5
  228. - 373:8229 2
  229. Engineer:
  230. delay: 600
  231. items:
  232. - 256 1
  233. - 257 1
  234. - 258 1
  235. - 306 1
  236. - 308 1
  237. - 76 16
  238. - 356 5
  239. - 331 64
  240. Ranger:
  241. delay: 600
  242. items:
  243. - 303 1
  244. - 304 1
  245. - 261 1
  246. - 262 64
  247. - 373:8198 2
  248. - 18:2 16
  249. General:
  250. delay: 1200
  251. items:
  252. - 314 1
  253. - 307 1
  254. - 308 1
  255. - 309 1
  256. - 267 1
  257. - 373:8226 2
  258. - 373:8193 2
  259. - 322 1
  260. Specialist:
  261. delay: 1200
  262. items:
  263. - 373:8193 5
  264. - 373:8197 5
  265. - 373:8226 5
  266. - 373:16388 5
  267. - 373:16392 5
  268. - 373:16457 5
  269. - 373:16471 5
  270. - 373:16389 5
  271. - 373:16396 5
  272. Provisioner:
  273. delay: 600
  274. items:
  275. - 297 3
  276. - 320 5
  277. - 364 5
  278. - 366 5
  279. - 282 5
  280. - 360 3
  281. - 357 10
  282. - 354 1
  283. IronSwordSteak:
  284. delay: 600
  285. items:
  286. - 267 1
  287. - 364 3
  288. # Essentials Sign Control
  289. # See http://ess.khhq.net/wiki/Sign_Tutorial for instructions on how to use these.
  290. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  291. # We recommend not enabling chest protection signs if you don't intend to use them, (or are using LWC/Lockette).
  292.  
  293. enabledSigns:
  294. - balance
  295. - buy
  296. - sell
  297. - trade
  298. - free
  299. - disposal
  300. - warp
  301. - kit
  302. - mail
  303. - enchant
  304. - gamemode
  305. - heal
  306. - spawnmob
  307. - time
  308. - weather
  309. - protection
  310.  
  311. # Backup runs a command while saving is disabled
  312. backup:
  313. # Interval in minutes
  314. interval: 60
  315. # Add a command that backups your data, e.g.
  316. #command: 'rdiff-backup World1 backups/World1'
  317.  
  318. # Set this true to enable permission per warp.
  319. per-warp-permission: true
  320.  
  321. # Sort output of /list command by groups
  322. sort-list-by-groups: true
  323.  
  324. # More output to the console
  325. debug: false
  326.  
  327. # Set the locale for all messages
  328. # If you don't set this, the default locale of the server will be used.
  329. # Don't forget to remove the # infront of the line
  330. #locale: de_DE
  331.  
  332. # Turn off god mode when people exit
  333. remove-god-on-disconnect: false
  334.  
  335. # Use the permission system of bukkit
  336. # This only works if no other permission plugins are installed
  337. use-bukkit-permissions: false
  338.  
  339. # Auto-AFK
  340. # After this timeout in seconds, the user will be set as afk.
  341. # Set to -1 for no timeout.
  342. auto-afk: 300
  343.  
  344. # Auto-AFK Kick
  345. # After this timeout in seconds, the user will be kicked from the server.
  346. # Set to -1 for no timeout.
  347. auto-afk-kick: -1
  348.  
  349. # Set this to true, if you want to freeze the player, if he is afk.
  350. # Other players or monsters can't push him out of afk mode then.
  351. # This will also enable temporary god mode for the afk player.
  352. # The player has to use the command /afk to leave the afk mode.
  353. freeze-afk-players: false
  354.  
  355. # You can disable the death messages of minecraft here
  356. death-messages: true
  357.  
  358. ############################################################
  359. # +------------------------------------------------------+ #
  360. # | EssentialsHome | #
  361. # +------------------------------------------------------+ #
  362. ############################################################
  363.  
  364. # When users die, should they respawn at their homes, instead of the spawnpoint?
  365. respawn-at-home: true
  366.  
  367. # When a user interacts with a bed, should their home be set to that location?
  368. # 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.
  369. bed-sethome: true
  370.  
  371. # If no home is set send you to spawn when /home is used
  372. spawn-if-no-home: false
  373.  
  374. # Allow players to have multiple homes.
  375. # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
  376. # People with essentials.sethome.multiple.unlimited are not limited by these numbers.
  377. sethome-multiple:
  378. # essentials.sethome.multiple
  379. default: 3
  380. # essentials.sethome.multiple.vip
  381. vip: 5
  382. # essentials.sethome.multiple.staff
  383. staff: 10
  384.  
  385. ############################################################
  386. # +------------------------------------------------------+ #
  387. # | EssentialsEco | #
  388. # +------------------------------------------------------+ #
  389. ############################################################
  390.  
  391. # Defines the balance with which new players begin. Defaults to 0.
  392. starting-balance: 150
  393.  
  394. # worth-# defines the value of an item when it is sold to the server via /sell.
  395. # These are now defined in worth.yml
  396.  
  397. # Defines the cost to use the given commands PER USE
  398. command-costs:
  399. # /example costs $1000 PER USE
  400. #example: 1000
  401. # /kit tools costs $1500 PER USE
  402. #kit-tools: 1500
  403.  
  404. # Set this to a currency symbol you want to use.
  405. currency-symbol: '$'
  406.  
  407. # Set the maximum amount of money a player can have
  408. # The amount is always limited to 10 trillions because of the limitations of a java double
  409. max-money: 10000000000000
  410.  
  411. # Enable this to log all interactions with trade/buy/sell signs and sell command
  412. economy-log-enabled: false
  413.  
  414. ############################################################
  415. # +------------------------------------------------------+ #
  416. # | EssentialsHelp | #
  417. # +------------------------------------------------------+ #
  418. ############################################################
  419.  
  420. # Show other plugins commands in help
  421. non-ess-in-help: true
  422.  
  423. # Hide plugins which dont give a permission
  424. # You can override a true value here for a single plugin by adding a permission to a user/group.
  425. # The indervidual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help this setting reguardless.
  426. # You can use negitive permissions to remove access to just a single plugins help if the following is enabled.
  427. hide-permissionless-help: true
  428.  
  429. ############################################################
  430. # +------------------------------------------------------+ #
  431. # | EssentialsChat | #
  432. # +------------------------------------------------------+ #
  433. ############################################################
  434.  
  435. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  436. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  437. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  438. # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
  439. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  440. chat:
  441. radius: 0
  442.  
  443. # If set to the default chat format which "should" be compatible with ichat.
  444. format: '<{DISPLAYNAME}> {MESSAGE}'
  445. #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
  446.  
  447. # You can also have group-specific formats, uncomment to enable:
  448. group-formats:
  449. Admin: ' &4[{GROUP}]&4 {DISPLAYNAME}&7:&c {MESSAGE}'
  450. Mod_Leader: ' &4[Mod Leader]&4 {DISPLAYNAME}&7:&c {MESSAGE}'
  451. Moderator: ' &4[{GROUP}]&4 {DISPLAYNAME}&7:&c {MESSAGE}'
  452. VIP****: ' &5[{GROUP}]&5 {DISPLAYNAME}&5:&d {MESSAGE}'
  453. VIP***: ' &5[{GROUP}]&5 {DISPLAYNAME}&5:&d {MESSAGE}'
  454. VIP**: ' &5[{GROUP}]&5 {DISPLAYNAME}&5:&d {MESSAGE}'
  455. VIP*: ' &5[{GROUP}]&5 {DISPLAYNAME}&5:&d {MESSAGE}'
  456. General: ' &2[{GROUP}]&2 {DISPLAYNAME}&2:&a {MESSAGE}'
  457. Lt_General: ' &2[Lt General]&2 {DISPLAYNAME}&2:&a {MESSAGE}'
  458. Colonel: ' &6[{GROUP}]&6 {DISPLAYNAME}&6:&e {MESSAGE}'
  459. Lt_Colonel: ' &6[Lt Colonel]&6 {DISPLAYNAME}&6:&e {MESSAGE}'
  460. Captain: ' &9[{GROUP}]&9 {DISPLAYNAME}&9:&1 {MESSAGE}'
  461. Major: ' &9[{GROUP}]&9 {DISPLAYNAME}&9:&1 {MESSAGE}'
  462. 1st_Lieutenant: ' &3[1st Lieutenant]&3 {DISPLAYNAME}&3:&b {MESSAGE}'
  463. 2nd_Lieutenant: ' &3[2nd Lieutenant]&3 {DISPLAYNAME}&3:&b {MESSAGE}'
  464. Recruit: ' &7[{GROUP}]&7 {DISPLAYNAME}&7:&f {MESSAGE}'
  465. ############################################################
  466. # +------------------------------------------------------+ #
  467. # | EssentialsProtect | #
  468. # +------------------------------------------------------+ #
  469. ############################################################
  470.  
  471. protect:
  472. # Database settings for sign/rail protection
  473. # get mysql.jar and sqlite and place it in your serverroot/lib directory from here:
  474. # http://java.net/projects/essentials/sources/svn/show/lib?rev=435
  475.  
  476. # mysql, sqlite or none
  477. datatype: 'sqlite'
  478.  
  479. # If you specified MySQL above, you MUST enter the appropriate details here.
  480. # If you specified SQLite above, these will be IGNORED.
  481. username: 'root'
  482. password: 'root'
  483. mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
  484.  
  485. # For which block types would you like to be alerted?
  486. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  487. alert:
  488. # 10: lava
  489. # 11: still lava
  490. # 46: TNT
  491. on-placement: 10,11,46
  492. on-use:
  493. # 46: TNT
  494. on-break:
  495.  
  496. # Users cannot PLACE these types of blocks/items.
  497. # < 255 designates a BLOCK
  498. # > 255 designates an ITEM (Some blocks can be placed as blocks OR items; lava blocks can be placed by lava buckets, for example.)
  499. blacklist:
  500. placement: 14,56,11,10
  501. usage:
  502.  
  503. #prevent people from breaking blocks
  504. #break: 20,50
  505. break:
  506.  
  507. # Which blocks should not be pushed by pistons
  508. piston:
  509.  
  510. # General physics/behavior modifications
  511. prevent:
  512. lava-flow: false
  513. water-flow: false
  514. water-bucket-flow: false
  515. fire-spread: true
  516. lava-fire-spread: true
  517. flint-fire: false
  518. lightning-fire-spread: true
  519. portal-creation: true
  520. tnt-explosion: false
  521. tnt-playerdamage: false
  522. fireball-explosion: false
  523. fireball-fire: false
  524. fireball-playerdamage: false
  525. creeper-explosion: false
  526. creeper-playerdamage: false
  527. creeper-blockdamage: true
  528. enderman-pickup: true
  529. # Monsters won't follow players
  530. # permission essentials.protect.entitytarget.bypass disables this
  531. entitytarget: false
  532. # Prevent the spawning of creatures
  533. spawn:
  534. chicken: false
  535. cow: false
  536. creeper: false
  537. ghast: false
  538. giant: false
  539. monster: false
  540. pig: false
  541. pig_zombie: false
  542. sheep: false
  543. skeleton: false
  544. slime: false
  545. spider: false
  546. squid: false
  547. zombie: false
  548. wolf: false
  549. cave_spider: false
  550. enderman: false
  551. silverfish: false
  552.  
  553. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  554. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  555. creeper:
  556. max-height: -1
  557.  
  558. # Protect various blocks.
  559. protect:
  560. # Protect all signs
  561. signs: true
  562.  
  563. # Prevent users from destroying rails
  564. rails: true
  565.  
  566. # Blocks below rails/signs are also protected if the respective rail/sign is protected.
  567. # This makes it more difficult to circumvent protection, and should be enabled.
  568. # This only has an effect if "rails" or "signs" is also enabled.
  569. block-below: true
  570.  
  571. # Prevent placing blocks above protected rails, this is to stop a potential griefing
  572. prevent-block-on-rails: false
  573.  
  574. # Store blocks / signs in memory before writing
  575. memstore: false
  576.  
  577. # Disable various default physics and behaviors
  578. disable:
  579. # Should fall damage be disabled?
  580. fall: false
  581.  
  582. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  583. # They will be unable to attack users without that same permission node.
  584. pvp: false
  585.  
  586. # Should drowning damage be disabled?
  587. # (Split into two behaviors; generally, you want both set to the same value)
  588. drown: false
  589. suffocate: false
  590.  
  591. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  592. lavadmg: false
  593.  
  594. # Should arrow damage be disabled
  595. projectiles: false
  596.  
  597. # This will disable damage from touching cacti.
  598. contactdmg: false
  599.  
  600. # Burn, baby, burn! Should fire damage be disabled?
  601. firedmg: false
  602.  
  603. # Should the damage after hit by a lightning be disabled?
  604. lightning: false
  605.  
  606. # Should people with build: false in permissions be allowed to build
  607. # Set true to disable building for those people
  608. build: true
  609.  
  610. # Should people with build: false in permissions be allowed to use items
  611. # Set true to disable useing for those people
  612. use: true
  613.  
  614. # Should we tell people they are not allowed to build
  615. warn-on-build-disallow: true
  616.  
  617.  
  618. # Disable weather options
  619. weather:
  620. storm: false
  621. thunder: false
  622. lightning: false
  623.  
  624. ############################################################
  625. # +------------------------------------------------------+ #
  626. # | New Players | #
  627. # +------------------------------------------------------+ #
  628. ############################################################
  629.  
  630. newbies:
  631. # Should we announce to the server when someone logs in for the first time?
  632. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  633. # If not, set to ''
  634. #announce-format: ''
  635. announce-format: '&dEverybody welcome, {DISPLAYNAME}'
  636.  
  637. # When we spawn for the first time, which spawnpoint do we use?
  638. # Set to "none" if you want to use the spawn point of the world.
  639. spawnpoint: new
  640.  
  641. # End of File <-- No seriously, you're done with configuration.
Advertisement
Add Comment
Please, Sign In to add comment