Updates the API version used as 1.16 is no longer the target version
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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:
|
||||
|
Reference in New Issue
Block a user