File Details
playerengine-forge-1.20.1-1.3.0.jar
- R
- Jun 17, 2026
- 2.75 MB
- 675
- 1.20.1
- Forge
File Name
playerengine-forge-1.20.1-1.3.0.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
PlayerEngine + Player2NPC โ v1.3.0 Release Notes
Minecraft 1.20.1 (Fabric ยท Forge) | Minecraft 1.21.1 (Fabric ยท NeoForge)
๐ง Your Companion Can Now Plan and Execute Multi-Step Goals
The biggest addition in 1.3.0 is the agentic planning system. Instead of issuing one command at a time, you can now give your companion a natural-language goal and it will figure out the steps on its own.
Tell your companion something like:
"Pick up all the slimeballs on the ground and store them in a chest"
It will gather the drops, find a suitable chest, and deposit everything โ on its own, without you managing each step. If something goes wrong mid-plan, it tells you what failed rather than silently stopping.
The planner uses a lightweight built-in fallback for common patterns (gather โ store, find a chest โ deposit) so simple goals don't always require an AI call. More complex or open-ended goals go through the AI planner.
๐จ Crafting From Scratch
Companions can now craft items for you. Give them a crafting goal and they will figure out what materials are needed, go gather anything that's missing, find or place a crafting table, and work through whatever steps the recipe requires โ including multi-step chains like turning logs into planks into sticks.
This works naturally alongside the planning system, so a plan can include a crafting step mixed in with gathering and storing.
๐ฆ Storage Memory โ Your Companion Remembers Where Things Are
Companions now build an internal map of storage containers they interact with, powered by a new system called EllieGPS. Over time your companion learns which chests hold which categories of items and can go directly to the right one when a plan calls for it.
Tell your companion to scan a nearby chest and it will learn its contents. Ask it to put something away and it will find the right chest for it. Ask it where you keep your iron and it will tell you or go get it. The memory persists across play sessions, so your base layout is remembered even after relogging.
Waypoint management is also available โ you can ask your companion to mark a chest location, look up what it knows about your storage, or clear outdated entries.
๐ฐ Budget Controls
New /player2npc budget commands let you control how much your companions are allowed to spend on AI within a rolling time window. Set a limit, and the mod enforces it automatically โ no surprises on your Joules balance after a long session.
/player2npc budget status โ shows your current limits, how many AI calls have been made this window, and your cached Joules balance.
/player2npc budget reset โ clears the current call window immediately so AI requests are allowed again. Useful if you hit a limit and want to keep going.
/player2npc budget window <minutes> โ sets how long the rolling window lasts before call counts reset. For example, window 60 gives you a fresh allowance every hour.
/player2npc budget soft <calls> โ sets a soft call limit. When hit, the mod may route to a lighter AI model instead of stopping entirely. Set to 0 to disable.
/player2npc budget hard <calls> โ sets a hard call limit. When hit, AI calls stop completely until the window resets. Set to 0 to disable.
/player2npc budget joules_soft <amount> โ same idea as the soft call limit, but based on your Joules balance rather than call count. Triggers when your balance drops to or below this amount.
/player2npc budget joules_hard <amount> โ hard stop based on Joules balance. AI calls are blocked until your balance recovers above this threshold.
/player2npc budget joules_refresh <seconds> โ controls how often your Joules balance is re-checked from the Player2 platform. Defaults are conservative to avoid unnecessary API calls.
On servers where the owner pays for AI costs rather than individual players, operators can manage limits from the engine side with /playerengine player2 budget.
๐ค AI & Power User Updates
Smarter Tool Retrieval
The AI now uses on-device semantic search to pick the right tool for a given request, rather than loading the full command list into every prompt. This keeps things efficient as the available command set grows, and generally makes tool selection more accurate.
Learning From Mistakes
When the AI retrieves the wrong tasks, it automatically retries with a rephrased query and records the failure as a learning signal. Over time, the system builds up accurate aliases for your usage patterns so the same retrieval miss doesn't repeat. Currently off by default. Turn on in <instance>/playerengine/server_player2.json (Deepsearch and related settings)
Model Tier Routing
AI calls are now automatically routed to the appropriate model tier based on the task. Heavy planning calls can use a stronger model; lightweight follow-ups use a cheaper one. This happens automatically based on your profile and patron tier โ nothing to configure.
Mod Intelligence
The companion now scans the mods installed on your server and builds a background knowledge base of their items, blocks, and entities. This runs quietly after world load and improves over time. Companions with this knowledge can reason about modded content more accurately โ recognizing what an unfamiliar modded item does rather than treating it as completely unknown.
You can check the status or trigger a rebuild with /playerengine capability status. See the enrichment guide for setup and tuning details.
Budget Guards
The budget enforcement runs at the engine level on every AI call โ in singleplayer and on servers alike. Patrons with a named profile can designate it as a fallback that the engine automatically switches to when a soft limit is hit, so usage can step down to a cheaper model before stopping entirely. On dedicated servers where each player pays for their own usage, limits track per-player rather than globally.
๐ Bug Fixes
Crash on World Load With Certain Mods
An internal hook was triggering crashes when loading into worlds that contained mods with complex item behavior โ notably SilentGear and Construction Sticks in modpacks like All the Mods 10. The game would crash before gameplay even started. Fixed.
Multiple Companions Talking Over Each Other
When more than one companion was active, they would respond simultaneously โ a companion would start speaking before the previous one had finished. Companions now wait for the current speaker's audio to complete before queuing their own response. Fixed.
Companion Wandering Instead of Moving to a Target
An overflow bug in the companion's movement system caused it to treat any block approach as already complete, so it would just wander instead of walking up to what it needed to reach. This affected any task involving moving to a specific block โ chests, crafting tables, resource nodes. Fixed.
โ ๏ธ Known Issues
gamer command (autonomous "beat the game" run) is temporarily disabled. It will return in a future update once outstanding issues with its execution are resolved.
Voice transcription (STT) may produce empty results for some users. If your companion isn't responding to voice input but responds fine to typed chat, check latest.log for [STT] entries โ this will help us narrow down the cause.

