Gamemode-v1.4.0.mcdr
版本
1.4.0
日期
2025年8月19日
大小
6.21 KiB
下载量
57
MD5
b0eb903c544a0c7c5843b355194a420e
SHA256
d10677cd95c5b291b842ee5851cdcdf3bc6749480decd7a9c745bb50e8b5ebbc
依赖
MCDR 插件依赖
插件 ID | 依赖版本 |
---|---|
mcdreforged | ^2.7.0 |
minecraft_data_api | ^1.4.0 |
online_player_api | ^1.2.0 |
Python 包依赖
Python 包 | 依赖版本 |
---|---|
无 |
更新日志
1.4.0 (2025-08-19)
Features
- gamemode: allow teleport to players (f289890)
- gamemode: features and bux fixes (#282) (f289890)
- gamemode: rotate player to initial angle when switching from spectator to survival mode (f289890)
- gamemode: support configurable data.json save path (f289890)
- gamemode: support configurable short_commands (f289890)
- gamemode: support tilde(
~
) intp
command (f289890) - gamemode: update config file (f289890)
- gamemode: update help message (f289890)
- gamemode: validate player param online using online_player_api (f289890)
Bug Fixes
- gamemode: fix
!!spec <player>
exception when player doesn't exist (f289890) - gamemode: improve coordinate validation using regex (f289890)
- gamemode: initialize loop_manager to None (f289890)
- gamemode: normalize player name when using another player's name (f289890)
Performance Improvements
- gamemode: remove duplicate player position queries; Optimize player position queries (f289890)