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/check/Check.cmd
2018-11-07 23:50:06 +01:00

8 lines
116 B
Batchfile

command check {
perm utils.check;
[string:player] {
run checkCommand player;
help Get info on a player;
}
}