mirricraft-skript/mirricraft-clearinventory.sk
Christer Warén 8cb6f4b8b5 Update
2020-10-24 06:31:01 +03:00

10 lines
283 B
Plaintext

# --- Clear Inventory ---
command /clearinventory:
description: Clear Inventory
aliases: /clearinv
executable by: players
trigger:
if player has the permission "mirricraft.clearinventory":
remove all items from player
stop
stop