2020-10-24 03:31:01 +00:00
|
|
|
# --- Clear Inventory ---
|
|
|
|
command /clearinventory:
|
|
|
|
description: Clear Inventory
|
|
|
|
aliases: /clearinv
|
2020-10-28 00:20:02 +00:00
|
|
|
executable by: console and players
|
2020-10-24 03:31:01 +00:00
|
|
|
trigger:
|
|
|
|
if player has the permission "mirricraft.clearinventory":
|
|
|
|
remove all items from player
|
|
|
|
stop
|
|
|
|
stop
|