Skip to content

Commit

Permalink
Removed the custom biomes manager (moved to libreforge)
Browse files Browse the repository at this point in the history
  • Loading branch information
0ft3n committed Dec 3, 2023
1 parent 67d7009 commit 6248daf
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 126 deletions.
3 changes: 0 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ allprojects {

// Denizen
maven("https://maven.citizensnpcs.co/repo")

// FoliaLib
maven("https://nexuslite.gcnt.net/repos/other/")
}

dependencies {
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions eco-core/core-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ dependencies {
compileOnly("com.denizenscript:denizen:1.2.7-SNAPSHOT") {
exclude(group = "*", module = "*")
}
compileOnly("com.dfsek.terra:common:6.4.1-BETA+3aef97738")


compileOnly(fileTree("../../lib") {
include("*.jar")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import com.willfp.eco.core.integrations.IntegrationLoader
import com.willfp.eco.core.integrations.afk.AFKManager
import com.willfp.eco.core.integrations.anticheat.AnticheatManager
import com.willfp.eco.core.integrations.antigrief.AntigriefManager
import com.willfp.eco.core.integrations.custombiomes.CustomBiomesManager
import com.willfp.eco.core.integrations.customentities.CustomEntitiesManager
import com.willfp.eco.core.integrations.customitems.CustomItemsManager
import com.willfp.eco.core.integrations.economy.EconomyManager
Expand Down Expand Up @@ -46,7 +45,6 @@ import com.willfp.eco.internal.spigot.integrations.afk.AFKIntegrationCMI
import com.willfp.eco.internal.spigot.integrations.afk.AFKIntegrationEssentials
import com.willfp.eco.internal.spigot.integrations.anticheat.*
import com.willfp.eco.internal.spigot.integrations.antigrief.*
import com.willfp.eco.internal.spigot.integrations.custombiomes.CustomBiomesTerra
import com.willfp.eco.internal.spigot.integrations.customentities.CustomEntitiesMythicMobs
import com.willfp.eco.internal.spigot.integrations.customitems.*
import com.willfp.eco.internal.spigot.integrations.customrecipes.CustomRecipeCustomCrafting
Expand Down Expand Up @@ -324,9 +322,6 @@ abstract class EcoSpigotPlugin : EcoPlugin() {
}
},

// Biomes
IntegrationLoader("Terra") { CustomBiomesManager.register(CustomBiomesTerra()) },

// Placeholder
IntegrationLoader("PlaceholderAPI") { PlaceholderManager.addIntegration(PlaceholderIntegrationPAPI()) },

Expand Down

This file was deleted.

0 comments on commit 6248daf

Please sign in to comment.