From 3c2479793230b6aa36ab9b7f00fb2259ff101d30 Mon Sep 17 00:00:00 2001 From: Cola Date: Wed, 30 Jun 2021 20:31:26 +0100 Subject: [PATCH 1/4] v3.0.0 - Java 16 & 1.17 Just need to update WB version with update --- pom.xml | 33 ++++++++++++++++++--------------- src/main/resources/plugin.yml | 2 +- 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index 06a2c2b..af207c4 100644 --- a/pom.xml +++ b/pom.xml @@ -9,17 +9,16 @@ 1.0.0 - me.josvth.randomspawn.randomspawn RandomSpawn - 2.9.1 + 3.0.0 RandomSpawn https://github.com/Civclassic/random-spawn - com.destroystokyo.paper - paper-api - 1.16.4-R0.1-SNAPSHOT + io.papermc.paper + paper + 1.17-R0.1-SNAPSHOT provided @@ -29,30 +28,34 @@ provided - isaac + com.github.civclassic Bastion - 2.4.1 + 2.5.0 provided - com.programmerdan.minecraft + com.github.civclassic banstick - 1.2.2 + 1.3.0 provided - vg.civcraft.mc.civmodcore + com.github.civclassic CivModCore - 1.8.2 + 1.9.0 provided - - civ-github-repo - https://raw.githubusercontent.com/CivClassic/artifacts/master/ - + + civ-github-repo + https://raw.githubusercontent.com/CivClassic/artifacts/master/ + + + papermc + https://papermc.io/repo/repository/maven-public/ + diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index e2cfbba..44f170b 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -3,7 +3,7 @@ version: ${project.version} main: me.josvth.randomspawn.RandomSpawn author: Josvth softdepend: [WorldBorder, Bastion] -api-version: 1.14 +api-version: 1.17 commands: randomspawn: description: The main command. From ad72b332a6a40b844caab5e9a09854ab8857c581 Mon Sep 17 00:00:00 2001 From: Cola Date: Wed, 30 Jun 2021 21:59:20 +0100 Subject: [PATCH 2/4] POM fix --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index af207c4..2dcea88 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.github.civclassic civclassic-parent - 1.0.0 + 1.0.1 RandomSpawn From e543930426efdee2d6748869076458aed27eba9d Mon Sep 17 00:00:00 2001 From: Cola Date: Thu, 1 Jul 2021 12:28:58 +0100 Subject: [PATCH 3/4] Update WB --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2dcea88..4da1c56 100644 --- a/pom.xml +++ b/pom.xml @@ -22,9 +22,9 @@ provided - com.wimbli.WorldBorder + com.github.civclassic WorldBorder - 1.10.1 + 1.10.2 provided From e34f9b9fe1301ec39a8213ef59c19d43ffeb5217 Mon Sep 17 00:00:00 2001 From: Cola Date: Mon, 19 Jul 2021 00:05:50 +0100 Subject: [PATCH 4/4] 1.17.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4da1c56..4e60b5c 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ io.papermc.paper paper - 1.17-R0.1-SNAPSHOT + 1.17.1-R0.1-SNAPSHOT provided