From d4ff68ca812f8bd413e5418e5438e68f3dd307ff Mon Sep 17 00:00:00 2001 From: Brianna Date: Fri, 15 Jan 2021 16:17:59 -0600 Subject: [PATCH 1/2] Updated to support the new GUI system. --- .../java/com/songoda/epicanchors/gui/GUIOverview.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/java/com/songoda/epicanchors/gui/GUIOverview.java b/src/main/java/com/songoda/epicanchors/gui/GUIOverview.java index 8cc9790..4d84226 100644 --- a/src/main/java/com/songoda/epicanchors/gui/GUIOverview.java +++ b/src/main/java/com/songoda/epicanchors/gui/GUIOverview.java @@ -43,11 +43,11 @@ public class GUIOverview extends Gui { setDefaultItem(glass1); - GuiUtils.mirrorFill(this, 0, 0, true, true, glass2); - GuiUtils.mirrorFill(this, 0, 1, true, true, glass2); - GuiUtils.mirrorFill(this, 0, 2, true, true, glass3); - GuiUtils.mirrorFill(this, 1, 0, false, true, glass2); - GuiUtils.mirrorFill(this, 1, 1, false, true, glass3); + mirrorFill(0, 0, true, true, glass2); + mirrorFill(0, 1, true, true, glass2); + mirrorFill(0, 2, true, true, glass3); + mirrorFill(1, 0, false, true, glass2); + mirrorFill(1, 1, false, true, glass3); setItem(13, GuiUtils.createButtonItem(plugin.makeAnchorItem(anchor.getTicksLeft()), plugin.getLocale().getMessage("interface.anchor.smalltitle").getMessage(), From ce5af07deb599c52f2ee89e3f97c936fbf23db81 Mon Sep 17 00:00:00 2001 From: Brianna Date: Fri, 15 Jan 2021 16:18:07 -0600 Subject: [PATCH 2/2] version 1.4.10c --- pom.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index bb22ecd..708ff92 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ com.songoda EpicAnchors 4.0.0 - 1.4.10b + 1.4.10c clean install EpicAnchors-${project.version} @@ -88,10 +88,6 @@ - - private - http://repo.songoda.com/repository/private/ - public https://repo.songoda.com/repository/public/ @@ -105,7 +101,7 @@ org.spigotmc spigot - 1.16.1 + 1.16.4 provided