Archived
0

Added /ipinfo

This commit is contained in:
Minenash
2018-12-15 21:44:19 -05:00
parent 08f41a9b08
commit 7da2a0a87b
2 changed files with 36 additions and 6 deletions

View File

@@ -5,4 +5,12 @@ command check {
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.;
}
}