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-12-15 21:44:19 -05:00

16 lines
232 B
Batchfile

command check {
perm utils.check;
[string:player] {
run checkCommand player;
help Get info on a player;
}
}
command ipinfo {
perm utils.check;
[string:ip] {
run ipinfo ip;
help Get the info about the given IP.;
}
}