Advertisement
Guest User

Config.yml

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