Advertisement
Guest User

Configuration

a guest
Dec 1st, 2013
1,307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Welcome to the mcMMOExtras configuration file!
  2.  
  3. # Enables notifications when a new version is available.
  4. Update Notification: true
  5.  
  6. # Exp Bar configuration
  7. Experience Bar:
  8.     # True for enabled, false for disabled.
  9.     Enabled: true
  10.    
  11.     # This is the formatting of the exp bar's message
  12.     # Put your format around single quotation marks: 'Test'
  13.     # @skill represents the skill name
  14.     # @level represents the level
  15.     # @exp represents the amount of exp the player has in that skill
  16.     # @reqExp represents the amount of exp the player requires to level up
  17.     # @percent represents the percentage. Basically the amount of exp the player has divided by the required exp
  18.     # Another example of the format: '@skill - Level @level [@percent]'
  19.     # There is a limit of 64 CHARACTERS. If you exceed 64 characters, the client WILL crash.
  20.     Format: '@skill (Level @level)'
  21.    
  22.     # To see a list of colors, visit http://www.minecraftforum.net/topic/1485009-bukkit-colour-codes/
  23.     #  Remove the "&" sign!
  24.     Color:
  25.         MINING: d
  26.         WOODCUTTING: d
  27.         HERBALISM: d
  28.         EXCAVATION: d
  29.         FISHING: d
  30.         UNARMED: d
  31.         SWORDS: d
  32.         TAMING: d
  33.         ARCHERY: d
  34.         AXES: d
  35.         REPAIR: d
  36.         ACROBATICS: d
  37.         SMELTING: d
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement