Origins mod not working on server
germangarles opened this issue · 4 comments
I tried installing the origins mod on a server but i keep getting the message "this server requires you to install the origins mod (v1.7.1) to play" even though i have the origins mod installed. The mod works perfectly on singleplayer but not when i try to join the server. If it helps im on 1.19.2 fabric, and hosting the server on minehut.
Hey there, sorry for the late reply.
I believe MineHut as a host automatically uses a proxy, which can confuse Origins' version check. You can take the following steps to disable that check:
You'll have to set the value of the performVersionCheck
boolean field in the .minecraft/config/origins_server.json
file to false
, like so:
{
"performVersionCheck": false
}
If I'm correct, this config change should allow you to join.
Please let me know whether it works and close the issue if it does :)
Thanks!