Skip to content

Commit eb0c6da

Browse files
committed
3.2.3修复更新:
· 修复 /denys 命令在黑名单为空时提示为 null 的问题 · 修复 主城 和 随机传送点 显示为 MemorySection[path='spawn', root='YamlConfiguration'] 的问题 · 修复 低版本服务端 在传送倒计时结束后后台无限报错的问题 · 修复 低版本服务端 在使用 /tplogout 命令时报错的问题 · 修复 低版本服务端 在迁移旧配置文件的时候 config.yml 缺失项的问题 · 修复 3.2.0 版本以上在迁移语言文件时迁移失败导致的语言文件为null的问题(#21) · 修复 在使用 /tplogout 和 /denys add 命令时 Tab补全出现在线玩家名重复出现的问题 · 添加 Github 工作流文件以自动发布 Release
1 parent df24233 commit eb0c6da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
jobs:
88
build-and-release:
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: write
12+
packages: write
13+
actions: read
14+
1015
steps:
1116
- name: 检出代码
1217
uses: actions/checkout@v4

0 commit comments

Comments
 (0)