KitPvp 1 kit at a time

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

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

20PI

Member
Nov 19, 2019
1
0
0
23
Hello!:emoji_slight_smile::emoji_wave:
im new to the "Skript" community and i would like some help
cause ive heard that this community is very nice!
ok so im making a kitpvp server but i hate that they mix kits together!
could someone make a skript where if you change kits it clears your inventory
That would be Really helpful!
thanks to the smart minds out there!
using esseantials and staffplus AND greatkits plugins
 
Last edited:
Hi!
So, if your Kits plugin (i recommend using a Skript kit system tbh) is in a GUI, you can do this:

Code:
on inventory click:
  if clicked item is bow named "&aArcher Kit":
    if player's inventory is empty: # if player doesn't have a kit
      stop
    else:
      cancel event
      send "<aqua>You already have a kit!"

Not tested tho.

Want help?
Message me on Discord and i will code anything you want for free!
 
Status
Not open for further replies.