Search results

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

  1. S

    Removing item from inventory after being used

    I need help with the n.%player% part because this worked when I first tried it, but I tested it again and it didn't remove the item from the player's inventory. on right-click with compass: if name of tool of player is "Teleport": if {compasscooldown::%player%} is set...
  2. S

    Right Click on Compass Cooldown

    I wanted to see if I could put a 10 second cooldown on the right click of a compass. I also added code where it would remove the compass after 3 uses. Here's what I have so far on right-click with compass: if name of tool of player is "Teleport": add 1 to {n.%player%}...
  3. S

    On right click 3 times

    Is there a way for me to remove a compass from the inventory when it has been used (or right clicked) 3 times? I don't have any starter code since I can't find anything in the Skript documentation about this. Thx!