Перейти к содержимому
Mineforgian

Playerautoma

Record and replay player actions to automate tasks. Also, re-stacks blocks when used up like Inventory tweaks. The mod works on servers but can be regarded as cheating by some.

68K загрузок164 подписчиковCC0-1.0fabric

Обновлён 26 февраля 2026 г. · опубликован 25 октября 2023 г.

  • Mod-Hud
  • QuickMenu with Quickslots
  • QuickMenu without QuickSlots
  • Mod-Menu
  • Mod-Options
  • Load a recording

Playerautoma

Record and replay player actions. Also, re-stack blocks when used up like Inventory tweaks. The mod works on servers but can be regarded as cheating by some.

The following actions are recorded:

  • movement
  • block placement and breaking
  • item interactions
  • moving items around in the inventory, chests and crafting tables as well as crafting itself

The mod will not add support to record chat actions like commands or writing messages as it would allow for the creation of spam bots.

Any troubles?

This mod is still early in development. If you encounter any bugs or problems or you have a new feature request please let me know here and if you want to contribute feel free to create a pull request.

Alternatively create an issue on discord.

Installation

This mod requires Minecraft Fabric. Simply put the playerautoma-vx.x.jar and Fabric API JAR in .minecraft/mods.

Usage

The mod has a menu which should be self-explanatory and can be opened using the O Key.

Other than that the default keybindings are as follows.

  • G Start Recording
  • H Stop Recording
  • J Start Replay
  • B Pause Replay
  • K Cancel Replay
  • L Start looped Replay
  • U Store Recording
  • I Load Recording
  • 0 Menu Prevention
  • CTRL + [1..9] Store to QuickSlot
  • ALT + [1..9] Store to QuickSlot

Commands

From v0.4.3 and onwards commands are available and allow you to control the mod using them. The commands should be self-explanatory and are as follows. See this for detailed documentation.

/record <start|stop|clear>
/record <store> <name> <json|rec>
/record <load> <name>
/record quickslot <store|load> <slot>
/replay <start|stop|loop|togglepause>

Recording Commands

You can also record commands entered. This option is turned off by default. This specifies to track commands not to replay them. Meaning if you have a replay that contains commands they will be replayed regardless of the option specified. You can also black-list specific commands. Again this only black list them for the recording.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
v1.0.2+1.21.11Релиз1.21.11fabric26 февраля 2026 г..jar (171 КБ)
v1.0.1+1.21.10Релиз1.21.10fabric30 октября 2025 г..jar (175 КБ)
v1.0.0+1.21.8Релиз1.21.8fabric2 августа 2025 г..jar (171 КБ)
v1.0.0+1.21.7Релиз1.21.7fabric2 августа 2025 г..jar (171 КБ)
v1.0.0+1.21.6Релиз1.21.6fabric2 августа 2025 г..jar (171 КБ)
v1.0.0+1.21.4Релиз1.21.4fabric24 мая 2025 г..jar (170 КБ)
v1.0.0+1.21.5Релиз1.21.5fabric22 мая 2025 г..jar (172 КБ)
v0.5.3+1.21.5Релиз1.21.5fabric13 апреля 2025 г..jar (166 КБ)
v0.5.2+1.21.4Релиз1.21.4fabric15 февраля 2025 г..jar (157 КБ)
v0.5.2+1.21.3Релиз1.21.3fabric15 февраля 2025 г..jar (157 КБ)
v0.5.2+1.21.2Релиз1.21.2fabric15 февраля 2025 г..jar (157 КБ)
v0.5.2+1.21.1Релиз1.21.1fabric15 февраля 2025 г..jar (156 КБ)
v0.5.2+1.20.6Релиз1.20.5, 1.20.6fabric8 июля 2024 г..jar (156 КБ)
v0.5.2+1.21Релиз1.21fabric8 июля 2024 г..jar (156 КБ)
v0.5.1+1.20.6Релиз1.20.5, 1.20.6fabric21 июня 2024 г..jar (151 КБ)

Показаны последние 15 из 50 версий. Все версии — на Modrinth.

Ченджлог

v1.0.2+1.21.11Релиз1.21.11 · 26 февраля 2026 г.

The version 1.0.2 will only be supported for minecraft versions 1.21.11 and upwards

  • Add support for Minecraft 1.21.10
  • Bugfix:
    • Initial start was missing playerautoma_options.txt which caused the game to crash and player had to create it manually
    • Wrongly printed message about failing to store a recording as a .json file
    • Incorrectly using key.getDefaultKey instead of key.getId during .json file deserialization
    • Wrongly used translations for playerautoma option screens
    • Instant break of armor stands during replay and wrong handling of attack moves in general have been fixed
v1.0.1+1.21.10Релиз1.21.10 · 30 октября 2025 г.
  • Add support for Minecraft 1.21.10
  • Changes:
    • Stop replay on manual input only works with keyboard input due to issues with mouse input detection
v1.0.0+1.21.8Релиз1.21.8 · 2 августа 2025 г.
  • Adds support for v1.0.0 for 1.21.8
v1.0.0+1.21.7Релиз1.21.7 · 2 августа 2025 г.
  • Adds support for v1.0.0 for 1.21.7
v1.0.0+1.21.6Релиз1.21.6 · 2 августа 2025 г.
  • Adds support for v1.0.0 for 1.21.6
v1.0.0+1.21.4Релиз1.21.4 · 24 мая 2025 г.
  • Adds support for v1.0.0 for 1.21.2
v1.0.0+1.21.5Релиз1.21.5 · 22 мая 2025 г.

Version v1.0.0

  • Bugfix:
    • Creative-Mode prevents restocking of items which could sometime be faulty due to creative inventory
    • Trading with an invalid villager no longer crashes instead logs error and stops replay
    • Unbound quick menu key bind no longer throw exceptions
  • New Feature:
    • Enchanting now works in replays. This however changes recording-files which makes old one unusable!
    • Add option to make starting position at recording relative or absolut like looking direction
  • Changes:
    • Option for relative looking direction is removed. Now It is one of the default directions.
    • The options for default starting position and looking direction work as follows shown below
How the Default Position/Direction Option work from now on
Use Default Position Use Default Direction Set Default Direction What happens?
false false - Your current position and looking direction is not changed
false true Not "Replay" Your position is unchanged and your looking direction is set to a fixed position
true true "Replay" Your position and looking direction are set. The looking direction is the absolute position from the replay
v0.5.3+1.21.5Релиз1.21.5 · 13 апреля 2025 г.

The v0.5.3 is and will only be supported for minecraft versions 1.21.5 and upwards

Bugfix:

  • Button in the Playerautoma Option screen now work via mouse clicks again

New Feature:

  • Most Exception based by Playerautoma should now create an error dump and notify the player instead of crashing the game
  • New option (which is active by default) to stop replay when manual keyboard or mouse input occurs
  • It is now allowed to leave out the thumbnail for Recordings in the .json file format

Полная история изменений — на Modrinth.

Комментарии

Загружаем…