Advertisement
Guest User

Essentials Config.yml

a guest
Jul 19th, 2011
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.73 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: 60
  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: 5
  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: true
  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: proving_grounds_nether
  76. portals-enabled: false
  77. generate-exit-portals: false
  78. ratio: 5
  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. - 'Did you know that you can make [Disposal] signs with Essentials?'
  92. - 'You have {MAILS} mail messages'
  93. - 'be sure to type &f /rules &c for a list of rules'
  94.  
  95. # The server rules, available by typing /rules
  96. rules:
  97. - '[1] Do not grief players in safe zones'
  98. - '[2] Read all boards in spawn area'
  99. - '[3] Use common sense'
  100. - '[4] No flying what so ever except for admins'
  101. - '[5] Failure to follow these rules will get you banned'
  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.  
  163. # Note: All items MUST be followed by a quantity!
  164. # Times are measured in seconds.
  165. kits:
  166. basic:
  167. delay: 10
  168. items:
  169. - 298 1
  170. - 299 1
  171. - 300 1
  172. - 301 1
  173. - 268 1
  174. - 269 1
  175. - 270 1
  176.  
  177. # Disable all signs
  178. signs-disabled: false
  179.  
  180. # Backup runs a command while saving is disabled
  181. backup:
  182. # Interval in minutes
  183. # interval: 60
  184. # Add a command that backups your data, e.g.
  185. # command: 'rdiff-backup World1 backups/World1'
  186.  
  187. # Set this true to enable permission per warp.
  188. per-warp-permission: true
  189.  
  190. # Sort output of /list command by groups
  191. sort-list-by-groups: true
  192.  
  193. # More output to the console
  194. debug: false
  195.  
  196. # Set the locale for all messages
  197. # If you don't set this, the default locale of the server will be used.
  198. #locale: de_DE
  199.  
  200. ############################################################
  201. # +------------------------------------------------------+ #
  202. # | EssentialsHome | #
  203. # +------------------------------------------------------+ #
  204. ############################################################
  205.  
  206. # When users die, should they respawn at their homes, instead of the spawnpoint?
  207. respawn-at-home: false
  208.  
  209. # When a user interacts with a bed, should their home be set to that location?
  210. # 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.
  211. bed-sethome: false
  212.  
  213. #if no home is set send you to spawn when /home is used
  214. spawn-if-no-home: false
  215.  
  216.  
  217. ############################################################
  218. # +------------------------------------------------------+ #
  219. # | EssentialsEco | #
  220. # +------------------------------------------------------+ #
  221. ############################################################
  222.  
  223. # Defines the balance with which new players begin. Defaults to 0.
  224. starting-balance: 1000
  225.  
  226. # worth-# defines the value of an item when it is sold to the server via /sell.
  227. # These are now defined in worth.yml
  228.  
  229. # Defines the cost to use the given commands PER USE
  230. # Defines the cost to use the given commands PER USE
  231. command-costs:
  232.  
  233. # Set this to a currency symbol you want to use.
  234. currency-symbol: '$'
  235. ############################################################
  236. # +------------------------------------------------------+ #
  237. # | EssentialsHelp | #
  238. # +------------------------------------------------------+ #
  239. ############################################################
  240.  
  241. #Show other plugins commands in help
  242. non-ess-in-help: false
  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} &7[{GROUP}]&7 {DISPLAYNAME}&7:&7 {MESSAGE}'
  265. Moderators: '{WORLDNAME} &6[{GROUP}]&6 {DISPLAYNAME}&6:&6 {MESSAGE}'
  266.  
  267.  
  268.  
  269.  
  270.  
  271. ############################################################
  272. # +------------------------------------------------------+ #
  273. # | EssentialsProtect | #
  274. # +------------------------------------------------------+ #
  275. ############################################################
  276.  
  277. protect:
  278. # Database settings for sign/rail protection
  279. # get mysql.jar and sqlite and place it in your serverroot/lib directory from here:
  280. # http://java.net/projects/essentials/sources/svn/show/lib?rev=435
  281.  
  282. # mysql, sqlite or none
  283. datatype: 'sqlite'
  284.  
  285. # If you specified MySQL above, you MUST enter the appropriate details here.
  286. # If you specified SQLite above, these will be IGNORED.
  287. username: 'root'
  288. password: 'root'
  289. mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
  290.  
  291. # For which block types would you like to be alerted?
  292. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  293. alert:
  294. # 10: lava
  295. # 11: still lava
  296. # 46: TNT
  297. on-placement: 46
  298. on-use:
  299. # 46: TNT
  300. on-break: 46
  301.  
  302. # Users cannot PLACE these types of blocks/items.
  303. # < 255 designates a BLOCK
  304. # > 255 designates an ITEM (Some blocks can be placed as blocks OR items; lava blocks can be placed by lava buckets, for example.)
  305. #blacklist:
  306. #placement: 327,326,14,56,46,11,10,9,8
  307. #usage: 327,326,325
  308.  
  309. #prevent people from breaking blocks
  310. #break: 20,50
  311. #break: 52
  312.  
  313.  
  314. # General physics/behavior modifications
  315. prevent:
  316. lava-flow: false
  317. water-flow: false
  318. water-bucket-flow: false
  319. fire-spread: false
  320. lava-fire-spread: false
  321. flint-fire: false
  322. lightning-fire-spread: false
  323. portal-creation: false
  324. tnt-explosion: false
  325. creeper-explosion: false
  326. creeper-playerdamage: false
  327. creeper-blockdamage: true
  328. # Monsters won't follow players
  329. # permission essentials.protect.entitytarget.bypass disables this
  330. entitytarget: false
  331. # Prevent the spawning of creatures
  332. spawn:
  333. chicken: false
  334. cow: false
  335. creeper: false
  336. ghast: false
  337. giant: false
  338. monster: false
  339. pig: false
  340. pig_zombie: false
  341. sheep: false
  342. skeleton: false
  343. slime: false
  344. spider: false
  345. squid: false
  346. zombie: false
  347. wolf: false
  348.  
  349. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  350. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  351. creeper:
  352. max-height: -1
  353.  
  354. # Protect various blocks.
  355. protect:
  356. # Protect all signs
  357. signs: true
  358.  
  359. # Prevent users from destroying rails
  360. rails: true
  361.  
  362. # Blocks below rails/signs are also protected if the respective rail/sign is protected.
  363. # This makes it more difficult to circumvent protection, and should be enabled.
  364. # This only has an effect if "rails" or "signs" is also enabled.
  365. block-below: true
  366.  
  367. # Prevent placing blocks above protected rails, this is to stop a potential griefing
  368. prevent-block-on-rails: true
  369.  
  370. # Disable various default physics and behaviors
  371. disable:
  372. # Should fall damage be disabled?
  373. fall: false
  374.  
  375. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  376. # They will be unable to attack users without that same permission node.
  377. pvp: false
  378.  
  379. # Should drowning damage be disabled?
  380. # (Split into two behaviors; generally, you want both set to the same value)
  381. drown: false
  382. suffocate: false
  383.  
  384. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  385. lavadmg: false
  386.  
  387. # Should arrow damage be disabled
  388. projectiles: false
  389.  
  390. # This will disable damage from touching cacti.
  391. contactdmg: false
  392.  
  393. # Burn, baby, burn! Should fire damage be disabled?
  394. firedmg: false
  395.  
  396. # Should the damage after hit by a lightning be disabled?
  397. lightning: false
  398.  
  399. # Should people with build: false in permissions be allowed to build
  400. # Set true to disable building for those people
  401. build: true
  402.  
  403. #Should we tell people they are not allowed to build
  404. warn-on-build-disallow: true
  405.  
  406.  
  407. #disable weather options
  408. weather:
  409. storm: false
  410. thunder: false
  411. lightning: false
  412.  
  413. ############################################################
  414. # +------------------------------------------------------+ #
  415. # | New Players | #
  416. # +------------------------------------------------------+ #
  417. ############################################################
  418.  
  419. newbies:
  420. # Should we announce to the server when someone logs in for the first time?
  421. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  422. # If not, set to ''
  423. #announce-format: ''
  424. nnounce-format: '&dWelcome {DISPLAYNAME} to the server! be sure to read the rules and info board, /rules, /help /info are someuseful commands'
  425.  
  426.  
  427. # When we spawn for the first time, which spawnpoint do we use?
  428. spawnpoint: newbies
  429.  
  430. # End of File <-- No seriously, you're done with configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement