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

SiliconeDolls

A Minecraft Neoforge mod about Fake Player

Загрузки
239K
Подписчики
8
Обновлён
17 августа 2026 г.
Лицензия
LGPL-3.0-only

Опубликован 9 февраля 2025 г.

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).

Ченджлог

1.0.0+build.63Альфа1.21.1 · 17 августа 2026 г.

Merge pull request #21 from LittleCircleOO/1.21-spectrum_compat

Feat:Spectrum(光谱世界)钓鱼竿兼容

1.0.0+build.62Альфа26.2 · 17 августа 2026 г.

build(neoforge): 升级模组至 26.2

  • 升级 Minecraft、NeoForge 与版本兼容范围到 26.2\n- 更新 Rolling Gate 至 26.2 构建并同步 CI、PR GameTest workflow\n- 使用 Java 25 与 Gradle 9.2.1 完成本地构建验证
1.0.0+build.61Альфа26.1.2 · 17 августа 2026 г.

fix(neoforge): 放宽 26.1.2 玩家攻击注入

  • 允许 hurtMarked redirect 在运行时目标缺失时跳过\n- 避免可选字段注入阻断服务器启动
1.0.0+build.58Альфа1.21.10 · 17 августа 2026 г.

fix(neoforge): 迁移 PlayerList 加载位置注入

  • 将失效的 PlayerList.load 注入迁移到 placeNewPlayer\n- 保持假玩家初始位置修复逻辑在玩家加入后执行
1.0.0+build.54Альфа1.21.8 · 20 мая 2026 г.

build(dependencies): update rolling_gate version range in neoforge.mods.toml

1.0.0+build.53Альфа1.21.8 · 2 сентября 2025 г.

refactor(inventory): 抽离库存操作到工具类

  • 新增 InventoryUtil 工具类,包含获取玩家物品、防具、副手物品和选定槽位的方法
  • 重构 PlayerInventoryContainer 类,使用 InventoryUtil 工具类替代直接操作玩家库存
  • 优化代码结构,提高可维护性和可重用性
1.0.0+build.52Альфа1.21.8 · 2 сентября 2025 г.

build(dependencies): 更新 rolling_gate 版本并优化代码

  • 将 rolling_gate 版本从1.1.0+build.60 升级到 1.1.0+build.62
  • 更新 PlayerListMixin 中的 fixStartingPos 方法参数
  • 修改 ServerCommonPacketListenerImplMixin 中的 send 方法参数
1.0.0+build.49Альфа1.21.1 · 29 апреля 2025 г.

修复重启客户端后假人滞留失效的bug

Комментарии

Загружаем…