Jump to content

AVTRGAMING

Member
  • Posts

    11
  • Joined

  • Last visited

Posts posted by AVTRGAMING

  1. 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

     

     

  2. 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

  3. 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!"

     

×
×
  • Create New...