All versions
1.2.0
Release
tpagui 1.2.03 weeks ago 101
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Bukkit
Paper
Purpur
Spigot
Velocity
Changes
TpaGui v1.2.0 正式版
新功能
- 返回按钮:Java/基岩双端通用,材质与执行命令可配置(如 Java 执行 /cd、基岩执行 /gmenu 返回主菜单)
- Velocity 端完整 i18n:代理端日志与消息接入语言文件
- 更新检查间隔:支持周期性检查(update-check.interval)
- 配置契约补全:velocity.show-cross-server-players、velocity.server-name 现已生效
重要修复
- 修复 Inventory 拖拽导致的物品丢失漏洞
- 修复 players-per-page 为 0 时的除零崩溃
- 修复 1.21.8+ 版本 Dialog 支持被静默禁用(版本检测改数值比较)
- 修复 Velocity 模式首次打开 GUI 空列表(收到玩家列表后自动刷新)
- 基岩表单回调线程安全化;关闭表单不再误触发拒绝;deny 命令携带请求者参数
- 命令执行改用 performCommand(替换已弃用的 player.chat)
- ShowRequest 增加聊天消息兜底,未装 Dialog 数据包也能收到请求通知
- 跨服玩家头颅显示所在服务器(gui.skull.lore-global)
其他
- 删除不可达死代码 VelocityFormManager;控制台 /tpagui 过滤隐身玩家
- 语言文件三份(zh_CN/zh_TW/en_US)键对齐,清理死键与过期文案
- 注意:plugin.yml 已移除 folia-supported 声明
完整变更: https://github.com/RunicWonders/tpagui/compare/v1.2.0-beta.6...v1.2.0
What's Changed
- fix(form): 基岩版表单关闭时静默处理空响应 (Fixes #9) by @leemwood in https://github.com/RunicWonders/tpagui/pull/11
- fix(gui): 玩家列表隐藏隐身玩家,兼容 SuperVanish (Fixes #10) by @leemwood in https://github.com/RunicWonders/tpagui/pull/12
New Contributors
- @leemwood made their first contribution in https://github.com/RunicWonders/tpagui/pull/11
Full Changelog: https://github.com/RunicWonders/tpagui/compare/1.1.0...v1.2.0
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:JhpSZtr7:aQvtC6xG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JhpSZtr7:aQvtC6xG"
}

