10 lines
283 B
Plaintext
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
|