Skip to content

Commit

Permalink
Revert "feat: add placeholderapi for proxy usage"
Browse files Browse the repository at this point in the history
This reverts commit f96a711.
  • Loading branch information
Boy0000 committed Aug 17, 2024
1 parent f96a711 commit d68e563
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 22 deletions.
2 changes: 0 additions & 2 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ repositories {
maven("https://repo.mineinabyss.com/snapshots")
maven("https://repo.papermc.io/repository/maven-public/")
maven("https://repo.unnamed.team/repository/unnamed-public/")
maven("https://repo.extendedclip.com/content/repositories/placeholderapi/")
google()
}

Expand All @@ -25,7 +24,6 @@ dependencies {

compileOnly(idofrontLibs.creative.api)
compileOnly(idofrontLibs.creative.serializer.minecraft)
compileOnly("me.clip:placeholderapi:2.11.6")

// Shaded
implementation("com.aaaaahhhhh.bananapuncher714:GifConverter:1.0")
Expand Down
18 changes: 0 additions & 18 deletions core/src/main/kotlin/com/mineinabyss/emojy/EmojyPlaceholders.kt

This file was deleted.

1 change: 0 additions & 1 deletion core/src/main/kotlin/com/mineinabyss/emojy/EmojyPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ class EmojyPlugin : JavaPlugin() {

GlobalTranslator.translator().sources().filter { it.name() == EmojyTranslator.key }.forEach(GlobalTranslator.translator()::removeSource)
GlobalTranslator.translator().addSource(EmojyTranslator())
EmojyPlaceholders().register()
}
}

4 changes: 3 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ dependencyResolutionManagement {
}

versionCatalogs {
create("idofrontLibs").from("com.mineinabyss:catalog:$idofrontVersion")
create("idofrontLibs"){
from("com.mineinabyss:catalog:$idofrontVersion")
}
}
}

Expand Down

0 comments on commit d68e563

Please sign in to comment.