summaryrefslogtreecommitdiff
path: root/src/main/java/com/redstoner/modules/lagchunks/LagChunks.cmd
blob: 04269525866f4c643bfa7877eb2a7c9c0a7cf3e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
command lc {
	alias lagchunks;
	perm utils.lagchunks;
	
	list {
		run list_cmd;
		help re-lists already scanned chunks;
	}
		
	[int:amount] {
		run scan_cmd amount;
		help scans for laggy chunks;
	}
	
	tp [int:number] {
		run tp number;
		help teleports to the specified chunk;
		type player;
	}
}