This commit is contained in:
Christer Warén
2020-10-24 06:31:01 +03:00
parent 52462d909f
commit 8cb6f4b8b5
6 changed files with 106 additions and 37 deletions

View File

@@ -0,0 +1,10 @@
# --- 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