mirricraft-skript/mirricraft-clearinventory.sk
Christer Warén f7b6ff855f Update
2020-10-28 02:20:02 +02:00

10 lines
295 B
Plaintext

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