STEMMechanics / STEMCraft-Core

The core plugin that runs the STEMCraft Minecraft Server
https://www.stemcraft.com.au
MIT License
1 stars 1 forks source link

API Version Outdated #35

Closed ProjectHSI closed 10 months ago

ProjectHSI commented 10 months ago

api-version in plugin.yml is set to target 1.19.x and Spigot-API in pom.xml is set to target 1.19.x.

Since we're targeting 1.20.x, I recommend we switch these two to target 1.20.x.

nomadjimbob commented 10 months ago

Any chance you can PR that into the 1.1 release branch as a fix?

ProjectHSI commented 10 months ago

i'll put the branch under the """folder""" hotfix, but otherwise i'll PR this.

ProjectHSI commented 10 months ago

what was the mc version of the server?

nomadjimbob commented 10 months ago

It will be updated to latest today, but currently at git-Purpur-2082 (MC: 1.20.2)

ProjectHSI commented 10 months ago

Thanks. I just needed it so I know which Spigot-API build to update to.

ProjectHSI commented 10 months ago

I've just submitted the pull request.

ProjectHSI commented 10 months ago

https://github.com/STEMMechanics/STEMCraft-Core/pull/36