A new update for Bconomy has been released.
New Features
- Auto-upgrade after purchase. (TheDepartedOne)
- New Auto-upgrade toggle in purchase modals for farm plots and generators. Turn it on and the server will attempt to upgrade the new facility immediately after you buy it (as far as your materials allow).
- gameState dataFetch type. (TheDepartedOne)
- Third-party tools and API users can now request live game state without joining a session. A POST to
/api/datawith{ "type": "gameState" }(and a valid API key) returns the live fields: global action boosts, last global cooldown reset time, active boss status, ball pit status, and active giveaways (sorry – too lazy at this point to craft the response schema).
- Third-party tools and API users can now request live game state without joining a session. A POST to
Bug Fixes
- Pet feeding now recalculates energy capacity during feed loops. (TheDepartedOne)
- If feeding food causes your pet to level up mid-feed, the code now notices the higher capacity and keeps feeding up to the new maximum. So if one big click would have leveled your pet and let it hold more energy, it will now accept that extra food instead of stopping early.