Solved delete item

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

jomjonejame

Member
Jan 26, 2017
54
1
8
29
Category: Delete item

Suggested name: -

What I want:
i want to delete 1 of player's held item

Ideas for commands:
delete 1 of player's held item
Ideas for permissions:
-
When I'd like it by: A reasonable time
 
code_language.skript:
command /remove1:
    trigger:
        if player's tool is air:
            message "You need something in your hand"
        else:
            remove 1 of player's tool from player's inventory

here you go
 
  • Like
Reactions: jomjonejame