Skip to content

Releases: Hutch79/F-Command

2.6.1 - Rewrite

04 Apr 06:20
32a667e
Compare
Choose a tag to compare

Basically rewrote everything so new features can be added faster, and old code can be replaced easily.

What's Changed

Full Changelog: 2.5.3...2.6.1

2.5.3 - Fixed Q Detection after InventoryClickEvent

18 Dec 18:36
108fc85
Compare
Choose a tag to compare

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

2.5.2

10 Sep 16:26
d02ef82
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.5.1...2.5.2

2.5.1 - Added option for command list

29 Jun 07:08
5a86e34
Compare
Choose a tag to compare

This Update allows you to execute multiple commands with one single command configuration.

What's Changed

Full Changelog: 2.5...2.5.1

2.5 - Bugfixes, default config values and Code quality improvement

12 Jun 11:12
Compare
Choose a tag to compare

What's Changed

  • Improve organization for more additions. by @n-tdi in #6
  • Added default values (used if something is not configured)
  • Fixed that in some conditions the config was ignored.

Full Changelog: 2.4...2.5

Added Q to execute Commands

09 May 13:10
Compare
Choose a tag to compare

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: 2.3...2.4

2.3 - Quality Update

14 Mar 20:29
Compare
Choose a tag to compare

Multiple code quality updates.
Huge thanks to @n-tdi for his help in #5 💜

Full Changelog: 2.2...2.3

2.2 - Multiversion Support

17 Feb 04:05
Compare
Choose a tag to compare

Added Multiversion Support from 1.13 upwards.

2.1

16 Feb 04:41
Compare
Choose a tag to compare
2.1

New

  • Toggleable debug messages.

Changes

Fixes

  • Fixed that only the first command was executed. Now every command will be executed.

Full Changelog: 2.0...2.1

2.0

15 Feb 17:54
Compare
Choose a tag to compare
2.0

New

  • /fcommand reload command
  • Execute commands as Server
  • Papi support (Thanks to mfnalex)

Changes

  • requireShift is now a switch. Either using shift or not, Never both.

Fixes

  • On first Startup, the config wasn't loaded.