9
0
mirror of https://github.com/Xiao-MoMi/Custom-Nameplates.git synced 2026-01-04 15:31:47 +00:00

1.8.0-PRE-2

This commit is contained in:
Xiao-MoMi
2022-07-29 12:19:56 +08:00
parent f6a6508c95
commit 55de5f1589
7 changed files with 18 additions and 10 deletions

View File

@@ -95,6 +95,9 @@ public final class CustomNameplates extends JavaPlugin {
new Placeholders().register();
AdventureManager.consoleMessage("<gradient:#2E8B57:#48D1CC>[CustomNameplates]</gradient> <color:#baffd1>PlaceholderAPI Hooked!");
}
if (ConfigManager.MainConfig.tab){
AdventureManager.consoleMessage("<gradient:#2E8B57:#48D1CC>[CustomNameplates]</gradient> <color:#baffd1>TAB Hooked!");
}
Objects.requireNonNull(Bukkit.getPluginCommand("customnameplates")).setExecutor(new Execute(this));
Objects.requireNonNull(Bukkit.getPluginCommand("customnameplates")).setTabCompleter(new TabComplete(this));
this.resourceManager = new ResourceManager(this);