Hey, I’m trying to remove a custom named pickaxe from a player’s inventory but this:
Does not work for me
No errors, it just does not remove the item.
And I have to do it like so because I can’t use
because I can’t use it like that in my skript.
Would be nice for a answer
Code:
remove 1 diamond pickaxe named “&5Test” from player’s inventory
And I have to do it like so because I can’t use
Code:
delete player’s held item
Would be nice for a answer