Skip to content

Commit

Permalink
Use bungee api for colors
Browse files Browse the repository at this point in the history
  • Loading branch information
iiAhmedYT committed Nov 4, 2024
1 parent 331d108 commit 6d98bfe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ private void addThrowableHandlers() {
UnknownWorldException.class, (exception, imperat, context) ->
context.source().error("A world with the name '" + exception.getName() + "' doesn't seem to exist")
);

}

private void registerValueResolvers() {
Expand Down
2 changes: 1 addition & 1 deletion bukkit/src/main/java/dev/velix/imperat/BukkitSource.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import dev.velix.imperat.adventure.AdventureProvider;
import dev.velix.imperat.context.Source;
import net.kyori.adventure.text.ComponentLike;
import org.bukkit.ChatColor;
import net.md_5.bungee.api.ChatColor;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;

Expand Down

0 comments on commit 6d98bfe

Please sign in to comment.