A plugin for minecraft server to spawn fake players, inspired by Carpet Mod
Go to file
2023-11-22 15:51:44 +08:00
fakeplayer-api 添加注释 2023-11-21 14:37:06 +08:00
fakeplayer-core 优化代码 2023-11-22 15:51:44 +08:00
fakeplayer-dist 1. 添加 /msg 命令以供查看假人最近收到的信息 2023-11-10 14:47:52 +08:00
fakeplayer-v1_20_R1 优化代码 2023-11-22 15:51:44 +08:00
fakeplayer-v1_20_R2 优化代码 2023-11-22 15:51:44 +08:00
.gitignore git 移除 server 目录 2023-11-05 00:41:46 +08:00
pom.xml bump version to 0.2.5 2023-11-21 19:50:18 +08:00
README_en.md 更新 readme 2023-11-20 15:01:27 +08:00
README.md 更新 readme 2023-11-20 15:02:02 +08:00

FakePlayer

This plugin is inspired by Carpet. With this plugin, you can spawn fake players to keep chunk loading and mod spawning.

Version Supported

Only for Paper and it's downstream such as Purpur.

  • 1.20 / 1.20.1 (Test passed)
  • 1.20.2 (Un-Test)

Depend:

  • CommandAPI

Commands

命令 作用 权限
/fp spawn spawn a fake player fakeplayer.command.spawn
/fp kill remove a fake player fakeplayer.command.kill
/fp killall remove all fake players OP
/fp select select a fake player fakeplayer.command.select
/fp selection show your selection fakeplayer.command.selection
/fp list show your fake players fakeplayer.command.list
/fp distance show the distance between you and the fake player fakeplayer.command.distance
/fp drop drop one of items in hand fakeplayer.command.drop
/fp dropstack drop all of items in hand fakeplayer.command.dropstack
/fp dropinv drop all items in inventory fakeplayer.command.dropinv
/fp skin copy skin from another player fakeplayer.command.skin
/fp invsee open the inventory of a fake player fakeplayer.command.invsee
/fp sleep sleep fakeplayer.command.sleep
/fp wakeup wakeup fakeplayer.command.wakeup
/fp status show the status of a fake player fakeplayer.command.status
/fp respawn respawn a dead fake player fakeplayer.command.respawn
/fp tp teleport to a fake player fakeplayer.command.tp
/fp tphere teleport a fake player to you fakeplayer.command.tphere
/fp tps teleport and swap you and a fake player fakeplayer.command.tps
/fp set set config for a fake player fakeplayer.command.set
/fp config set default config fakeplayer.command.config
/fp expme transfer experience fakeplayer.command.expme
/fp attack attack fakeplayer.command.attack
/fp mine dig fakeplayer.command.mine
/fp use use/interact/place fakeplayer.command.use
/fp jump jump fakeplayer.command.jump
/fp turn turn fakeplayer.command.turn
/fp look look fakeplayer.command.look
/fp move move fakeplayer.command.mvoe
/fp ride ride fakeplayer.command.ride
/fp sneak sneak fakeplayer.command.sneak
/fp swap swap items between hands fakeplayer.command.swap
/fp hold change hold slot fakeplayer.command.hold
/fp cmd execute command as the fake player fakeplayer.command.cmd
/fp reload reload config OP