Jump to content

First Join


AVTRGAMING

Recommended Posts

Can anyone help me with the first join skript

i tried making it as the video made by minehut but i get the message everytime i log in

here is what i did

on join:
  if {Join::*} does not contain player's uuid:
    add diamond sword to player
    add player's uuid to {Joins::*}
    set join message to "&b%player% &fjoined for the first time!"

 

Link to comment
Share on other sites

on join:
  if {Join::*} does not contain player's uuid:
    add diamond sword to player
    add player's uuid to {Join::*}
    set join message to "&b%player% &fjoined for the first time!"

You made a little typo. The variable name must always be the same!

  • Like 1

 

image.png.e46e91961f1d6d4604a6e5f3dcb5a2bd.png

unknown.pngunknown.png

Link to comment
Share on other sites

1 hour ago, AWorthySon said:

on join:
  if {Join::*} does not contain player's uuid:
    add diamond sword to player
    add player's uuid to {Join::*}
    set join message to "&b%player% &fjoined for the first time!"

You made a little typo. The variable name must always be the same!

thx m8 owo

Link to comment
Share on other sites

you can just use the "on first join:" event

on first join:
	give player diamond sword
	set join message to "&b%player% &fjoined for the first time!"

 

VIP since January 7th, 2020

Support since September 19th, 2020

Helper since November 3rd, 2020

Moderator since March 8th, 2021

unknown.png

5.png.e14b1bf83edf0ac2edc1bfb822177184.png

image.png.fe30b7b2c0be5a541ba4ed2187b23030.png

Link to comment
Share on other sites

8 hours ago, TheGoose said:

you can just use the "on first join:" event


on first join:
	give player diamond sword
	set join message to "&b%player% &fjoined for the first time!"

ye but it will give tehm them the item everytime if i am not wrong

 

 

Link to comment
Share on other sites

15 hours ago, AVTRGAMING said:

 

the "on join:" event does that, the "on first join:" event only triggers when the player joins for the first time, and then never again

VIP since January 7th, 2020

Support since September 19th, 2020

Helper since November 3rd, 2020

Moderator since March 8th, 2021

unknown.png

5.png.e14b1bf83edf0ac2edc1bfb822177184.png

image.png.fe30b7b2c0be5a541ba4ed2187b23030.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...