Merge branch 'stable' into next-minor

This commit is contained in:
Dylan K. Taylor
2019-10-22 18:49:22 +01:00
52 changed files with 660 additions and 299 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)){