diff --git a/README.md b/README.md index 35be1ae..1d1a1d0 100644 --- a/README.md +++ b/README.md @@ -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 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 @@ -324,7 +324,7 @@ bungeeSign=Teleport to # 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 package structure to net.knarcraft.stargate.* diff --git a/src/main/java/net/knarcraft/stargate/command/CommandStarGate.java b/src/main/java/net/knarcraft/stargate/command/CommandStarGate.java index e94fe6a..82939ec 100644 --- a/src/main/java/net/knarcraft/stargate/command/CommandStarGate.java +++ b/src/main/java/net/knarcraft/stargate/command/CommandStarGate.java @@ -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; } } diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index c52e5a1..39ff56a 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -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: