9
0
mirror of https://gitlab.com/SamB440/rpgregions-2.git synced 2025-12-28 11:19:24 +00:00

Update AnvilGUI to 1.5.1-SNAPSHOT

This commit is contained in:
SamB440
2021-06-16 19:07:09 +01:00
parent 478a380161
commit 0c736b13a7
8 changed files with 13 additions and 19 deletions

View File

@@ -30,12 +30,6 @@ repositories {
// PAPI
maven { url 'https://repo.extendedclip.com/content/repositories/placeholderapi/' }
// plan
maven {
name 'bintray'
url 'https://dl.bintray.com/rsl1122/Plan-repository'
}
// MythicMobs
maven { url 'https://mvn.lumine.io/repository/maven-public/' }

View File

@@ -36,6 +36,10 @@ import java.io.IOException;
import java.util.Random;
import java.util.concurrent.ThreadLocalRandom;
/**
* @deprecated this entire thing needs replacing
*/
@Deprecated
public class RegenUtils {
public static boolean regenerate(ConfiguredRegion region) {

View File

@@ -45,6 +45,7 @@ import java.util.regex.Pattern;
* @see Material
* @see ItemStack
*/
@Deprecated
public enum XMaterial {
ACACIA_BOAT("BOAT_ACACIA"),
ACACIA_BUTTON("WOOD_BUTTON"),

View File

@@ -47,6 +47,7 @@ import java.util.regex.Pattern;
* @version 3.0.0
* @see Sound
*/
@Deprecated
public enum XSound {
AMBIENT_CAVE("AMBIENCE_CAVE"),
AMBIENT_UNDERWATER_ENTER,

View File

@@ -15,6 +15,8 @@ repositories {
maven { url 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/' }
maven { url 'https://repo.codemc.io/repository/maven-snapshots/' }
maven { url 'https://jitpack.io' }
maven {
@@ -35,12 +37,6 @@ repositories {
// PAPI
maven { url 'https://repo.extendedclip.com/content/repositories/placeholderapi/' }
// plan
maven {
name 'bintray'
url 'https://dl.bintray.com/rsl1122/Plan-repository'
}
// MythicMobs
maven { url 'https://mvn.lumine.io/repository/maven-public/' }

View File

@@ -30,12 +30,6 @@ repositories {
// PAPI
maven { url 'https://repo.extendedclip.com/content/repositories/placeholderapi/' }
// plan
maven {
name 'bintray'
url 'https://dl.bintray.com/rsl1122/Plan-repository'
}
// MythicMobs
maven { url 'https://mvn.lumine.io/repository/maven-public/' }

View File

@@ -48,7 +48,7 @@ dependencies {
testImplementation 'com.github.seeseemelk:MockBukkit-v1.16:1.0.0'
testImplementation 'org.reflections:reflections:0.9.12'
implementation 'com.github.WesJD.AnvilGUI:anvilgui:bb60945f7a' // anvilgui
implementation 'net.wesjd:anvilgui:1.5.1-SNAPSHOT' // anvilgui
implementation 'com.github.stefvanschie.inventoryframework:IF:0.9.8' // inventory framework
implementation 'com.gitlab.samb440:languagy:2.0.3-RELEASE' // languagy
implementation 'co.aikar:acf-paper:0.5.0-SNAPSHOT' // commands

View File

@@ -0,0 +1,4 @@
package net.islandearth.rpgregions.gui;
public class EditConfiguredRegionGUI {
}