Started by
HugoLogo
on
Topic category: Help with Minecraft modding (Java Edition)
Hello, I'm looking to create a gui that will display the list of players connected to the server or we could select a player to open another gui, I was told that it was not possible from McCreator but in code its could do it if you have any ideas I'm a taker Thank you in advance.
It's definitely possible, but the method I am thinking of is extremely involved and would only work if you knew the maximum amount of players that would be displayed at any given time, additionally, the method requires string encoding and decoding procedures which are not easy for me to explain or work on in the first place if I am not actively working on the mod.