SHOW:
|
|
- or go back to the newest paste.
| 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 | ||
| 9 | # True for enabled, false for disabled. | |
| 10 | Enabled: true | |
| 11 | ||
| 12 | # This is the formatting of the exp bar's message | |
| 13 | # Put your format around single quotation marks: 'Test' | |
| 14 | # @skill represents the skill name | |
| 15 | # @level represents the level | |
| 16 | # @exp represents the amount of exp the player has in that skill | |
| 17 | # @reqExp represents the amount of exp the player requires to level up | |
| 18 | # @percent represents the percentage. Basically the amount of exp the player has divided by the required exp | |
| 19 | # Another example of the format: '@skill - Level @level [@percent]' | |
| 20 | # There is a limit of 64 CHARACTERS. If you exceed 64 characters, the client WILL crash. | |
| 21 | Format: '@skill (Level @level)' | |
| 22 | ||
| 23 | # To see a list of colors, visit http://www.minecraftforum.net/topic/1485009-bukkit-colour-codes/ | |
| 24 | # Remove the "&" sign! | |
| 25 | Color: | |
| 26 | MINING: d | |
| 27 | WOODCUTTING: d | |
| 28 | HERBALISM: d | |
| 29 | EXCAVATION: d | |
| 30 | FISHING: d | |
| 31 | UNARMED: d | |
| 32 | SWORDS: d | |
| 33 | TAMING: d | |
| 34 | ARCHERY: d | |
| 35 | AXES: d | |
| 36 | REPAIR: d | |
| 37 | ACROBATICS: d | |
| 38 | SMELTING: d |