Skip to content

Commit

Permalink
GH-742 Remove center tag (#743)
Browse files Browse the repository at this point in the history
Took 54 minutes
  • Loading branch information
Igor Michalski authored and vLuckyyy committed Mar 23, 2024
1 parent 7a2e52e commit bebc65e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
7 changes: 0 additions & 7 deletions eternalcore-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,4 @@ eternalShadow {
// metrics
library("org.bstats:bstats-bukkit:${Versions.BSTATS}")
libraryRelocate("org.bstats")

// pixel-width
library("solar.squares:pixel-width-core:${Versions.PIXEL_WIDTH}")
library("solar.squares:pixel-width-utils:${Versions.PIXEL_WIDTH}")
libraryRelocate(
"solar.squares",
)
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import com.eternalcode.commons.adventure.AdventureLegacyColorPostProcessor;
import com.eternalcode.commons.adventure.AdventureLegacyColorPreProcessor;
import com.eternalcode.core.bridge.adventure.resolver.CenterTagResolver;
import com.eternalcode.core.injector.annotations.Bean;
import com.eternalcode.core.injector.annotations.component.BeanSetup;
import net.kyori.adventure.platform.AudienceProvider;
Expand All @@ -23,7 +22,6 @@ MiniMessage miniMessage() {
return MiniMessage.builder()
.postProcessor(new AdventureLegacyColorPostProcessor())
.preProcessor(new AdventureLegacyColorPreProcessor())
.editTags(builder -> builder.resolver(CenterTagResolver.RESOLVER))
.build();
}

Expand Down

This file was deleted.

0 comments on commit bebc65e

Please sign in to comment.