Basically rewrote everything so new features can be added faster, and old code can be replaced easily.
What's Changed
- Rewrite/everything by @Hutch79 in #20
Full Changelog: 2.5.3...2.6.1
This Beta release is a complete Rewrite of the Plugin.
It does not add any new features, but improves maintainability and therefore allows for easier addition of new features.
The Configuration file has minimal changes, which are migrated fully automatically.
To be precise, the command options where you configure the command which is executed now only allows a string list.
Also, it got renamed.
Your old config file is not deleted but saved in ./migrations
Please report any bugs you encounter on GitHub.
Issues might happen on config migration or general functionality of the Plugin.
I tested as good as possible, but I'm not able to reproduce every production configuration.
Thanks for Testing!
What's Changed
- Minimal performance optimisation by @Hutch79 in #9
- Fixed Q Detection after InventoryClickEvent by @Hutch79 in #11
Thanks to MINIMAN for reporting the Q Detection Bug!
Full Changelog: 2.5.2...2.5.3
What's Changed
Full Changelog: https://github.com/Hutch79/F-Command/compare/2.5.1...2.5.2
This Update allows you to execute multiple commands with one single command configuration.
What's Changed
- 2.5.1 by @Hutch79 in https://github.com/Hutch79/F-Command/pull/7
Full Changelog: https://github.com/Hutch79/F-Command/compare/2.5...2.5.1
What's Changed
- Improve organization for more additions. by @n-tdi in https://github.com/Hutch79/F-Command/pull/6
- Added default values (used if something is not configured)
- Fixed that in some conditions the config was ignored.
Full Changelog: https://github.com/Hutch79/F-Command/compare/2.4...2.5
Added:
- Execute Commands on dropping an Item with Q
Fixes:
- The debug config option now also gets reloaded by
/fcmd reload
IMPORTANT TO UPDATE:
Please add the new key:
feature to your config!
https://github.com/Hutch79/F-Command/blob/main/src/main/resources/config.yml#L9
Full Changelog: https://github.com/Hutch79/F-Command/compare/2.3...2.4
Multiple code quality updates. Huge thanks to @n-tdi for his help in #5 💜
Full Changelog: https://github.com/Hutch79/F-Command/compare/2.2...2.3