A plugin for minecraft server to spawn fake players, inspired by Carpet Mod
Go to file
2024-07-21 20:01:37 +08:00
fakeplayer-api 使用 Guice 组织类 2024-07-06 20:04:28 +08:00
fakeplayer-core 使用 Guice 组织类 2024-07-06 20:04:28 +08:00
fakeplayer-dist server-1.21 2024-07-06 18:38:21 +08:00
fakeplayer-v1_21_R1 使用 Guice 组织类 2024-07-06 20:04:28 +08:00
.gitignore gitignore 2024-07-06 18:37:51 +08:00
LICENSE.txt add License file 2024-07-21 20:01:37 +08:00
pom.xml 使用 Guice 组织类 2024-07-06 20:04:28 +08:00
README_en.md update README_en.md 2024-07-06 18:14:07 +08:00
README.md 1.21 2024-06-29 17:29:27 +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.

  • Version 0.2.x is supported for Minecraft 1.20 ~ 1.20.4
  • Version 0.3.x is supported for Minecraft 1.21

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