Started by
AtomiX7_NG34
on
Topic category: Help with Minecraft modding (Java Edition)
Hello,
today I need some help with modding from you.
I'm trying to make a mod, but I still can't get it how to detect when a player
joins the first time.
Pls help me... (not anymore)
Edited by AtomiX7_NG34 on Tue, 03/16/2021 - 12:00
I did it this way. I added the "Player persistent" variable which is specific to each player separately and sets it to true after the first input. The next time I go back in, the if statement checks what the value of this variable is, if true then I have been here before.
Thanks for the help. :D
SOLVED