Updates the API version used as 1.16 is no longer the target version

This commit is contained in:
2021-10-11 20:16:36 +02:00
parent 72c1b5a239
commit 51afa1527f
3 changed files with 5 additions and 4 deletions

View File

@ -37,7 +37,8 @@ public class CommandStarGate implements CommandExecutor {
}
return false;
} else {
commandSender.sendMessage(ChatColor.GOLD + "Stargate version " + ChatColor.GREEN + Stargate.getPluginVersion());
commandSender.sendMessage(ChatColor.GOLD + "Stargate version " +
ChatColor.GREEN + Stargate.getPluginVersion());
return true;
}
}

View File

@ -5,7 +5,7 @@ description: Stargate mod for Bukkit
author: EpicKnarvik97
authors: [ Drakia, PseudoKnight, EpicKnarvik97 ]
website: https://knarcraft.net
api-version: 1.16
api-version: 1.17
softdepend: [ Vault ]
commands:
stargate: