0

Added flags and fixed cmd->java parameter ordering

This commit is contained in:
NEMESIS13cz
2016-08-20 17:51:09 +02:00
parent 49016a10ae
commit b75ced0cc5
7 changed files with 124 additions and 43 deletions

View File

@@ -12,8 +12,8 @@ command home {
help Sets a new home;
type none;
}
del [string:name] {
run home_del name;
del [optional:-a] [string:name] {
run home_del name -a;
help Deletes a home\n&cCannot be undone!;
perm home.del;
}