/clear doesnt clear armor #5029
-
Hey :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I believe you do |
Beta Was this translation helpful? Give feedback.
-
You clear inventory items and armor with
Just be sure not to use For example |
Beta Was this translation helpful? Give feedback.
You clear inventory items and armor with
/clear <username> **
.*
is inventory,**
is inventory and armor.Just be sure not to use
*
or**
as the target selector (specify the username) as otherwise you will clear items from all players instead.For example
/clear * **
to clear all inventory items and armor from all players.