summaryrefslogtreecommitdiff
path: root/src/main/java/com/redstoner/modules/check/Check.cmd
blob: 1fd7d0d2dfdc0aa12444e422fffa4ff682750dcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.;
	}
}