A plugin for minecraft server to spawn fake players, inspired by Carpet Mod
Go to file
2024-03-22 18:39:02 +08:00
fakeplayer-api 优化动作 2023-11-25 21:17:18 +08:00
fakeplayer-core Merge branch 'master' of github.com:tanyaofei/minecraft-fakeplayer 2024-03-22 18:38:17 +08:00
fakeplayer-dist 支持 1.20.3 和 1.20.4 2024-03-18 14:21:18 +08:00
fakeplayer-v1_20_R1 Merge branch 'master' of github.com:tanyaofei/minecraft-fakeplayer 2024-03-22 18:38:17 +08:00
fakeplayer-v1_20_R2 Merge branch 'master' of github.com:tanyaofei/minecraft-fakeplayer 2024-03-22 18:38:17 +08:00
fakeplayer-v1_20_R4 1.20.4 修复吃食物 2024-03-22 18:39:02 +08:00
.gitignore git 移除 server 目录 2023-11-05 00:41:46 +08:00
pom.xml 支持 1.20.3 和 1.20.4 2024-03-18 14:21: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