Jump to content

I need more skript help D;


Ramina__

Recommended Posts

I just as soon as i added the world accessibility its broke and i cant fix it...

command /kit [<text>]:
    trigger:
        if player's world is "ul_void_world_1":
            if arg 1 is "starter":
                message "&7&lStarter &7kit selected!"
                give 1 stone sword of unbreaking 3, sharpness 1 named "&7&lStarter Sword" to player
                give 16 steak to player
                give 3 golden apple to player
                give 1 enchanted golden apple to player
                equip player with chainmail Helmet of unbreaking 3, protection 1 named "&7&lStarter Helmet"
                equip player with chainmail ChestPlate of unbreaking 3, protection 1 named "&7&lStarter ChestPlate"
                equip player with chainmail Leggings of unbreaking 3, protection 1 named "&7&lStarter Leggings"
                equip player with chainmail Boots of unbreaking 3, protection 1 named "&7&lStarter 
boots"
        else:
          send "&4&lVelvetSurv>> &c&lYou are not in KitPvP"
          stop
           
          
           
          if player's world is "ul_void_world_1":
            if arg 1 is "pro":
                message "&b&lPro &7kit selected!"
                give 1 iron sword of unbreaking 3, sharpness 2 named "&b&lPro Sword" to player
                give 36 steak to player
                give 6 golden apple to player
                give 2 enchanted golden apple to player
                equip player with leather Helmet of unbreaking 3, protection 1 named "&b&lPro Helmet"
                equip player with diamond ChestPlate of unbreaking 3 named "&b&lPro ChestPlate"
                equip player with iron Leggings of unbreaking 3, protection 1 named "&b&lPro Leggings"
                equip player with leather Boots of unbreaking 3, protection 1 named "&b&lPro boots"

Link to comment
Share on other sites

  • 2 weeks later...

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