From 20dc4313946aa1736d4fc67eb21b504750f4098b Mon Sep 17 00:00:00 2001 From: mfnalex <1122571+mfnalex@users.noreply.github.com> Date: Thu, 1 Aug 2019 19:22:05 +0200 Subject: [PATCH] typo --- .../de/jeffclan/JeffChestSort/JeffChestSortCommandExecutor.java | 2 +- src/main/resources/config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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