Advertisement
Guest User

Essentials Config

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