File Details
AethelLib 1.0.7
- R
- May 23, 2026
- 2.17 MB
- 0
- 26.20
File Name
AethelLib_v1.0.7.mcaddon
Supported Versions
- 26.20
⚜︎ AethelLib Stability & Security Hotfix
Update 1.0.7 - May 23, 2026
✧ Fixed (Bugs & Crashes)
- Offline Chest Shop Owner Payouts Fixed a bug in
ChestShopHandler.jswhere the owner of a[buy]shop would not receive credits if they were offline. Refactored the transaction sequence to credit the owner's database record directly using theirplayerIdstring, which the underlyingEconomyStoreandPlayerStorelayers resolve automatically for offline players.- Infinite Credit Printing & Double-Entry Ledger Enforcements Patched a critical economy-breaking exploit in
ChestShopHandler.jswhere selling items to a[sell]chest shop generated credits for the seller from thin air without charging the shop owner's account. Refactored the interact loop to:- Verify the shop owner's balance synchronously and cap the maximum transaction quantity to what the owner can afford.
- Check physical chest slot capacity before executing the transaction to prevent item loss from full containers.
- Enforce atomic ledger double-entry transfers using
EconomyStore.transferMoney(ownerId, seller, finalCost). - Automatically roll back and recover items from the chest if the money transfer transaction fails.

