EndlessCodeGroup / Mimic

Abstraction API for Minecraft RPG plugins
https://endlesscodegroup.github.io/Mimic/
GNU Lesser General Public License v3.0
12 stars 3 forks source link

Add support of MythicMobs & MythicCrucible #38

Open VacAge opened 1 year ago

VacAge commented 1 year ago
  1. MythicMobs item Support
  2. MythicCrucible item Support

Sources: Mythic Git

osipxd commented 1 year ago

Hm, I see that Mythic plugins are not open source, so I can not contribute Mimic support myself and it should be done by Mythic devs

VacAge commented 1 year ago

I asked for the opportunity to give you access to the source code and also indicated that if there was no such opportunity, I pointed out the developer page on Github from MimicAPI.

VacAge commented 1 year ago

MythicBukkit.inst().getItemExecutor() has plenty of API methods necessary for interacting with items, checking if something is a mythic item, getting mythic type from item, etc.

https://git.mythiccraft.io/mythiccraft/MythicMobs/-/wikis/API

VacAge commented 1 year ago

MythicCrucible runs on the same API, in fact these are items from MythicMobs