Started by
TosNoom
on
Topic category: Help with Minecraft modding (Java Edition)
How can I do this? I want to make a mod that gives a newly joined player a custom, random effect which is stored in a variable and can be activated with a command. I want to make it so when the player joins for the first time, they get /titled. Is it possible to check if the player joins for the first time?
Use player persistent variable for it.
Just make it check for a variable and if it = 0 (your code) add one to the variable