CurseForge · Minecraft mod
NoNameMod's PlayerAPI
Client-side Fabric library giving mods a clean, high-level API for player input, inventory, world queries, look control, events, scheduling, and human-like automation, so they never touch Minecraft internals. The shared base for Ceres, Poseidon, and ESP.
Quick answer
Which NoNameMod's PlayerAPI release should I use?
NoNameMod's PlayerAPI playerapi-2.0.0.jar targets 26.2 with Fabric. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.
Where it goes
Is NoNameMod's PlayerAPI required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does NoNameMod's PlayerAPI playerapi-2.0.0.jar need?
playerapi-2.0.0.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
2 extra mods were pulled in by other dependencies. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add NoNameMod's PlayerAPI without breaking your instance.
Built for NoNameMod's PlayerAPI playerapi-2.0.0.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use playerapi-2.0.0.jar. It targets 26.2 with Fabric; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside playerapi-2.0.0.jar. It opens that exact file at the source.
About this project
What does NoNameMod's PlayerAPI add?
PlayerAPI
A client-side Fabric library that exposes a clean, high-level API for player interaction, world querying, and human-like automation. Designed to be a shared foundation so other mods don't have to reimplement the same low-level mixins.
GitHub: https://github.com/noname-mods/PlayerAPI
For Players
PlayerAPI does nothing on its own. If you downloaded this, another mod you use requires it as a dependency. Simply place the .jar in your mods folder alongside that mod.
Minecraft Version Support
This library targets one Minecraft version at a time. When it updates to a new Minecraft version, previous versions receive zero further support — no backports, no bug fixes, and a release is never published with support for multiple Minecraft versions at once. Use the PlayerAPI build that matches your Minecraft version and the mods that depend on it.
For Developers
The full design & API reference is maintained in PLAYERAPI_DOCS.md. PlayerAPI is a pure client-side library — it contains zero bot logic, just the building blocks other mods build on. The API surface:
- Forced actions —
MovementActions,LookActions,InventoryActions,InteractionActions,ChatActions,SoundActions,DisplayActions. - Rendering / ESP —
EntityHighlightActions(LOS entity fill),BlockHighlightActions,BoxActions(through-wall world boxes),LineActions(through-wall guide lines). - Read-only info —
PlayerInfo,InventoryInfo,WorldInfo,TabListInfo(incl. indexedstrAt/regexAt),ScoreboardInfo(sidebar). - Human layer —
HumanActions,HumanProfilefor human-like input timing. - Events (
PlayerAPIEvents),Scheduler, and the shared HUD-editor framework (com.playerapi.hud—HudElement/HudTransform/HudManager/HudEditorScreen). - Data types — immutable records
ItemSnapshot(incl. stableskyblockId()),EntitySnapshot,BlockSnapshot,EffectSnapshot. UpdateChecker— shared GitHub-release checker (Minecraft-version aware).
Depend on it via mavenLocal() — see PLAYERAPI_DOCS.md for the coordinate, threading model, per-class reference, and version history.
Project description from CurseForge.
Pick your setup
NoNameMod's PlayerAPI by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.2
1 loader build26.1.2
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
NoNameMod's PlayerAPI versions and loaders
playerapi-2.0.0.jar
23 Aug 2026
playerapi-1.19.0.jar
14 Aug 2026
playerapi-1.12.0.jar
17 Jun 2026
Looking for an older file? The official CurseForge project page is in Resources.