Archived
0
This repository has been archived on 2024-08-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Modules/src/com/redstoner/modules/lagchunks/LagChunks.cmd
2018-09-23 21:47:44 -04:00

20 lines
281 B
Batchfile

"command lc {
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;
}
}