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
README.md
src/main
java
net
knarcraft
stargate
resources

@ -14,7 +14,7 @@ can share a network or be split into clusters; they can be hidden on a network o
This was originally TheDgtl's Bukkit port of the Stargate plugin for hMod by Dinnerbone. This is a fork This was originally TheDgtl's Bukkit port of the Stargate plugin for hMod by Dinnerbone. This is a fork
of [PseudoKnight's fork](https://github.com/PseudoKnight/Stargate-Bukkit). This fork's main purpose is to create a clean of [PseudoKnight's fork](https://github.com/PseudoKnight/Stargate-Bukkit). This fork's main purpose is to create a clean
version of Stargate compliant with Spigot 1.16, even if it means changing the entire project's previous structure. version of Stargate compliant with Spigot 1.17, even if it means changing the entire project's previous structure.
# Permissions # Permissions
@ -324,7 +324,7 @@ bungeeSign=Teleport to
# Changes # Changes
#### \[Version 0.9.0.0] (WIP) EpicKnarvik97 fork #### \[Version 0.9.0.0] EpicKnarvik97 fork
- Changes entire path structure to a more modern and maven-compliant one - Changes entire path structure to a more modern and maven-compliant one
- Changes package structure to net.knarcraft.stargate.* - Changes package structure to net.knarcraft.stargate.*

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

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