Описание
# SiliconeDolls
> A Minecraft Neoforge mod about Fake Players
## Main Features
### Fake Player Commands `/player `
- `spawn at facing in in `
Spawn a fake player at `` facing `` in `` with ``.
Parameters `at`, `facing`, `in` (dimension), `in` (gamemode) are optional.
- `kill`
Log out the fake player.
- `use/jump/attack/drop [once|continue|interval ]`
Perform action once, continuously (every 1 game tick), or at intervals of `` 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 |]`
Look at `` coordinates or face ``.
Choose either `at ` or ``.
- `turn [ |]`
Rotate by `` (horizontal) and `` (vertical) degrees, or turn to ``.
Choose either ` ` or ``.
- `dropstack [all]`
Drop a stack of items. Use `all` to drop the entire inventory.
- `move `
Move in `` direction.
- `hotbar `
Switch to hotbar 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 `
List all fake players. `` defaults to 1.
- `add `
Add a fake player named `` with a description.
- `load `
Spawn a fake player named ``.
- `remove `
Delete a fake player from the list.
### Bot Group Commands `/bot group`
- `create `
Create a fake player group named ``.
- `list `
List all fake player groups. `` defaults to 1.
- `remove `
Delete a fake player group named ``.
- `add `
Add a fake player `` to group ``.
- `remove `
Remove a fake player `` from group ``.
- `load `
Spawn all fake players in group ``.
- `unload `
Despawn all fake players in group ``.
- `info `
Show information about group ``.
---
**Notes**:
- ``: Coordinates (e.g., `100 64 -200`)
- ``: Facing direction (e.g., `~5 ~-10` for relative rotation)
- ``: Dimension ID (e.g., `overworld`, `the_nether`)
- ``: `survival`, `creative`, `adventure`, or `spectator`
- Game ticks (`gt`) are Minecraft's internal time units (20 ticks = 1 second).