Archived
0

Converted all the modules that were still using Command Strings to use

Command Files
This commit is contained in:
Minenash
2018-09-23 21:47:44 -04:00
parent afb2138896
commit d291449db2
42 changed files with 611 additions and 736 deletions

View 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;
}
}