Diffrent world item giver

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Kalampus

Member
Jun 27, 2018
1
0
0
50
İ need code give items to player when join deffrent world
like when join to the spawn world i need give him star to warp and when join skyblock i need give him diamond armor,sword,els
 
Hello
2 things:
#1 - Could you please use the correct FORMAT for this section
#2 - Could you please add a little more detail?

Based on the details you have given, I would write something like this:
code_language.skript:
on player world change:
    if world is "spawn":
        give player 1 of nether star
    if world is "skyblock":
        give player 1 of diamond helmet
        give player 1 of diamond chestplate
        give player 1 of diamond leggings
        give player 1 of diamond boots
        give player 1 of diamond sword

But I feel like you are probably aiming for something a little more. Hence why I'm asking for you to use more details.