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:
@@ -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/' }
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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"),
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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/' }
|
||||
|
||||
|
||||
@@ -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/' }
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
package net.islandearth.rpgregions.gui;
|
||||
|
||||
public class EditConfiguredRegionGUI {
|
||||
}
|
||||
Reference in New Issue
Block a user