diff --git a/src/main/java/de/jeffclan/JeffChestSort/JeffChestSortCommandExecutor.java b/src/main/java/de/jeffclan/JeffChestSort/JeffChestSortCommandExecutor.java index 02bdf22..46e2556 100644 --- a/src/main/java/de/jeffclan/JeffChestSort/JeffChestSortCommandExecutor.java +++ b/src/main/java/de/jeffclan/JeffChestSort/JeffChestSortCommandExecutor.java @@ -41,7 +41,7 @@ public class JeffChestSortCommandExecutor implements CommandExecutor { plugin.settingsGUI.openGUI(p); return true; - } + } } // Settings GUI End diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index da90694..b35dcfd 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -71,7 +71,7 @@ allow-hotkeys: true # You can disable/enable certain hotkeys when you have allow-hotkeys enabled. # Hotkeys that could interfere with Minecraft's normal behaviour (e.g. # shift+left-click) only work on empty slots, so don't worry about them. -# Players can also enable/disable all shortcuts individually via /chestsort settings +# Players can also enable/disable all shortcuts individually via /chestsort hotkeys hotkeys: # Use middle click (mousewheel) on ANY inventory slot as hotkey middle-click: true