From c0b14e043c562e9a0dd9f0ce5c3f24c0874aa590 Mon Sep 17 00:00:00 2001 From: William Date: Thu, 30 May 2024 17:19:52 +0100 Subject: [PATCH] refactor: remove commodore leftovers --- .../net/william278/huskhomes/command/BukkitCommand.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bukkit/src/main/java/net/william278/huskhomes/command/BukkitCommand.java b/bukkit/src/main/java/net/william278/huskhomes/command/BukkitCommand.java index 5946df4c..4590c970 100644 --- a/bukkit/src/main/java/net/william278/huskhomes/command/BukkitCommand.java +++ b/bukkit/src/main/java/net/william278/huskhomes/command/BukkitCommand.java @@ -19,7 +19,6 @@ package net.william278.huskhomes.command; -import me.lucko.commodore.CommodoreProvider; import net.william278.huskhomes.BukkitHuskHomes; import net.william278.huskhomes.HuskHomes; import net.william278.huskhomes.teleport.TeleportRequest; @@ -94,11 +93,6 @@ public void register() { childNodes.toArray(new Permission[0]) ); } - - // Register commodore TAB completion - if (CommodoreProvider.isSupported() && plugin.getSettings().getGeneral().isBrigadierTabCompletion()) { - BrigadierUtil.registerCommodore(plugin, this, command); - } } @Nullable