diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 8f4cab4dc..4de1b3040 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -40,6 +40,9 @@ body: - 1.17.1 - 1.18 - 1.19 + - 1.20 + - 1.21 + - 1.22 validations: required: true - type: input diff --git a/build.gradle b/build.gradle index ef4f96ea0..d79376dab 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ plugins { id "de.undercouch.download" version "5.0.1" } -version '2.7.2-1.20.1' +version '2.7.3-1.20.1' def nmsVersion = '1.20.1' //[NMS] def apiVersion = '1.20' def specialSourceVersion = '1.11.0' //[NMS] @@ -83,6 +83,7 @@ repositories { maven { url "https://mvn.lumine.io/repository/maven/" } maven { url "https://repo.triumphteam.dev/snapshots" } maven { url "https://repo.mineinabyss.com/releases" } + maven { url = 'https://hub.jeff-media.com/nexus/repository/jeff-media-public/' } } /** @@ -134,7 +135,7 @@ dependencies { // Third Party Integrations implementation 'com.ticxo.playeranimator:PlayerAnimator:R1.2.7' - implementation 'com.github.oraxen:oraxen:1.152.5' + implementation 'com.github.oraxen:oraxen:1.158.0' implementation 'com.github.LoneDev6:api-itemsadder:3.4.1-r4' implementation 'me.clip:placeholderapi:2.11.3' //implementation files('libs/CustomItems.jar') diff --git a/src/main/java/com/volmit/iris/Iris.java b/src/main/java/com/volmit/iris/Iris.java index 53395242a..513dfc1ba 100644 --- a/src/main/java/com/volmit/iris/Iris.java +++ b/src/main/java/com/volmit/iris/Iris.java @@ -91,7 +91,7 @@ import java.util.Map; @SuppressWarnings("CanBeFinal") public class Iris extends VolmitPlugin implements Listener { - public static final String OVERWORLD_TAG = "3004"; + public static final String OVERWORLD_TAG = "3005"; private static final Queue syncJobs = new ShurikenQueue<>();