Added /ipinfo
This commit is contained in:
@@ -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.;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user