/Pet command not working
Crueldog opened this issue ยท 5 comments
Hello,
I run a Modded server (Forge) (BTeam) on 1.6.4.
I have tried versions for 1.6.4, they load, but pets dont spawn, it gives errors, and the selector does nothing.
I have tried the latest released build, and the /pet command just says "Unknown command"... However, if I do /echopet it gives plugin info...
EchoPet is currently undergoing a re-write. Your issue is most likely due to the fact that the dynamic registration is more or less for bukkit and not for forge servers. Would have to make some kind of modification to the plugin to detect a modded server such as yours and apply runtime code correctly for that particular modded server version since bukkit and forge use completely different API's as well as modifing the original MC code to access things.
Actually, I have found out there was a new Dev Build, I tried it, and it works 100 % perfect with the dev build =D
There's a link on the BukkitDev page :).