Jump to content

No Perms | Kit Skript!


Ezekia

Recommended Posts

Pretty easy to make, and I'm a beginner! I made this for my server, Kanga, since other KitPvP plugins needed perms for deoped players to use the kits! So, I made my own. And here it is! Keep in mind I don't know how to add cooldowns because if I did, the Pro kit would have a cooldown, not a 'only ops' line of code!

command /kit [<text>]:
  trigger:
    if arg-1 is "pvp":
      give iron sword to player
      give iron helmet to player
      give iron chestplate to player
      give iron leggings to player
      give iron boots to player
      give 16 golden apple to player
      send "You have been given kit &bPvP" to player
    if arg-1 is "archer":
      give stone sword to player
      give golden helmet to player
      give golden chestplate to player
      give golden leggings to player
      give boots to player
      give 64 steak to player
      give bow to player
      give 64 arrow to player
      send "You have been given kit &bArcher" to player
    if arg-1 is "pro":
      if player is op:
        give diamond sword to player
        give diamond helmet to player
        give diamond chestplate to player
        give diamond leggings to player
        give diamond boots to player
        give 64 golden apple to player
        send "You have been given kit &bPro" to player
        
        # Made by Ezekia.

 

  • Like 2

By reading this you are a confirmed nerd

IMG_1036.PNG

lolololol.PNG

lmao.PNG

Link to comment
Share on other sites

  • 3 months later...

Locked 🔒 - Please do not reply to a topic that's been inactive for over a month

  • Like 1

Junior Mod (01/04/2020) - Resigned 

 Discord » Koronotchi#0001 
Minecraft Username » Koronotchi 

image.png.17a385f298c8969f6b1cf03e27ee50d3.png

 

Link to comment
Share on other sites

  • zKoro locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...