Give new/old players an item once
This guide will help you setup an event file that gives your players an ei item once upon join whether they're new or players who have at least joined your server once
Last updated
This guide will help you setup an event file that gives your players an ei item once upon join whether they're new or players who have at least joined your server once
Last updated
This will be used to check if the player has received the item or not. We will be using this variable name for this tutorial only. It can be a different name but it must not have a "_" symbol and again, we will be using "playerjoin" as our variable name in this tutorial.
Again, the name of the EE can be anything but we will be using "event-playerjoin" in this tutorial
We will be using PLAYER_CONNECTION not PLAYER_FIRST_CONNECTION to deal with players who have joined your server already
This checks if the score variable's value is 1. IF it's 1, it will return "yes", otherwise it will return "no"
Now you're done!
Config: