Advertisement
Guest User

Bukkit

a guest
Jul 14th, 2011
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.50 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: 'c'
  33.  
  34. # The character(s) to prefix all nicknames, so that you know they are not true usernames.
  35. nickname-prefix: '.'
  36.  
  37. # The delay, in seconds, required between /home, /tp, etc.
  38. teleport-cooldown: 0
  39.  
  40. # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.
  41. teleport-delay: 10
  42.  
  43. # The delay, in seconds, required between /heal attempts
  44. heal-cooldown: 60
  45.  
  46. # The number of items given if the quantity parameter is left out in /item or /give.
  47. default-stack-size: 64
  48.  
  49. # What to prevent from /i /give
  50. # e.g item-spawn-blacklist: 46,11,10
  51. item-spawn-blacklist:
  52.  
  53. # Set this to true if you want permission based item spawn rules
  54. # Permissions:
  55. # - essentials.itemspawn.item-all
  56. # - essentials.itemspawn.item-[itemname]
  57. # - essentials.itemspawn.item-[itemid]
  58. # - essentials.give.item-all
  59. # - essentials.give.item-[itemname]
  60. # - essentials.give.item-[itemid]
  61. permission-based-item-spawn: false
  62.  
  63. # Whether or not to reclaim memory on player logout; this is technical, and should only be changed under special circumstances.
  64. # This generally increases server stability unless very specific runtime configurations are used.
  65. # HOWEVER, it is known to cause lag upon users logging OUT, so beware!
  66. reclaim-onlogout: false
  67.  
  68. # 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.
  69. spawn-protection: false
  70.  
  71. # Nether settings (switch between worlds with "/world nether" and "/world normal")
  72. # Sets whether the nether system is enabled, what folder to save the world in, and whether portals should teleport players between worlds.
  73. nether:
  74. enabled: true
  75. folder: nether
  76. portals-enabled: true
  77. generate-exit-portals: true
  78. ratio: 16
  79.  
  80. # Mob limit on spawnmob
  81. spawnmob-limit: 10
  82.  
  83. #Shall we notify users when using /lightning
  84. warn-on-smite: true
  85.  
  86. # The message of the day, displayed on connect and by typing /motd.
  87. motd:
  88. - '&cWelcome, {PLAYER}&c!'
  89. - '&fType &c/help&f for a list of commands.'
  90. - 'Currently online: {PLAYERLIST}'
  91. - 'Type /rules to see our rules.'
  92. - 'When you play on our server, you automaticly accept the rules.'
  93. - 'You have {MAILS} mail messages'
  94.  
  95. # The server rules, available by typing /rules
  96. rules:
  97. - '[1] No griefing unless war.'
  98. - '[2] Do not produce TNT if you're not in a clan.'
  99. - '[3] No PvP in towns and cities.'
  100. - '[4] No stealing from chests.'
  101. - '[5] 'Replant when you harvest in public tree-/weatfarm.'
  102.  
  103. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take
  104. # priority. If a command is in this list, Essentials will try to give ITSELF priority. This does not always work:
  105. # usually whichever plugin was updated most recently wins out. However, the full name of the command will always work.
  106. # For example, if WorldGuard and Essentials are both enabled, and WorldGuard takes control over /god, /essentials:god
  107. # will still map to Essentials, whereas it might normally get forced upon WorldGuard. Commands prefixed with an "e",
  108. # such as /egod, will always grant Essentials priority.
  109. # We should try to take priority over /god. If this doesn't work, use
  110. # /essentials:god or /egod. If god is set using WorldGuard, use /ungod to remove then use whichever you see fit.
  111. overridden-commands:
  112. - god
  113.  
  114. # Disabled commands will be completelly unavailable on the server.
  115. disabled-commands:
  116. # - nick
  117.  
  118. # Restricted commands will only be available to ops.
  119. # These will have NO EFFECT if you have Permissions installed!
  120. # These are here only if you want something simpler than Permissions.
  121. restricted-commands:
  122. - bigtree
  123. - item
  124. - give
  125. - heal
  126. - plugin
  127. - time
  128. - top
  129. - tp
  130. - tphere
  131. - tree
  132. - setspawn
  133. - antioch
  134. - kick
  135. - ban
  136. - unban
  137. - top
  138. - jump
  139. - tpo
  140. - tppos
  141. - tpohere
  142. - economy
  143. - setwarp
  144. - delwarp
  145. - essentials
  146. - gc
  147. - spawnmob
  148. - broadcast
  149. - burn
  150. - ext
  151. - kill
  152. - ping
  153. - banip
  154. - unban
  155. - mute
  156. - kick
  157. - kickall
  158. - unbanip
  159. - togglejail
  160. - setjail
  161. - eco.loan
  162. - kit
  163. # Note: All items MUST be followed by a quantity!
  164. # Times are measured in seconds.
  165. kits:
  166. tools:
  167. delay: 10
  168. items:
  169. - 277 0
  170. - 278 0
  171. - 279 0
  172.  
  173. # Disable all signs
  174. signs-disabled: false
  175.  
  176. # Backup runs a command while saving is disabled
  177. backup:
  178. # Interval in minutes
  179. interval: 60
  180. # Add a command that backups your data, e.g.
  181. # command: 'rdiff-backup World1 backups/World1'
  182.  
  183. # Set this true to enable permission per warp.
  184. per-warp-permission: false
  185.  
  186. # Sort output of /list command by groups
  187. sort-list-by-groups: false
  188.  
  189. # More output to the console
  190. debug: false
  191.  
  192. # Set the locale for all messages
  193. # If you don't set this, the default locale of the server will be used.
  194. #locale: de_DE
  195.  
  196. ############################################################
  197. # +------------------------------------------------------+ #
  198. # | EssentialsHome | #
  199. # +------------------------------------------------------+ #
  200. ############################################################
  201.  
  202. # When users die, should they respawn at their homes, instead of the spawnpoint?
  203. respawn-at-home: false
  204.  
  205. # When a user interacts with a bed, should their home be set to that location?
  206. # 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.
  207. bed-sethome: false
  208.  
  209. #if no home is set send you to spawn when /home is used
  210. spawn-if-no-home: true
  211.  
  212.  
  213. ############################################################
  214. # +------------------------------------------------------+ #
  215. # | EssentialsEco | #
  216. # +------------------------------------------------------+ #
  217. ############################################################
  218.  
  219. # Defines the balance with which new players begin. Defaults to 0.
  220. starting-balance: 0
  221.  
  222. # worth-# defines the value of an item when it is sold to the server via /sell.
  223. # These are now defined in worth.yml
  224.  
  225. # Defines the cost to use the given commands PER USE
  226. command-costs:
  227. # /example costs $1000 PER USE
  228. #example: 1000
  229. # /kit tools costs $1500 PER USE
  230. #kit-tools: 1500
  231.  
  232. # Set this to a currency symbol you want to use.
  233. currency-symbol: '$'
  234.  
  235. ############################################################
  236. # +------------------------------------------------------+ #
  237. # | EssentialsHelp | #
  238. # +------------------------------------------------------+ #
  239. ############################################################
  240.  
  241. #Show other plugins commands in help
  242. non-ess-in-help: true
  243.  
  244. ############################################################
  245. # +------------------------------------------------------+ #
  246. # | EssentialsChat | #
  247. # +------------------------------------------------------+ #
  248. ############################################################
  249.  
  250. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  251. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  252. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  253. # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
  254. chat:
  255. radius: 0
  256.  
  257. # If set to the default chat format which "should" be compatible with ichat.
  258. format: '<{DISPLAYNAME}> {MESSAGE}'
  259. format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
  260.  
  261. # You can also have group-specific formats, uncomment to enable:
  262. group-formats:
  263. # Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
  264. # Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'
  265.  
  266.  
  267.  
  268.  
  269.  
  270. ############################################################
  271. # +------------------------------------------------------+ #
  272. # | EssentialsProtect | #
  273. # +------------------------------------------------------+ #
  274. ############################################################
  275.  
  276. protect:
  277. # Database settings for sign/rail protection
  278. # get mysql.jar and sqlite and place it in your serverroot/lib directory from here:
  279. # http://java.net/projects/essentials/sources/svn/show/lib?rev=435
  280.  
  281. # mysql, sqlite or none
  282. datatype: 'sqlite'
  283.  
  284. # If you specified MySQL above, you MUST enter the appropriate details here.
  285. # If you specified SQLite above, these will be IGNORED.
  286. username: 'root'
  287. password: 'root'
  288. mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
  289.  
  290. # For which block types would you like to be alerted?
  291. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  292. alert:
  293. # 10: lava
  294. # 11: still lava
  295. # 46: TNT
  296. on-placement: 10,11,46
  297. on-use:
  298. # 46: TNT
  299. on-break: 46
  300.  
  301. # Users cannot PLACE these types of blocks/items.
  302. # < 255 designates a BLOCK
  303. # > 255 designates an ITEM (Some blocks can be placed as blocks OR items; lava blocks can be placed by lava buckets, for example.)
  304. blacklist:
  305. placement:
  306. usage:
  307.  
  308. #prevent people from breaking blocks
  309. #break: 20,50
  310. break:
  311.  
  312.  
  313. # General physics/behavior modifications
  314. prevent:
  315. lava-flow: false
  316. water-flow: false
  317. water-bucket-flow: false
  318. fire-spread: true
  319. lava-fire-spread: true
  320. flint-fire: true
  321. lightning-fire-spread: true
  322. portal-creation: false
  323. tnt-explosion: false
  324. creeper-explosion: false
  325. creeper-playerdamage: false
  326. creeper-blockdamage: false
  327. # Monsters won't follow players
  328. # permission essentials.protect.entitytarget.bypass disables this
  329. entitytarget: false
  330. # Prevent the spawning of creatures
  331. spawn:
  332. chicken: false
  333. cow: false
  334. creeper: false
  335. ghast: true
  336. giant: false
  337. monster: false
  338. pig: false
  339. pig_zombie: false
  340. sheep: false
  341. skeleton: false
  342. slime: true
  343. spider: false
  344. squid: false
  345. zombie: false
  346. wolf: false
  347.  
  348. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  349. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  350. creeper:
  351. max-height: -1
  352.  
  353. # Protect various blocks.
  354. protect:
  355. # Protect all signs
  356. signs: true
  357.  
  358. # Prevent users from destroying rails
  359. rails: true
  360.  
  361. # Blocks below rails/signs are also protected if the respective rail/sign is protected.
  362. # This makes it more difficult to circumvent protection, and should be enabled.
  363. # This only has an effect if "rails" or "signs" is also enabled.
  364. block-below: true
  365.  
  366. # Prevent placing blocks above protected rails, this is to stop a potential griefing
  367. prevent-block-on-rails: false
  368.  
  369. # Disable various default physics and behaviors
  370. disable:
  371. # Should fall damage be disabled?
  372. fall: false
  373.  
  374. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  375. # They will be unable to attack users without that same permission node.
  376. pvp: false
  377.  
  378. # Should drowning damage be disabled?
  379. # (Split into two behaviors; generally, you want both set to the same value)
  380. drown: false
  381. suffocate: false
  382.  
  383. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  384. lavadmg: false
  385.  
  386. # Should arrow damage be disabled
  387. projectiles: false
  388.  
  389. # This will disable damage from touching cacti.
  390. contactdmg: false
  391.  
  392. # Burn, baby, burn! Should fire damage be disabled?
  393. firedmg: false
  394.  
  395. # Should the damage after hit by a lightning be disabled?
  396. lightning: false
  397.  
  398. # Should people with build: false in permissions be allowed to build
  399. # Set true to disable building for those people
  400. build: false
  401.  
  402. #Should we tell people they are not allowed to build
  403. warn-on-build-disallow: false
  404.  
  405.  
  406. #disable weather options
  407. weather:
  408. storm: false
  409. thunder: false
  410. lightning: false
  411.  
  412. ############################################################
  413. # +------------------------------------------------------+ #
  414. # | New Players | #
  415. # +------------------------------------------------------+ #
  416. ############################################################
  417.  
  418. newbies:
  419. # Should we announce to the server when someone logs in for the first time?
  420. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  421. # If not, set to ''
  422. #announce-format: ''
  423. announce-format: '&dWelcome {DISPLAYNAME} to the server!'
  424.  
  425. # When we spawn for the first time, which spawnpoint do we use?
  426. spawnpoint: newbies
  427.  
  428. # End of File <-- No seriously, you're done with configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement