Skip to content

Releases: tanyaofei/minecraft-fakeplayer

fakeplayer-0.3.8-rc.1

07 Aug 02:49
Compare
Choose a tag to compare
fakeplayer-0.3.8-rc.1 Pre-release
Pre-release

Features:

  • Add more lifecycle commands
  • Autofish

新功能:

  • 添加更多生命周期命令
  • 自动钓鱼

fakeplayer-0.3.7

03 Aug 08:15
Compare
Choose a tag to compare

Features:

  • Redesign UUID generation strategy
  • 重新设计 UUID 生成策略

Fixs:

  • Auto generate plugin data folder
  • 自动生成插件数据目录

fakeplayer-0.3.6

02 Aug 11:40
Compare
Choose a tag to compare

Feature:

  • 📄Server logs translate to English.
  • 📄服务端少量的日志修改为英文
  • ✨Command suggestions of /fp cmd will suggest base on the fake player but not the command sender.
  • ✨/fp cmd 命令的提示基于假人而不是当前输入命令的玩家
  • 📦Default config file will generate with name config.tmpl.yml. Now you can known what's updated before deleting the config file.
  • 📦默认配置文件将生成到 config.tmp.yml,这样你可以在删掉当前配置文件前先看到新的配置文件
  • 📖Different language for different player
  • 📖不同的玩家使用不同的翻译语言
  • ⚙️Adding a prevent-kicking to prevent some plugin kick fake players when they are spawning
  • ⚙️添加 prevent-kicking 配置项来避免其他插件踢掉假人以解决兼容性问题

Fix:

  • 💫Fix Leaves software can not spawn fake players
  • 💫修复 Leaves 核心无法创建假人
  • 🫥Reduce jar file size
  • 🫥减少 jar 文件大小

fakeplayer-0.3.6.rc3

02 Aug 01:00
Compare
Choose a tag to compare
fakeplayer-0.3.6.rc3 Pre-release
Pre-release

Feature:

  • 📄Server logs translate to English.
  • 📄服务端少量的日志修改为英文
  • ✨Command suggestions of /fp cmd will suggest base on the fake player but not the command sender.
  • /fp cmd 命令的提示基于假人而不是当前输入命令的玩家
  • 📦Default config file will generate with name config.tmpl.yml. Now you can known what's updated before deleting the config file.
  • 📦默认配置文件将生成到 config.tmp.yml,这样你可以在删掉当前配置文件前先看到新的配置文件

Fix:

  • 💫Fix Leaves software can not spawn fake players
  • 💫修复 Leaves 核心无法创建假人
  • 🫥Reduce jar file size
  • 🫥减少 jar 文件大小

fakeplayer-0.3.6-rc.2

27 Jul 15:32
Compare
Choose a tag to compare
fakeplayer-0.3.6-rc.2 Pre-release
Pre-release

Features:

  1. Different translation due to player's locale
  2. Support Chinese Traditional and Cantonese Traditional (Thanks to 栢兹氧 [email protected])

Fix:

  1. Fake players do no close the inventory when there are no items to replenish any more

Internal:

  1. Redisign database

fakeplayer-0.3.6-rc.1

26 Jul 06:39
Compare
Choose a tag to compare
fakeplayer-0.3.6-rc.1 Pre-release
Pre-release

新增

  • 新增 prevent-kicking 参数来防止所有插件踢掉假人兼容一些登陆插件 / Adding a prevent-kicking configuration option to prevent some plugin kicking fake players.

fakeplyaer-0.3.5

26 Jul 03:45
Compare
Choose a tag to compare

新增

  • 解决同时兼容 1.20.x, 1.21.x 并且新增对 1.20.5, 1.20.6 的支持 / Supports 1.20.x(1.20.1 ~ 1.20.6) and 1.21.x
  • 要求最低使用 JAVA 21 因为支持了 1.20.6 / Require JAVA 21 cause we supports 1.20.6
  • 添加一个防止登陆时被踢出的配置项,避免某些跨服登陆插件阻止了假人加入游戏 / Adding a prevent-kicked-on-spawning configuration option to prevent some login plugins may block fake players from joinging the game.

修复

  • 修复了插件消息转发不生效导致可能跨服聊天出现问题 / Fix an issue where plugin message forwarding was not working, potentially causeing corss-server chat problems.
  • 修复 1.20.x 与 PacketEvent 2.0 的兼容问题 / Fixed compatibility issues with PacketEvent 2.0 on 1.20.x

fakeplayer-0.3.3

06 Jul 10:12
Compare
Choose a tag to compare

修复

  • 修复 0.3.2 无法使用

fakeplayer-0.3.1

29 Jun 09:34
ea4166a
Compare
Choose a tag to compare

新增

  • 初步支持 1.21(未经严格测试,有问题请联系作者)

移除

  • 此版本不再兼容 1.20.x 版本,请不要在 1.20.x 版本下使用此插件

fakeplayer-0.2.10

05 Jul 12:59
4638f3b
Compare
Choose a tag to compare

修复

  • 修复与 PacketEvent 2.0 的兼容问题