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,8 @@
command check {
perm utils.check;
[string:player] {
run checkCommand player;
help Get info on a player;
}
}