Archived
0
This repository has been archived on 2024-08-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Modules/src/main/java/com/redstoner/modules/clear/Clear.cmd
2018-11-07 23:50:06 +01:00

13 lines
274 B
Batchfile

command clear{
[empty] {
help Clears your inventory;
type player;
perm utils.clear;
run clear;
}
[string:player] {
help Clears someone elses inventory;
perm utils.admin.clear;
run clearother player;
}
}