give items on region

  • 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!

kaelany04

Member
Jun 17, 2019
2
0
1
24
how can i make it so that if any player enters the region "pvp" they get full diamond armor a diamond sword and 16 non enchanted gaps?
 
code_language.skript:
on region enter:
    if "%event-region%" contains "pvp":
        # your code here to do stuff

So i did this and when i walk into the region it still does not give me anything, is there a way to make it so it keeps checking because it is not atm
 
on region enter:
if "%region at player%" contains "pvp":
equip player with iron helmet
equip player with iron chestplate
equip player with iron leggings
equip player with iron boots
give player 1 iron sword
give player 1 Fishing rod
give player 1 bow
give player 5 arrow
give player 3 Golden apple
stop


thats skript is maybe working :emoji_slight_smile: im not testing it thx