mirricraft-skript/mirricraft-clearinventory.sk

10 lines
283 B
Plaintext
Raw Normal View History

2020-10-24 03:31:01 +00:00
# --- 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