Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Creators
Details
š Actor (ActorMC)
Ever wanted to control a Minecraft player through code ā cleanly, smoothly, and server-compatible?
Actor is a modding API / developer library that lets you drive a player like theyāre actually pressing keys and clicking a mouse š±ļøāØļø
Perfect for automation, testing, TAS tooling, and āplayer-as-a-programā ideas.
š¤ For Players
ā ļø This mod alone does not do anything by itself.
Actor is a library dependency for other mods.
If you install only Actor, you wonāt see any new items, commands, or gameplay changes.
ā Install Actor if:
- Another mod requires it
- Youāre a developer building with it š§āš»
š§āš» For Developers
š Docs / Setup / API Reference:
š https://docs.actormc.net/
Supported everywhere youād expect:
- š§µ Fabric
- šŖ” Quilt
- š„ Forge
- ā” NeoForge
š What you can build with Actor
With Actor, you can create mods/tools that do stuff like:
- š¤ Auto-play systems that behave like real players
- ā±ļø TAS / deterministic input playback
- š§Ŗ Automated testing bots for mechanics, farms, redstone, combat, etc.
- š§ Scripted movement + rotations (perfect for precision tasks)
- š§± Automated block interactions (place/use/attack) without breaking game rules
- š® Advanced āmacroā style tooling ā but coded, structured, and consistent
If it looks like something a player could do⦠Actor helps you do it programmatically ā
⨠Why Actor?
š„ Feels native
Your Actor-driven player behaves like a real client would.
š§ Clean API
Built for developers: easy to use, easy to extend, easy to reason about.
š Server-compatible mindset
Actor respects real gameplay limitations ā no weird desync-y behavior.
ā²ļø Tick-based control
Write logic that runs naturally with the game loop.
ā¤ļø Made for builders who code
If your mod idea involves āWhat if a player couldā¦ā
Actor is the foundation that makes it real. š®āļø


