Please read the 6.8 changelog first!
Additions & Patches
- Now relies on MythicLib to apply item glow. No longer requires GlowAPI
- Readded default item sets (should have been added in the previous update)
- You can now use a simple number to configure item tier capacity instead of a base/scale formula
- Fixed issues with hex colors
- Fixed an issue with armor applying stats when held in hand
- New stats to increase attributes from MMOCore
Config Changes
Add this to your lore-format.yml
Code (Text):
- '#additional-dexterity#'
- '#additional-strength#'
- '#additional-intelligence#'
Add this to your config.yml
Code (Text):
# Restart server when changing this option
dropped-items:
# Items glow based on their tier
tier-glow: true
# Display item name over the dropped item
hints: true
Most importantly, RESET YOUR stats.yml configuration! All the placeholders using the # character have been replaced by placeholders like {value}. This is not good for backwards compatibility but this does fix an issue with placeholders interfering with hex color codes!
New section for your stats.yml
Code (Text):
# MMOCore Attributes
additional-dexterity: '&3 &7■ Extra Dexterity: &f<plus>{value}'
additional-strength: '&3 &7■ Extra Strength: &f<plus>{value}'
additional-intelligence: '&3 &7■ Extra Intelligence: &f<plus>{value}'
This build is compatible with MMOCore 1.10.2 and ML 1.4.1