Server Check

Started by MissLexyShaodws on

Topic category: Help with modding (Java Edition)

Last seen on 19:10, 12. Oct 2023
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Server Check

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.