Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaszlo/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.
https://github.com/jaszlo/playerautoma
fabric fabric-mod fabricmc fabricmc-mod minecraft minecraft-fabric minecraft-fabric-mod minecraft-mod
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/jaszlo/playerautoma
- Owner: jaszlo
- License: cc0-1.0
- Created: 2023-10-25T11:30:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-17T11:20:33.000Z (3 months ago)
- Last Synced: 2024-10-14T06:21:54.325Z (about 1 month ago)
- Topics: fabric, fabric-mod, fabricmc, fabricmc-mod, minecraft, minecraft-fabric, minecraft-fabric-mod, minecraft-mod
- Language: Java
- Homepage: https://modrinth.com/mod/playerautoma
- Size: 251 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
Check out the [showcase](https://www.youtube.com/watch?v=FE1yiPbejaU) of the modThe following actions are recorded:
* movement
* item interactions
* moving items around in the inventory, chests and crafting tables as well as crafting itselfThe mod will not add support to record chat actions like commands or writing messages as it would allow for the creation of spam bots.
Checkout the [Changelog](Changelog.md) for more information on the latest changes.
Also, checkout the [Modrinth](https://modrinth.com/mod/playerautoma) page information to support the mod development.
## Any trouble?
This mod is still early in development.
If you encounter any bugs or problems please let me know [here](https://github.com/jaszlo/Playerautoma/issues) and if you want to contribute feel free to create a [pull request](https://github.com/jaszlo/Playerautoma/pulls).## Installation
This mod requires Minecraft [Fabric](https://fabricmc.net/). Simply put the playerautoma-vx.x.jar and [Fabric API](https://modrinth.com/mod/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
Commands allow you some control over the mod.
The commands should be self-explanatory and are as follows. See [this](documentation/commands.md) for detailed documentation.
```
/record
/record
/record
/record quickslot <1..9>
/replay
```### 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.## Development Setup
1. Project Structure > Select JDK to `JDK21` and Language Level to `SKD default`
2. Settings > Build, Execution, Deployment > Build Tools > Gradle > Select Gradle JVM to `Project SDK`
3. run `.\gradlew genSources`
4. Gradle (Sidebar) > Tasks > fabric > runClientThis should start the minecraft client