Started by
MissLexyShaodws
on
Topic category: Help with Minecraft modding (Java Edition)
Hey there I wanting way to check if the user is on a serverMP or client is is remote option always returns the same thing as the internal connection is still a server I need to check if we are connected to a lan/remote server not a local/client server.
Reason is I have a tweak for my mod where if it's on a server it tells the user how to do the new action but when on client it dose the old way but isRemote dose not work for this
I have tried many times.
if isremote (client) then
client trigger
else
server
end
Will always trigger Server so I am confused.