Skip to content

Commit

Permalink
feat: Add Spigot 1.20.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
SpraxDev committed May 1, 2024
1 parent 06bd403 commit a7f7bdf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup_project_workspace/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ runs:

- uses: SpraxDev/Action-SpigotMC@v5
with:
versions: 1.20.5
versions: 1.20.6
remapped: true
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public enum ServerVersion {
VERSION_TO_REVISION.put("1.20.3", "v1_20_R3");
VERSION_TO_REVISION.put("1.20.4", "v1_20_R3");
VERSION_TO_REVISION.put("1.20.5", "v1_20_R4");
VERSION_TO_REVISION.put("1.20.6", "v1_20_R4");

if (Bukkit.getServer() != null) {
String srvPackage = Bukkit.getServer().getClass().getPackage().getName();
Expand Down
2 changes: 1 addition & 1 deletion NMS/NMS-v1_20_R4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<java.version>21</java.version>
<java.release>21</java.release>

<nms.ver>1.20.5-R0.1-SNAPSHOT</nms.ver>
<nms.ver>1.20.6-R0.1-SNAPSHOT</nms.ver>
</properties>

<build>
Expand Down

0 comments on commit a7f7bdf

Please sign in to comment.