diff --git a/CommandWhitelistCommon/pom.xml b/CommandWhitelistCommon/pom.xml index 87f569e..9da6105 100644 --- a/CommandWhitelistCommon/pom.xml +++ b/CommandWhitelistCommon/pom.xml @@ -59,8 +59,8 @@ - jitpack.io - https://jitpack.io + pluginwiki-repo + https://ci.pluginwiki.us/plugin/repository/everything/ velocitypowered-repo @@ -70,9 +70,9 @@ - com.github.Thatsmusic99 - ConfigurationMaster - v2.0.0-ALPHA-3 + com.github.thatsmusic99 + ConfigurationMaster-API + v2.0.0-BETA-1 compile diff --git a/CommandWhitelistCommon/src/main/java/eu/endermite/commandwhitelist/common/commands/CWCommand.java b/CommandWhitelistCommon/src/main/java/eu/endermite/commandwhitelist/common/commands/CWCommand.java index 2e8fed1..5b448b3 100644 --- a/CommandWhitelistCommon/src/main/java/eu/endermite/commandwhitelist/common/commands/CWCommand.java +++ b/CommandWhitelistCommon/src/main/java/eu/endermite/commandwhitelist/common/commands/CWCommand.java @@ -34,17 +34,16 @@ public class CWCommand { public static Component helpComponent(String baseCommand, boolean showReloadCommand, boolean showAdminCommands) { Component component = MiniMessage.markdown().parse("CommandWhitelist by YouHaveTrouble") .append(Component.newline()); - component = component.append(Component.text("Hover over the command to see what it does!").color(NamedTextColor.AQUA)).decoration(TextDecoration.BOLD, false).append(Component.newline()); - component = component.append(Component.text("/" + baseCommand + " help").color(NamedTextColor.AQUA).hoverEvent(HoverEvent.showText(Component.text("Displays this message")))); + component = component.append(Component.text("/" + baseCommand + " help").color(NamedTextColor.AQUA).append(Component.text(" - Displays this message").color(NamedTextColor.BLUE))); if (showReloadCommand) { component = component.append(Component.newline()); - component = component.append(Component.text("/" + baseCommand + " reload").color(NamedTextColor.AQUA).hoverEvent(HoverEvent.showText(Component.text("Reloads plugin configuration")))); + component = component.append(Component.text("/" + baseCommand + " reload").color(NamedTextColor.AQUA).append(Component.text(" - Reloads plugin configuration").color(NamedTextColor.BLUE))); } if (showAdminCommands) { component = component.append(Component.newline()); - component = component.append(Component.text("/" + baseCommand + " add ").color(NamedTextColor.AQUA).hoverEvent(HoverEvent.showText(Component.text("Add a command to selected permission group")))); + component = component.append(Component.text("/" + baseCommand + " add ").color(NamedTextColor.AQUA).append(Component.text(" - Add a command to selected permission group").color(NamedTextColor.BLUE))); component = component.append(Component.newline()); - component = component.append(Component.text("/" + baseCommand + " remove ").color(NamedTextColor.AQUA).hoverEvent(HoverEvent.showText(Component.text("Removes a command from selected permission group")))); + component = component.append(Component.text("/" + baseCommand + " remove ").color(NamedTextColor.AQUA).append(Component.text(" - Removes a command from selected permission group").color(NamedTextColor.BLUE))); } return component; } diff --git a/CommandWhitelistWaterfall/pom.xml b/CommandWhitelistWaterfall/pom.xml index e25c413..d0dec63 100644 --- a/CommandWhitelistWaterfall/pom.xml +++ b/CommandWhitelistWaterfall/pom.xml @@ -68,10 +68,6 @@ sonatype https://oss.sonatype.org/content/groups/public/ - - destroystokyo-repo - https://repo.destroystokyo.com/repository/maven-public/ - papermc https://papermc.io/repo/repository/maven-public/ @@ -82,7 +78,7 @@ io.github.waterfallmc waterfall-api - 1.16-R0.5-SNAPSHOT + 1.17-R0.1-SNAPSHOT provided diff --git a/pom.xml b/pom.xml index 4ebd0b0..8fa1b1a 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ net.kyori adventure-api - 4.8.0 + 4.8.1 compile