Skip to content

Commit

Permalink
Register menu function listener
Browse files Browse the repository at this point in the history
  • Loading branch information
NIkiIncredible committed Jul 18, 2024
1 parent 7a247f3 commit a6c561c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import net.kyori.adventure.translation.TranslationRegistry;
import net.kyori.adventure.util.UTF8ResourceBundleControl;

import de.spookly.canvas.MenuFunctionListener;
import de.spookly.configuration.Config;
import de.spookly.configuration.ConfigurationWrapper;
import de.spookly.database.MongoDatabaseConfiguration;
Expand Down Expand Up @@ -93,6 +94,7 @@ protected void enable() {

//Listener for event excuter
registerEvent(new Listener());
registerEvent(new MenuFunctionListener());
getLogger().info("Initialized bukkit event listener");

this.translationRegistry = TranslationRegistry.create(Key.key("spookly:value"));
Expand Down

0 comments on commit a6c561c

Please sign in to comment.