summaryrefslogtreecommitdiff
path: root/src/main/java/com/redstoner/modules/tilechunks/TileChunks.cmd
blob: 29f1d681fda52c9e2cb632a5ce418d9273e6f92a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
command lct {
	alias tilechunks;
	perm utils.tilechunks;
	
	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;
	}
}