Magic

Magic

190k Downloads

Fix ModelEngine Integration

Acrozi opened this issue ยท 10 comments

commented

I getting this fail when i trying to use rocket skill.
Using 1.19.2 Spigot

https://pastebin.com/6kT2SUF0

image

commented

This looks like a ModelEngine failure- maybe unrelated to your rocket issues.

They probably changed their API again- I will need to update, but in the short-term I probably need to add a config option to turn off this integration.

commented

Okay, i'll be waiting ;)

Btw, an another question off topic, i hope its okay!
I'm using ForceResourcePacks on my server with Magic official rp, but when i'm trying to use ActionBar spell gui all spells disappears. But when i'm using RP with Magic plugin everything working fine. Is there some way to fix it?

commented

Thank you

commented

This build lets you disable model engine integration- update to this

https://jenkins.elmakers.com/job/MagicPlugin/4201/artifact/Magic/target/Magic-10.8.5-SNAPSHOT.jar

Then use /mconfig configure model_engine.enabled false. It may require a server restart to take effect (not sure).

Use /mhelp gui to answer your RP question- there is a command you can run to let Magic know everyone has the resource pack. If you can't find it let me know and I'll look it up.

commented

HI! Thank you!!!

About RP: Yes, i read about rp in /help gui and i do read what it said . I use official RP and i use Force Resource Pack to secure that everyone uses RP. But when i use magic RP with Force Resource Pack, hotbar with spells is not displayed, but the same RP working fine if i use it direct with magic plugin. Is there some way I can use FRP and still have hotbar displayed?

commented

mconfig config assume_resource_pack_downloaded true is the command you wanted. It's in the resource pack help section.

commented

image

I did like you said but problem is still here :C

commented

I'm sorry then I don't know. That command is for your exact problem. You could try editing config.yml and adding the line yourself, I guess. Not sure it'll make a difference.

assume_resource_pack_downloaded: true

I will check when I can, but it probably won't be anytime soon.

I'm keeping this issue open primarily to look at ModelEngine integration at some point.

commented

Yes, okay. Thank you

commented

I'm sorry then I don't know. That command is for your exact problem. You could try editing config.yml and adding the line yourself, I guess. Not sure it'll make a difference.

assume_resource_pack_downloaded: true

I will check when I can, but it probably won't be anytime soon.

I'm keeping this issue open primarily to look at ModelEngine integration at some point.

assume_resource_pack_downloaded: true fixed problem! Thank you