Added parameters to Unlock command

This commit is contained in:
Fabrizio La Rosa 2020-07-12 14:16:40 +02:00
parent 2b99f411c3
commit 96b440cec3

View File

@ -106,6 +106,6 @@ public class UnlockCommand extends SubCommand {
@Override
public String[] getArguments() {
return new String[0];
return new String[]{"Nether", "End"};
}
}