Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
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>
.
Parametersat
,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 eitherat <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. Useall
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
, orspectator
- Game ticks (
gt
) are Minecraft's internal time units (20 ticks = 1 second).