9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-26 10:29:10 +00:00
This commit is contained in:
XiaoMoMi
2024-05-13 04:24:54 +08:00
parent 55ea394474
commit 30122cb0a9
6 changed files with 15 additions and 52 deletions

View File

@@ -59,12 +59,8 @@ public class CustomCropsPluginImpl extends CustomCropsPlugin {
Dependency.GSON,
Dependency.SLF4J_API,
Dependency.SLF4J_SIMPLE,
Dependency.ADVENTURE_API,
Dependency.COMMAND_API,
Dependency.NBT_API,
Dependency.BOOSTED_YAML,
Dependency.BIOME_API,
Dependency.ANTI_GRIEF,
Dependency.BSTATS_BASE,
Dependency.BSTATS_BUKKIT
)

View File

@@ -77,16 +77,6 @@ public enum Dependency {
"boosted-yaml",
Relocation.of("boostedyaml", "dev{}dejvokep{}boostedyaml")
),
ADVENTURE_API(
"com.github.Xiao-MoMi",
"Adventure-Bundle",
"4.16.0",
"jitpack",
"adventure-bundle",
Relocation.of("adventure", "net{}kyori{}adventure"),
Relocation.of("option", "net{}kyori{}option"),
Relocation.of("examination", "net{}kyori{}examination")
),
H2_DRIVER(
"com.h2database",
"h2",
@@ -115,30 +105,6 @@ public enum Dependency {
null,
"slf4j-api"
),
NBT_API(
"de{}tr7zw",
"item-nbt-api",
"2.12.4",
"codemc",
"item-nbt-api",
Relocation.of("changeme", "de{}tr7zw{}changeme")
),
ANTI_GRIEF(
"com{}github{}Xiao-MoMi",
"AntiGriefLib",
"0.11",
"jitpack",
"antigrief-lib",
Relocation.of("antigrieflib", "net{}momirealms{}antigrieflib")
),
BIOME_API(
"com{}github{}Xiao-MoMi",
"BiomeAPI",
"0.6",
"jitpack",
"biome-api",
Relocation.of("biomeapi", "net{}momirealms{}biomeapi")
),
BSTATS_BASE(
"org{}bstats",
"bstats-base",