Impactor Release Version: 5.3.1+1.21.1
Git Commit: 808f581
Full Commit History: 5.3.0...5.3.1
Release Notes
General Changes
Economy
- Added new service established event to signify when a service has been selected, allowing for dynamic registration against the service
- Networking reliability improved
Bug Fixes
Common
- Fixed an issue with the mysql dependency not actually being bundled with Impactor
- Auto downloaded translations now defaults to disabled due to an issue with connectivity
- For existing configs, you'll want to disable this yourself to avoid the startup warning associated with this issue
- Implement service file merging for shadowed dependencies, fixes some compatibility issues (Thanks Stampede)
Impactor Release Version: 5.3.0+1.21.1
Git Commit: 942dce7
Full Commit History: 5.2.7...5.3.0
Release Notes
Game Update
Impactor now supports 1.21.1.
With Impactor 6.0.0, API modules will be capable of reaching a wider range of Minecraft versions. Stay tuned for this update in the coming months.
Platforms
Starting with 5.3.0, all native forge support has been dropped in favor of NeoForge. This means, the current active and supported platforms are Fabric and NeoForge.
New Features
New features a part of this release are below:
Economy
- Now supports networking via Redis. This is aimed at allowing proxied servers to sync transactions across their servers
- More networking methods will be available with 6.0.0
- Fixed an issue where the Impactor economy service was expected for certain scenarios
Impactor Release Version: 5.2.7+1.20.1
Git Commit: 85076e4
Full Commit History: Unknown...5.2.7
Release Notes
Bug Fixes
Forge
- Resolved an issue affecting commands, turns out we used an improper import!
Impactor Release Version: 5.2.6+1.20.1
Git Commit: 9020e69
Full Commit History: Unknown...5.2.6
Release Notes
Bug Fixes
Forge
- Resolved an issue with permissions not being registered
Impactor Release Version: 5.2.5+1.20.1
Git Commit: 5839d14
Full Commit History: Unknown...5.2.5
Release Notes
Bug Fixes
Forge
- Resolved an issue with the command framework library failing to package properly
- This resolves the forge booting issue, and the mod now works as expected
Impactor Release Version: 5.2.4+1.20.1
Git Commit: 977861d
Full Commit History: 5.2.3...5.2.4
Release Notes
Changes
- Account placeholder now refreshes balances more often and after write versus access, fixing scenarios where certain setups could see the placeholder effectively locked
Impactor Release Version: 5.2.3+1.20.1
Git Commit: 55eff27
Full Commit History: Unknown...5.2.3
Release Notes
Changes
- Fabric - Impactor now forwards placeholders to PlaceholderAPI on startup. This allows plugins using that api to start using Impactor placeholders without special support.
- NOTE: Due to complexity, some placeholders designed for Impactor may not parse properly via PAPI with the context available.
Impactor Release Version: 5.2.2+1.20.1
Git Commit: fda1e8b
Full Commit History: 5.2.1...5.2.2
Release Notes
Changes
- Account placeholder now properly supports PAPI
- Allows for the following flags under "impactor:account"
- "currency=(namespace)/(value)" - Specifies the particular currency we wish to evaluate
- "balance" - Shows the balance of the account, based on the selected currency (otherwise, defaults to primary currency)
- "name" - Reveals the name of the account holder
- Allows for the following flags under "impactor:account"
Fixes
- Account placeholder now correctly resolves under all circumstances
Impactor Release Version: 5.2.1
Git Commit: 5d54055
Full Commit History: 5.2.0...5.2.1
Release Notes
Fixes
- Disable dev scoreboard test on Fabric, this was enabled and released by accident with 5.2.0
Impactor Release Version: 5.2.0+1.20.1
Git Commit: d71d833
Full Commit History: 5.0.0...5.2.0
Release Notes
API
New API Capabilities
- Scoreboards
- Allows for dynamic scoreboard creation which are capable of being updated at any particular interval.
- Base support for updaters includes:
- Scheduled
- Event Subscribing
- Mail
- Provides a service responsible for managing mail between users
- Economy
- Added a save method from within the EconomyService (credit: https://github.com/eupedroosouza)
Changes & Fixes
- Added support for basic selectors (@s & @r) for commands requesting players or other entities
- These selectors are basic in nature, and do not presently support advanced filters
- Command parsing on player names now ignores casing
- Updated internal command framework to the newest Cloud 2.0 beta builds
Economy
- Changed how a currency accepts its formatting, now opting for a set of MiniMessage-based templates versus assumed formatting
- This acts as an API break
- Updated the config format for currency description to support the new formatting system. Please see the example config on Github to understand how to update your configs for this change!