Clanbase Feature

This commit is contained in:
spaffel
2022-06-16 16:51:55 +02:00
parent b31e34610c
commit 7a0619c053
5 changed files with 215 additions and 1 deletions

View File

@@ -98,6 +98,8 @@ public final class Clans extends JavaPlugin implements Listener {
getCommand("joinclan").setExecutor(new joinclan());
getCommand("setclancolor").setExecutor(new setclancolor());
getCommand("clanmsg").setExecutor(new clanmsg());
getCommand("setclanbase").setExecutor(new setclanbase());
getCommand("clanbase").setExecutor(new clanbase());
plugin = this;
PluginManager pm = Bukkit.getPluginManager();
Tab.update();