Advertisement
Guest User

Halp MGMC kits essentials

a guest
Oct 31st, 2014
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.26 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 hierarchy 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 apostrophe)
  12. # - Text with symbols is enclosed in single or double quotation marks
  13.  
  14. # If you have problems join the Essentials help support channel: http://tiny.cc/EssentialsChat
  15.  
  16. ############################################################
  17. # +------------------------------------------------------+ #
  18. # | Essentials (Global) | #
  19. # +------------------------------------------------------+ #
  20. ############################################################
  21.  
  22. # A color code between 0-9 or a-f. Set to 'none' to disable.
  23. ops-name-color: 'e'
  24.  
  25. # The character(s) to prefix all nicknames, so that you know they are not true usernames.
  26. nickname-prefix: ''
  27.  
  28. # The maximum length allowed in nicknames. The nickname prefix is included in this.
  29. max-nick-length: 30
  30.  
  31. # Disable this if you have any other plugin, that modifies the displayname of a user.
  32. change-displayname: true
  33.  
  34. # When this option is enabled, the (tab) player list will be updated with the displayname.
  35. # The value of change-displayname (above) has to be true.
  36. #change-playerlist: false
  37.  
  38. # When essentialschat.jar isn't used, force essentials to add the prefix and suffix from permission plugins to displayname.
  39. # This setting is ignored if essentialschat.jar is used, and defaults to 'true'.
  40. # The value of change-displayname (above) has to be true.
  41. # Do not edit this setting unless you know what you are doing!
  42. #add-prefix-suffix: false
  43.  
  44. # If the teleport destination is unsafe, should players be teleported to the nearest safe location?
  45. # If this is set to true, Essentials will attempt to teleport players close to the intended destination.
  46. # If this is set to false, attempted teleports to unsafe locations will be cancelled with a warning.
  47. teleport-safety: true
  48.  
  49. # The delay, in seconds, required between /home, /tp, etc.
  50. teleport-cooldown: 0
  51.  
  52. # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.
  53. teleport-delay: 5
  54.  
  55. # The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command.
  56. # This will also prevent the player attacking other players.
  57. teleport-invulnerability: 0
  58.  
  59. # The delay, in seconds, required between /heal or /feed attempts.
  60. heal-cooldown: 60
  61.  
  62. # What to prevent from /i /give.
  63. # e.g item-spawn-blacklist: 46,11,10
  64. item-spawn-blacklist:
  65.  
  66. # Set this to true if you want permission based item spawn rules.
  67. # Note: The blacklist above will be ignored then.
  68. # Example permissions (these go in your permissions manager):
  69. # - essentials.itemspawn.item-all
  70. # - essentials.itemspawn.item-[itemname]
  71. # - essentials.itemspawn.item-[itemid]
  72. # - essentials.give.item-all
  73. # - essentials.give.item-[itemname]
  74. # - essentials.give.item-[itemid]
  75. # - essentials.unlimited.item-all
  76. # - essentials.unlimited.item-[itemname]
  77. # - essentials.unlimited.item-[itemid]
  78. # - essentials.unlimited.item-bucket # Unlimited liquid placing
  79. #
  80. # For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive
  81. permission-based-item-spawn: false
  82.  
  83. # Mob limit on the /spawnmob command per execution.
  84. spawnmob-limit: 10
  85.  
  86. # Shall we notify users when using /lightning?
  87. warn-on-smite: true
  88.  
  89. # motd and rules are now configured in the files motd.txt and rules.txt.
  90.  
  91. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority.
  92. # Commands in this list, will tell Essentials to 'not give up' the command to other plugins.
  93. # In this state, which plugin 'wins' appears to be almost random.
  94. #
  95. # If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias.
  96. # To force essentials to take 'god' alias 'god' to 'egod'.
  97. # See http://wiki.bukkit.org/Bukkit.yml#aliases for more information
  98.  
  99. overridden-commands:
  100. # - god
  101. # - info
  102.  
  103. # Disabling commands here will prevent Essentials handling the command, this will not affect command conflicts.
  104. # Commands should fallback to the vanilla versions if available.
  105. # You should not have to disable commands used in other plugins, they will automatically get priority.
  106. disabled-commands:
  107. # - nick
  108. # - clear
  109.  
  110. # These commands will be shown to players with socialSpy enabled.
  111. # You can add commands from other plugins you may want to track or
  112. # remove commands that are used for something you dont want to spy on.
  113. socialspy-commands:
  114. - msg
  115. - w
  116. - r
  117. - mail
  118. - m
  119. - t
  120. - whisper
  121. - emsg
  122. - tell
  123. - er
  124. - reply
  125. - ereply
  126. - email
  127. - action
  128. - describe
  129. - eme
  130. - eaction
  131. - edescribe
  132. - etell
  133. - ewhisper
  134. - pm
  135.  
  136. # If you do not wish to use a permission system, you can define a list of 'player perms' below.
  137. # This list has no effect if you are using a supported permissions system.
  138. # If you are using an unsupported permissions system, simply delete this section.
  139. # Whitelist the commands and permissions you wish to give players by default (everything else is op only).
  140. # These are the permissions without the "essentials." part.
  141. player-commands:
  142. - afk
  143. - afk.auto
  144. - back
  145. - back.ondeath
  146. - balance
  147. - balance.others
  148. - balancetop
  149. - build
  150. - chat.color
  151. - chat.format
  152. - chat.shout
  153. - chat.question
  154. - clearinventory
  155. - compass
  156. - depth
  157. - delhome
  158. - getpos
  159. - geoip.show
  160. - help
  161. - helpop
  162. - home
  163. - home.others
  164. - ignore
  165. - info
  166. - itemdb
  167. - kit
  168. - kits.tools
  169. - list
  170. - mail
  171. - mail.send
  172. - me
  173. - motd
  174. - msg
  175. - msg.color
  176. - nick
  177. - near
  178. - pay
  179. - ping
  180. - protect
  181. - r
  182. - rules
  183. - realname
  184. - seen
  185. - sell
  186. - sethome
  187. - setxmpp
  188. - signs.create.protection
  189. - signs.create.trade
  190. - signs.break.protection
  191. - signs.break.trade
  192. - signs.use.balance
  193. - signs.use.buy
  194. - signs.use.disposal
  195. - signs.use.enchant
  196. - signs.use.free
  197. - signs.use.gamemode
  198. - signs.use.heal
  199. - signs.use.info
  200. - signs.use.kit
  201. - signs.use.mail
  202. - signs.use.protection
  203. - signs.use.repair
  204. - signs.use.sell
  205. - signs.use.time
  206. - signs.use.trade
  207. - signs.use.warp
  208. - signs.use.weather
  209. - spawn
  210. - suicide
  211. - time
  212. - tpa
  213. - tpaccept
  214. - tpahere
  215. - tpdeny
  216. - warp
  217. - warp.list
  218. - world
  219. - worth
  220. - xmpp
  221.  
  222. # Note: All items MUST be followed by a quantity!
  223. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  224. # Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]...
  225. # For Item meta information visit http://wiki.ess3.net/wiki/Item_Meta
  226. # 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
  227. # For more information, visit http://wiki.ess3.net/wiki/Kits
  228. kits:
  229. pvp:
  230. delay: 900
  231. items:
  232. - 376 1 name:PvP_Sword sharpness:4 fireaspect:1
  233. - 322:1 64 name:God_Apples
  234. - 310 8 name:PvP_Helmet protection:5 unbreaking:5
  235. - 311 8 name:PvP_Chestplate protection:5 unbreaking:5
  236. - 312 8 name:PvP_Leggings protection:5 unbreaking:5
  237. - 312 8 name:PvP_Boots protection:5 unbreaking:5
  238. - 373:8201 name:OP_Strength effect:strength power:2 duration:240
  239. - 373:8194 name:OP_Speed effect:speed power:2 duration:240
  240. wrestler:
  241. delay: 900
  242. items:
  243. - 376 1 name:Wrestler_Sword sharpness:5 fireaspect:1
  244. - 322:1 64 name:God_Apples
  245. - 310 8 name:Wrestler_Helmet protection:5 unbreaking:5
  246. - 311 8 name:Wrestler_Chestplate protection:5 unbreaking:5
  247. - 312 8 name:Wrestler_Leggings protection:5 unbreaking:5
  248. - 312 8 name:Wrestler_Boots protection:5 unbreaking:5
  249. - 373:8201 1 name:OP_Strength effect:strength power:2 duration:240
  250. - 373:8194 1 name:OP_Speed effect:speed power:2 duration:240
  251. fighter:
  252. delay: 900
  253. items:
  254. - 376 1 name:Fighter_Sword sharpness:6 fireaspect:2
  255. - 322:1 64 name:God_Apples
  256. - 310 8 name:PvP_Helmet protection:6 unbreaking:5
  257. - 311 8 name:PvP_Chestplate protection:6 unbreaking:5
  258. - 312 8 name:PvP_Leggings protection:6 unbreaking:5
  259. - 312 8 name:PvP_Boots protection:6 unbreaking:5
  260. - 373:8201 1 name:OP_Strength effect:strength power:2 duration:240
  261. - 373:8194 1 name:OP_Speed effect:speed power:2 duration:240
  262. strafer:
  263. delay: 900
  264. items:
  265. - 376 1 name:Strafer_Sword sharpness:7 fireaspect:3
  266. - 322:1 64 name:God_Apples
  267. - 310 8 name:Strafer_Helmet protection:7 unbreaking:6
  268. - 311 8 name:Strafer_Chestplate protection:7 unbreaking:6
  269. - 312 8 name:Strafer_Leggings protection:7 unbreaking:6
  270. - 312 8 name:Strafer_Boots protection:7 unbreaking:6
  271. - 373:8201 1 name:OP_Strength effect:strength power:3 duration:240
  272. - 373:8194 1 name:OP_Speed effect:speed power:3 duration:240
  273. ninja:
  274. delay: 900
  275. items:
  276. - 376 1 name:Ninja_Sword sharpness:8 fireaspect:3
  277. - 322:1 64 name:God_Apples
  278. - 310 8 name:Ninja_Helmet protection:9 unbreaking:6
  279. - 311 8 name:Ninja_Chestplate protection:9 unbreaking:6
  280. - 312 8 name:Ninja_Leggings protection:9 unbreaking:6
  281. - 312 8 name:Ninja_Boots protection:9 unbreaking:6
  282. - 373:8201 1 name:OP_Strength effect:strength power:3 duration:240
  283. - 373:8194 1 name:OP_Speed effect:speed power:3 duration:240
  284. warrior:
  285. delay: 900
  286. items:
  287. - 376 1 name:PvP_Sword sharpness:9 fireaspect:5
  288. - 322:1 64 name:God_Apples
  289. - 310 8 name:PvP_Helmet protection:10 unbreaking:6
  290. - 311 8 name:PvP_Chestplate protection:10 unbreaking:6
  291. - 312 8 name:PvP_Leggings protection:10 unbreaking:6
  292. - 312 8 name:PvP_Boots protection:10 unbreaking:6
  293. - 373:8201 1 name:OP_Strength effect:strength power:3 duration:240
  294. - 373:8194 1 name:OP_Speed effect:speed power:3 duration:240
  295. killer:
  296. delay: 900
  297. items:
  298. - 376 1 name:Killer_Sword sharpness:10 fireaspect:7
  299. - 322:1 64 name:God_Apples
  300. - 310 8 name:Killer_Helmet protection:11 unbreaking:6
  301. - 311 8 name:Killer_Chestplate protection:11 unbreaking:6
  302. - 312 8 name:Killer_Leggings protection:11 unbreaking:6
  303. - 312 8 name:Killer_Boots protection:11 unbreaking:6
  304. - 373:8201 1 name:OP_Strength effect:strength power:4 duration:240
  305. - 373:8194 1 name:OP_Speed effect:speed power:4 duration:240
  306. mercenary:
  307. delay: 900
  308. items:
  309. - 376 1 name:Mercenary_Sword sharpness:12 fireaspect:7
  310. - 322:1 64 name:God_Apples
  311. - 310 8 name:Mercenary_Helmet protection:12 unbreaking:6
  312. - 311 8 name:Mercenary_Chestplate protection:12 unbreaking:6
  313. - 312 8 name:Mercenary_Leggings protection:12 unbreaking:6
  314. - 312 8 name:Mercenary_Boots protection:12 unbreaking:6
  315. - 373:8201 1 name:OP_Strength effect:strength power:4 duration:240
  316. - 373:8194 1 name:OP_Speed effect:speed power:4 duration:240
  317. warlord:
  318. delay: 900
  319. items:
  320. - 376 1 name:Warlord_Sword sharpness:14 fireaspect:7
  321. - 322:1 64 name:God_Apples
  322. - 310 8 name:Warlord_Helmet protection:14 unbreaking:7
  323. - 311 8 name:Warlord_Chestplate protection:14 unbreaking:7
  324. - 312 8 name:Warlord_Leggings protection:14 unbreaking:7
  325. - 312 8 name:Warlord_Boots protection:14 unbreaking:7
  326. - 373:8201 1 name:OP_Strength effect:strength power:4 duration:240
  327. - 373:8194 1 name:OP_Speed effect:speed power:4 duration:240
  328. assassin:
  329. delay: 900
  330. items:
  331. - 376 1 name:Assassin_Sword sharpness:15 fireaspect:8
  332. - 322:1 64 name:God_Apples
  333. - 310 8 name:Assassin_Helmet protection:15 unbreaking:8
  334. - 311 8 name:Assassin_Chestplate protection:15 unbreaking:8
  335. - 312 8 name:Assassin_Leggings protection:15 unbreaking:8
  336. - 312 8 name:Assassin_Boots protection:15 unbreaking:8
  337. - 373:8201 1 name:OP_Strength effect:strength power:5 duration:240
  338. - 373:8194 1 name:OP_Speed effect:speed power:5 duration:240
  339. sniper:
  340. delay: 900
  341. items:
  342. - 261 1 name:Sniper power:10 infinity:1
  343. - 262 1
  344. marksman:
  345. delay: 900
  346. items:
  347. - 261 1 name:Rifle power:3 punch:5 infinity:1 flame:2
  348. - 262 1
  349. dtools:
  350. delay: 600
  351. items:
  352. - 278 1 efficiency:1 durability:1 fortune:1 name:&4Gigadrill lore:The_drill_that_&npierces|the_heavens
  353. - 277 1 digspeed:3 name:Dwarf lore:Diggy|Diggy|Hole
  354. - 298 1 color:255,255,255 name:Top_Hat lore:Good_day,_Good_day
  355. - 279:780 1
  356. notch:
  357. delay: 6000
  358. items:
  359. - 397:3 1 player:Notch
  360. color:
  361. delay: 6000
  362. items:
  363. - 387 1 title:&4Book_&9o_&6Colors author:KHobbits lore:Ingame_color_codes book:Colors
  364. firework:
  365. delay: 6000
  366. items:
  367. - 401 1 name:Angry_Creeper color:red fade:green type:creeper power:1
  368. - 401 1 name:StarryNight color:yellow,orange fade:blue type:star effect:trail,twinkle power:1
  369. - 401 2 name:SolarWind color:yellow,orange fade:red shape:large effect:twinkle color:yellow,orange fade:red shape:ball effect:trail color:red,purple fade:pink shape:star effect:trail power:1
  370.  
  371. # Essentials Sign Control
  372. # See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
  373. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  374. # Essentials Colored sign support will be enabled when any sign types are enabled.
  375. # Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
  376.  
  377. enabledSigns:
  378. - color
  379. #- balance
  380. - buy
  381. #- sell
  382. #- trade
  383. #- free
  384. - disposal
  385. - warp
  386. - kit
  387. #- mail
  388. #- enchant
  389. #- gamemode
  390. #- heal
  391. #- info
  392. #- spawnmob
  393. #- repair
  394. #- time
  395. #- weather
  396.  
  397. # How many times per second can Essentials signs be interacted with per player.
  398. # Values should be between 1-20, 20 being virtually no lag protection.
  399. # Lower numbers will reduce the possibility of lag, but may annoy players.
  400. sign-use-per-second: 4
  401.  
  402. # Backup runs a batch/bash command while saving is disabled.
  403. backup:
  404. # Interval in minutes.
  405. interval: 30
  406. # Unless you add a valid backup command or script here, this feature will be useless.
  407. # Use 'save-all' to simply force regular world saving without backup.
  408. #command: 'rdiff-backup World1 backups/World1'
  409.  
  410. # Set this true to enable permission per warp.
  411. per-warp-permission: false
  412.  
  413. # Sort output of /list command by groups.
  414. # You can hide and merge the groups displayed in /list by defining the desired behaviour here.
  415. # Detailed instructions and examples can be found on the wiki: http://wiki.ess3.net/wiki/List
  416. list:
  417. # To merge groups, list the groups you wish to merge
  418. #Staff: owner admin moderator
  419. Admins: owner admin
  420. # To limit groups, set a max user limit
  421. #builder: 20
  422. # To hide groups, set the group as hidden
  423. #default: hidden
  424. # Uncomment the line below to simply list all players with no grouping
  425. #Players: '*'
  426.  
  427. # More output to the console.
  428. debug: false
  429.  
  430. # Set the locale for all messages.
  431. # If you don't set this, the default locale of the server will be used.
  432. # For example, to set language to English, set locale to en, to use the file "messages_en.properties".
  433. # Don't forget to remove the # in front of the line.
  434. # For more information, visit http://wiki.ess3.net/wiki/Locale
  435. #locale: en
  436.  
  437. # Turn off god mode when people exit.
  438. remove-god-on-disconnect: false
  439.  
  440. # Auto-AFK
  441. # After this timeout in seconds, the user will be set as afk.
  442. # This feature requires the player to have essentials.afk.auto node.
  443. # Set to -1 for no timeout.
  444. auto-afk: 300
  445.  
  446. # Auto-AFK Kick
  447. # After this timeout in seconds, the user will be kicked from the server.
  448. # essentials.afk.kickexempt node overrides this feature.
  449. # Set to -1 for no timeout.
  450. auto-afk-kick: -1
  451.  
  452. # Set this to true, if you want to freeze the player, if he is afk.
  453. # Other players or monsters can't push him out of afk mode then.
  454. # This will also enable temporary god mode for the afk player.
  455. # The player has to use the command /afk to leave the afk mode.
  456. freeze-afk-players: false
  457.  
  458. # When the player is afk, should he be able to pickup items?
  459. # Enable this, when you don't want people idling in mob traps.
  460. disable-item-pickup-while-afk: false
  461.  
  462. # This setting controls if a player is marked as active on interaction.
  463. # When this setting is false, you will need to manually un-AFK using the /afk command.
  464. cancel-afk-on-interact: true
  465.  
  466. # Should we automatically remove afk status when the player moves?
  467. # Player will be removed from AFK on chat/command regardless of this setting.
  468. # Disable this to reduce server lag.
  469. cancel-afk-on-move: true
  470.  
  471. # You can disable the death messages of Minecraft here.
  472. death-messages: true
  473.  
  474. # Should operators be able to join and part silently.
  475. # You can control this with permissions if it is enabled.
  476. allow-silent-join-quit: false
  477.  
  478. # You can set a custom join message here, set to "none" to disable.
  479. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
  480. custom-join-message: "none"
  481.  
  482. # You can set a custom quit message here, set to "none" to disable.
  483. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
  484. custom-quit-message: "none"
  485.  
  486. # Add worlds to this list, if you want to automatically disable god mode there.
  487. no-god-in-worlds:
  488. # - world_nether
  489.  
  490. # Set to true to enable per-world permissions for teleporting between worlds with essentials commands.
  491. # This applies to /world, /back, /tp[a|o][here|all], but not warps.
  492. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  493. # This does not affect the /home command, there is a separate toggle below for this.
  494. world-teleport-permissions: false
  495.  
  496. # The number of items given if the quantity parameter is left out in /item or /give.
  497. # If this number is below 1, the maximum stack size size is given. If over-sized stacks.
  498. # are not enabled, any number higher than the maximum stack size results in more than one stack.
  499. default-stack-size: -1
  500.  
  501. # Over-sized stacks are stacks that ignore the normal max stack size.
  502. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  503. # How many items should be in an over-sized stack?
  504. oversized-stacksize: 64
  505.  
  506. # Allow repair of enchanted weapons and armor.
  507. # If you set this to false, you can still allow it for certain players using the permission.
  508. # essentials.repair.enchanted
  509. repair-enchanted: true
  510.  
  511. # Allow 'unsafe' enchantments in kits and item spawning.
  512. # Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins.
  513. unsafe-enchantments: true
  514.  
  515. #Do you want essentials to keep track of previous location for /back in the teleport listener?
  516. #If you set this to true any plugin that uses teleport will have the previous location registered.
  517. register-back-in-listener: false
  518.  
  519. #Delay to wait before people can cause attack damage after logging in.
  520. login-attack-delay: 0
  521.  
  522. #Set the max fly speed, values range from 0.1 to 1.0
  523. max-fly-speed: 0.8
  524.  
  525. #Set the max walk speed, values range from 0.1 to 1.0
  526. max-walk-speed: 0.8
  527.  
  528. #Set the maximum amount of mail that can be sent within a minute.
  529. mails-per-minute: 1000
  530.  
  531. # Set the maximum time /tempban can be used for in seconds.
  532. # Set to -1 to disable, and essentials.tempban.unlimited can be used to override.
  533. max-tempban-time: -1
  534.  
  535. ############################################################
  536. # +------------------------------------------------------+ #
  537. # | EssentialsHome | #
  538. # +------------------------------------------------------+ #
  539. ############################################################
  540.  
  541. # Allows people to set their bed at daytime.
  542. update-bed-at-daytime: true
  543.  
  544. # Set to true to enable per-world permissions for using homes to teleport between worlds.
  545. # This applies to the /home only.
  546. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  547. world-home-permissions: false
  548.  
  549. # Allow players to have multiple homes.
  550. # Players need essentials.sethome.multiple before they can have more than 1 home.
  551. # You can set the default number of multiple homes using the 'default' rank below.
  552. # To remove the home limit entirely, give people 'essentials.sethome.multiple.unlimited'.
  553. # To grant different home amounts to different people, you need to define a 'home-rank' below.
  554. # Create the 'home-rank' below, and give the matching permission: essentials.sethome.multiple.<home-rank>
  555. # For more information, visit http://wiki.ess3.net/wiki/Multihome
  556. sethome-multiple:
  557. default: 3
  558. vip: 5
  559. staff: 10
  560.  
  561. # In this example someone with 'essentials.sethome.multiple' and 'essentials.sethome.multiple.vip' will have 5 homes.
  562.  
  563. # Set timeout in seconds for players to accept tpa before request is cancelled.
  564. # Set to 0 for no timeout.
  565. tpa-accept-cancellation: 120
  566.  
  567. ############################################################
  568. # +------------------------------------------------------+ #
  569. # | EssentialsEco | #
  570. # +------------------------------------------------------+ #
  571. ############################################################
  572.  
  573. # For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy
  574.  
  575. # Defines the balance with which new players begin. Defaults to 0.
  576. starting-balance: 0
  577.  
  578. # worth-# defines the value of an item when it is sold to the server via /sell.
  579. # These are now defined in worth.yml
  580.  
  581. # Defines the cost to use the given commands PER USE.
  582. # Some commands like /repair have sub-costs, check the wiki for more information.
  583. command-costs:
  584. # /example costs $1000 PER USE
  585. #example: 1000
  586. # /kit tools costs $1500 PER USE
  587. #kit-tools: 1500
  588.  
  589. # Set this to a currency symbol you want to use.
  590. currency-symbol: '$'
  591.  
  592. # Set the maximum amount of money a player can have.
  593. # The amount is always limited to 10 trillion because of the limitations of a java double.
  594. max-money: 10000000000000
  595.  
  596. # Set the minimum amount of money a player can have (must be above the negative of max-money).
  597. # Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
  598. min-money: -10000
  599.  
  600. # Enable this to log all interactions with trade/buy/sell signs and sell command.
  601. economy-log-enabled: false
  602.  
  603. ############################################################
  604. # +------------------------------------------------------+ #
  605. # | EssentialsHelp | #
  606. # +------------------------------------------------------+ #
  607. ############################################################
  608.  
  609. # Show other plugins commands in help.
  610. non-ess-in-help: true
  611.  
  612. # Hide plugins which do not give a permission.
  613. # You can override a true value here for a single plugin by adding a permission to a user/group.
  614. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
  615. # You can use negative permissions to remove access to just a single plugins help if the following is enabled.
  616. hide-permissionless-help: true
  617.  
  618. ############################################################
  619. # +------------------------------------------------------+ #
  620. # | EssentialsChat | #
  621. # +------------------------------------------------------+ #
  622. ############################################################
  623.  
  624. chat:
  625.  
  626. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  627. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  628. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  629. # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  630. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  631. radius: 0
  632.  
  633. # Chat formatting can be done in two ways, you can either define a standard format for all chat.
  634. # Or you can give a group specific chat format, to give some extra variation.
  635. # If set to the default chat format which "should" be compatible with ichat.
  636. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
  637.  
  638. format: '<{DISPLAYNAME}> {MESSAGE}'
  639. #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  640.  
  641. group-formats:
  642. # Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
  643. # Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
  644.  
  645. # If you are using group formats make sure to remove the '#' to allow the setting to be read.
  646.  
  647. ############################################################
  648. # +------------------------------------------------------+ #
  649. # | EssentialsProtect | #
  650. # +------------------------------------------------------+ #
  651. ############################################################
  652.  
  653. protect:
  654.  
  655. # General physics/behavior modifications.
  656. prevent:
  657. lava-flow: false
  658. water-flow: false
  659. water-bucket-flow: false
  660. fire-spread: true
  661. lava-fire-spread: true
  662. flint-fire: false
  663. lightning-fire-spread: true
  664. portal-creation: false
  665. tnt-explosion: false
  666. tnt-playerdamage: false
  667. tnt-minecart-explosion: false
  668. tnt-minecart-playerdamage: false
  669. fireball-explosion: false
  670. fireball-fire: false
  671. fireball-playerdamage: false
  672. witherskull-explosion: false
  673. witherskull-playerdamage: false
  674. wither-spawnexplosion: false
  675. wither-blockreplace: false
  676. creeper-explosion: false
  677. creeper-playerdamage: false
  678. creeper-blockdamage: false
  679. enderdragon-blockdamage: true
  680. enderman-pickup: false
  681. villager-death: false
  682. # Monsters won't follow players.
  683. # permission essentials.protect.entitytarget.bypass disables this.
  684. entitytarget: false
  685. # Prevent the spawning of creatures.
  686. spawn:
  687. creeper: false
  688. skeleton: false
  689. spider: false
  690. giant: false
  691. zombie: false
  692. slime: false
  693. ghast: false
  694. pig_zombie: false
  695. enderman: false
  696. cave_spider: false
  697. silverfish: false
  698. blaze: false
  699. magma_cube: false
  700. ender_dragon: false
  701. pig: false
  702. sheep: false
  703. cow: false
  704. chicken: false
  705. squid: false
  706. wolf: false
  707. mushroom_cow: false
  708. snowman: false
  709. ocelot: false
  710. iron_golem: false
  711. villager: false
  712. wither: false
  713. bat: false
  714. witch: false
  715. horse: false
  716.  
  717. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  718. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  719. creeper:
  720. max-height: -1
  721.  
  722. # Disable various default physics and behaviors.
  723. disable:
  724. # Should fall damage be disabled?
  725. fall: false
  726.  
  727. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  728. # They will be unable to attack users without that same permission node.
  729. pvp: true
  730.  
  731. # Should drowning damage be disabled?
  732. # (Split into two behaviors; generally, you want both set to the same value.)
  733. drown: false
  734. suffocate: false
  735.  
  736. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  737. lavadmg: false
  738.  
  739. # Should arrow damage be disabled?
  740. projectiles: false
  741.  
  742. # This will disable damage from touching cacti.
  743. contactdmg: false
  744.  
  745. # Burn, baby, burn! Should fire damage be disabled?
  746. firedmg: false
  747.  
  748. # Should the damage after hit by a lightning be disabled?
  749. lightning: false
  750.  
  751. # Should Wither damage be disabled?
  752. wither: false
  753.  
  754. # Disable weather options?
  755. weather:
  756. storm: false
  757. thunder: false
  758. lightning: false
  759.  
  760. ############################################################
  761. # +------------------------------------------------------+ #
  762. # | EssentialsAntiBuild | #
  763. # +------------------------------------------------------+ #
  764. ############################################################
  765.  
  766. # Disable various default physics and behaviors
  767. # For more information, visit http://wiki.ess3.net/wiki/AntiBuild
  768.  
  769. # Should people with build: false in permissions be allowed to build?
  770. # Set true to disable building for those people.
  771. # Setting to false means EssentialsAntiBuild will never prevent you from building.
  772. build: true
  773.  
  774. # Should people with build: false in permissions be allowed to use items?
  775. # Set true to disable using for those people.
  776. # Setting to false means EssentialsAntiBuild will never prevent you from using items.
  777. use: true
  778.  
  779. # Should we tell people they are not allowed to build?
  780. warn-on-build-disallow: true
  781.  
  782. # For which block types would you like to be alerted?
  783. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  784. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  785. alert:
  786. on-placement: 10,11,46,327
  787. on-use: 327
  788. on-break:
  789.  
  790. blacklist:
  791.  
  792. # Which blocks should people be prevented from placing?
  793. placement: 10,11,46,327
  794.  
  795. # Which items should people be prevented from using?
  796. usage: 327
  797.  
  798. # Which blocks should people be prevented from breaking?
  799. break:
  800.  
  801. # Which blocks should not be pushed by pistons?
  802. piston:
  803.  
  804. # Which blocks should not be dispensed by dispensers
  805. dispenser:
  806.  
  807. ############################################################
  808. # +------------------------------------------------------+ #
  809. # | Essentials Spawn / New Players | #
  810. # +------------------------------------------------------+ #
  811. ############################################################
  812.  
  813. newbies:
  814. # Should we announce to the server when someone logs in for the first time?
  815. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  816. # If not, set to ''
  817. #announce-format: ''
  818. announce-format: '&dWelcome {DISPLAYNAME}&d to MGMC!'
  819.  
  820. # When we spawn for the first time, which spawnpoint do we use?
  821. # Set to "none" if you want to use the spawn point of the world.
  822. spawnpoint: newbies
  823.  
  824. # Do we want to give users anything on first join? Set to '' to disable
  825. # This kit will be given regardless of cost, and permissions.
  826. #kit: ''
  827. kit: PvP
  828.  
  829. # Set this to lowest, if you want Multiverse to handle the respawning.
  830. # Set this to high, if you want EssentialsSpawn to handle the respawning.
  831. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning.
  832. respawn-listener-priority: high
  833.  
  834. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  835. respawn-at-home: false
  836.  
  837. # End of File <-- No seriously, you're done with configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement