Sending variable from client to server

Started by Cromtak on

Topic category: Help with modding (Java Edition)

Last seen on 19:19, 1. May 2024
Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Sending variable from client to server

For certain reasons for security mod, I need to send string varibale from client to server but I need also set the string variable the moment mod is loaded, is there any solution for it? Because session variable from client is not readable from server.