Converted all the modules that were still using Command Strings to use
Command Files
This commit is contained in:
19
src/com/redstoner/modules/tilechunks/TileChunks.cmd
Normal file
19
src/com/redstoner/modules/tilechunks/TileChunks.cmd
Normal file
@@ -0,0 +1,19 @@
|
||||
command lct {
|
||||
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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user