GeyserExtensionists / GeyserModelEngine

MIT License
39 stars 12 forks source link

External Plugin Compatibility #22

Open 0zl opened 1 month ago

0zl commented 1 month ago

Custom names/nametags for mobs currently using the ModelEngine with MythicMobs are not displayed (at least for me). I don't know about custom health, damage, etc.

Additional plugin support for LevelledMobs would be awesome. LevelledMobs 4 seems to be compatible without adding soft dependencies since it can check the mob's PDC/Metadata^1. Maybe adding custom metadata to mobs spawned by GeyserModelEngine should be enough.

Since GeyserModelEngine probably requires to handles its own spawn packet instead of using MythicMobs, some plugins that require spawning using MythicMobs are "not yet compatible". But I may be wrong :p

This probably not an issue, but rather a request/enchantment. Thanks!