diff --git a/CHANGELOG.md b/CHANGELOG.md index 307ae20..4bb5ad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog ## 8.0 -- Added two new hotkeys (disabled by default): Left-Click outside of chest's inventory will load all your stuff except hotbar into the chest, Right-Click outside of the chest's inventory will unload the chest into your inventory. The hotkeys can be enabled using /chestsort hotkeys and need the chestsort.use permission +- Added two new hotkeys (disabled by default): Left-Click outside of a chest's (or barrel, ...) inventory will load all your stuff except hotbar into the chest, Right-Click outside of the chest's inventory will unload the chest into your inventory. The hotkeys can be enabled using /chestsort hotkeys and need the chestsort.use permission - Added debug and dump option to config (you will probably not need those) +- Player configs will be only be saved if they have changed - Note: This version includes two new messages, so please send me your new translations :) ## 7.7-pre1 diff --git a/TODO.md b/TODO.md index fb66816..37939cb 100644 --- a/TODO.md +++ b/TODO.md @@ -1,4 +1,7 @@ # Todo ## Auto-Refill -Auto refills your hotbar with stuff from your inventory when you run out of items / a tool breaks. \ No newline at end of file +Auto refills your hotbar with stuff from your inventory when you run out of items / a tool breaks. + +## MySQL +Optional MySQL support for player configs to avoid thousands of yaml files within the playerdata folder \ No newline at end of file