Added Tab Completer, with perms cache

This commit is contained in:
Sn0wStorm
2020-11-24 12:48:43 +01:00
parent e2d27641af
commit 211833a188
8 changed files with 304 additions and 62 deletions
+3
View File
@@ -215,6 +215,9 @@ public class P extends JavaPlugin {
// Reload Cauldron Particle Recipes
BCauldron.reload();
// Clear Recipe completions
TabListener.reload();
// Reload Recipes
boolean successful = true;
for (Brew brew : Brew.legacyPotions.values()) {