SiliconeDolls
A Minecraft Neoforge mod about Fake Player
SiliconeDolls
SiliconeDolls
> A Minecraft Neoforge mod about Fake Players
Main Features
Fake Player Commands `/player <name>`
- `spawn at <pos> facing <rotation> in <dimension> in <gamemode>` Spawn a fake player at `<pos>` facing `<rotation>` in `<dimension>` with `<gamemode>`. Parameters `at`, `facing`, `in` (dimension), `in` (gamemode) are optional.
- `kill` Log out the fake player.
- `use/jump/attack/drop [once|continue|interval <times>]` Perform action once, continuously (every 1 game tick), or at intervals of `<times>` game ticks. `once`, `continue`, `interval` are optional parameters.
- `sneak` Crouch.
- `unsneak` Stop crouching.
- `sprint` Sprint.
- `unsprint` Stop sprinting.
- `mount` Mount an entity.
- `dismount` Dismount from an entity.
- `look [at <pos>|<direction>]` Look at `<pos>` coordinates or face `<direction>`. Choose either `at <pos>` or `<direction>`.
- `turn [<x> <y>|<rotation>]` Rotate by `<x>` (horizontal) and `<y>` (vertical) degrees, or turn to `<rotation>`. Choose either `<x> <y>` or `<rotation>`.
- `dropstack [all]` Drop a stack of items. Use `all` to drop the entire inventory.
- `move <rotation>` Move in `<rotation>` direction.
- `hotbar <slot>` Switch to hotbar slot `<slot>` (1-9).
- `shadow` Replace an offline player with a bot for AFK simulation.
- `stop` Stop all fake player actions.
Bot List Commands `/bot`
- `list <page>` List all fake players. `<page>` defaults to 1.
- `add <name> <description>` Add a fake player named `<name>` with a description.
- `load <name>` Spawn a fake player named `<name>`.
- `remove <name>` Delete a fake player from the list.
Bot Group Commands `/bot group`
- `create <name>` Create a fake player group named `<name>`.
- `list <page>` List all fake player groups. `<page>` defaults to 1.
- `remove <name>` Delete a fake player group named `<name>`.
- `add <bot> <group>` Add a fake player `<bot>` to group `<group>`.
- `remove <bot> <group>` Remove a fake player `<bot>` from group `<group>`.
- `load <group>` Spawn all fake players in group `<group>`.
- `unload <group>` Despawn all fake players in group `<group>`.
- `info <group>` Show information about group `<group>`.
---
Notes: - `<pos>`: Coordinates (e.g., `100 64 -200`) - `<rotation>`: Facing direction (e.g., `~5 ~-10` for relative rotation) - `<dimension>`: Dimension ID (e.g., `overworld`, `the_nether`) - `<gamemode>`: `survival`, `creative`, `adventure`, or `spectator` - Game ticks (`gt`) are Minecraft's internal time units (20 ticks = 1 second).