Adds a wool gate amongst other things

Adds the wool gate type from legacy
Adds some missing material tag-related code
Updates the URL for update checking
This commit is contained in:
2023-03-25 01:54:43 +01:00
parent 91d855312d
commit c1720e05a0
4 changed files with 65 additions and 26 deletions

View File

@@ -365,7 +365,7 @@ public class Stargate extends JavaPlugin {
this.registerCommands();
//Check for any available updates
UpdateChecker.checkForUpdate(this, "https://api.spigotmc.org/legacy/update.php?resource=97784",
UpdateChecker.checkForUpdate(this, "https://api.spigotmc.org/legacy/update.php?resource=87978",
Stargate::getPluginVersion, Stargate::setUpdateAvailable);
}