- Minecraft Versions
- 1.14.+, 1.15.+, 1.16.+, 1.17.+, 1.18+, 1.19.+, 1.20.+
- Documentation
- https://gitlab.com/phoenix-dvpmt/mythiclib/-/wikis/home
MMOItems, MMOCore, MMOInventory and MMOProfiles
Since these plugins share a lot of similar features, we have decided to merge the most important RPG mechanics from all mmo plugins into one single library, in order to make implementing new features and keeping track of bugs easier. The idea is to keep MMO plugins standalone while allowing extra compatibility when they are used together. Merging some of the plugin systems together also makes it much easier for extra addons to be developped against MMO plugins.
Source Code | Documentation | Issue Tracker
Features that were implemented in MMOItems and/or MMOCore thanks to MMOLib:
- Skill and weapon critical strikes
- Damage mitigation mechanics (block, parry, dodge)
- Many player stats like % PvE/PvP/Undead Damage
- All these stats work for both MMOCore/MMOItems skills and weapons
- Custom elements with custom attack effects and critical strikes
- A skill system for both MMOItems and MMOCore using skill creation from MythicMobs | SkillAPI | ProSkillAPI
- A custom scripting language similar to MythicMobs or SkillAPI
- Temporary stat modifiers
- Awesome damage indicators
- Support for RealDualWield | DualWield
- Much more as development continues!