Merge branch 'stable'

This commit is contained in:
Dylan K. Taylor
2019-10-20 21:25:39 +01:00
13 changed files with 177 additions and 11 deletions

View File

@@ -42,6 +42,10 @@ class TransferServerCommand extends VanillaCommand{
}
public function execute(CommandSender $sender, string $commandLabel, array $args){
if(!$this->testPermission($sender)){
return true;
}
if(count($args) < 1){
throw new InvalidCommandSyntaxException();
}elseif(!($sender instanceof Player)){