Releases: zaigie/palworld-server-tool
Releases · zaigie/palworld-server-tool
v0.9.0
v0.8.1
What's Changed
(可能是最后一版)
- 修复不能使用的问题 by @LOVE2CMOL
- 增加樱岛版本的帕鲁/物品/技能数据 by @duxdyu
- 更新 palworld-save-tools
- 更新 pal-conf
(May be the last edition)
- Fixed unusable issues by @LOVE2CMOL
- Added Pal/item/skill data for Sakurajima version by @duxdyu (without English/Japanese traslation)
- Update palworld-save-tools
- Update pal-conf
v0.7.1
What's Changed
- 重构:将RCON替换为REST API,仅保留自定义RCON功能 @zaigie @MoeGrid
- 配置:新增
task
和rest
的必填配置,原rcon.is_palguard
已修改为rcon.use_base64
@zaigie - 新增:玩家IP、Ping、坐标信息展示及在线玩家列表的REST API @zaigie @MoeGrid
- 新增:服务器指标数据展示 @zaigie
- 新增:自定义RCON支持快速选择玩家、物品、帕鲁 @zaigie
- 优化:备份/解析存档时忽略backup目录,避免缓存文件占满磁盘 @zaigie @MoeGrid
- 优化:更新pal-conf和palworld-save-tools到最新版 @zaigie
- 优化:自动找寻
save.decode_path
采用可执行目录而不是工作目录 @zaigie - 修复:docker/k8s pod解析文件失败的问题 @zaigie @MoeGrid
- Refactoring : Replace RCON with REST API, keeping only custom RCON functionality @zaigie @MoeGrid
- Configuration : Added required for
task
andrest
. The originalrcon.is_palguard
has been changed torcon.use_base64
@zaigie - New: REST API for player IP, Ping, coordinate information display and online player list @zaigie @MoeGrid
- Added: Server indicator data display @zaigie
- New: Custom RCON supports quick selection of players, items, Pal @zaigie
- Optimization: Ignore the backup directory when backing up/parsing the archive to prevent the cache file from occupying the disk @zaigie @MoeGrid
- Optimization: Update pal-conf and palworld-save-tools to the latest version @zaigie
- Optimization: Automatically find
save.decode_path
using executable directory instead of working directory @zaigie - Fix: docker/k8s pod file parsing failure @zaigie @MoeGrid
v0.6.2
v0.6.1
What's Changed
- 新增RCON中对PalGuard插件支持非ASCII字符集和空格公告发布功能 by @MapleEve
- 修复作弊玩家物品列表显示为空的问题 by @zaigie
- 修复同一服务器上多游戏服务端实例抢占缓存目录的问题 by @zaigie
- 优化帕鲁列表中头像和名称的获取 by @zaigie
- 优化了帕鲁详情中个体值的一些翻译 by @zaigie
- Added support for non-ASCII character sets and space bulletin publishing by @MapleEve in RCON for PalGuard plugin
- Fixed cheating player item list showing empty by @zaigie
- Fixed multiple game server instances preempting cache directories on the same server by @zaigie
- Optimized the acquisition of avatars and names in the Pal list by @zaigie
- Optimized some translations of individual values in Pal details by @zaigie
v0.6.0
What's Changed
- 新增web网页获取pst版本号及发现更新 by @zaigie
- 新增内置pal-conf配置生成器 by @zaigie
- 新增存档自动备份及管理 by @zaigie @if1024
- 优化PC端部分控制按钮到控制中心 by @lozyHao
- 优化移动端搜索逻辑和UI by @lozyHao
- Added web page to get pst version number and discover updates by @zaigie
- Added built-in pal-conf configuration generator by @zaigie
- Added automatic archive backup and management by @zaigie @if1024
- Optimize some control buttons on PC to the control center by @lozyHao
- Optimized mobile search logic and UI by @lozyHao
pst-zh-v.mp4
pst-en-v.mp4
pst-ja-v.mp4
v0.5.8 (republish)
What's Changed
- 新增玩家背包数据解析 by @if1024 @zaigie
- 优化 config.yaml 中关于
save.decode_path
的指向(可为空) by @zaigie - 优化将
sav_cli
中palworld-save-tools
库的额外输出到txt文件中避免污染日志 by @zaigie - 移除了不必要的数据合并逻辑 by @zaigie
- Added player backpack data analysis by @if1024 @zaigie
- Optimizes the (nullable) reference to 'save.decode_path' in config.yaml by @zaigie
- Optimization will 'sav_cli' in 'palworld-save-tools' extra output to txt file to avoid contamination log by @zaigie
- Removes unnecessary data merge logic by @zaigie
v0.5.7
v0.5.6
What's Changed
⚠️ ⚠️ ⚠️ 更新前务必删除原来的pst.db
文件,可能导致脏数据产生(如帕鲁名称和图标问题)
- 前端重构 by @lozyHao @zaigie
- 新增自定义RCON命令列表功能 by @zaigie
- 新增从存档文件同步玩家最后在线时间 by @zaigie
- 新增工具日语国际化 by @matsurih
- 新增日语文档 by @zaigie
- 可以直接添加玩家到白名单 by @if1024
- 修复 pst-agent 拷贝以及删除缓存文件的错误 by @sFireFrog
- 修复从白名单中移除的错误 by @zaigie
- 修复游戏内广播取消按钮的错误 by @expload233
- 优化安全问题:SecretKey依赖配置文件中的web.password by @zaigie
- 优化 README 和一些国际化翻译 by @MapleEve
⚠️ ⚠️ ⚠️ Be sure to delete the originalpst.db
file before updating, which may result in dirty data (such as Pals name and icon issues)
- Front-end reconstruction by @lozyHao @zaigie
- Added the function of user-defined RCON command list by@zaigie
- Added synchronization of player's last online time from archive files by @zaigie
- Added tool for Japanese internationalization by @matsurih
- Added Japanese documentation by@zaigie
- Players can be added directly to the whitelist by@if1024
- Fix pst-agent copy and delete cache file error by@sFireFrog
- Fix bug removed from whitelist by@zaigie
- Fixed bug with in-game broadcast cancel button by @expload233
- Optimized security: SecretKey relies on web.password by@zaigie in the configuration file
- Optimized README and some international translations by @MapleEve
v0.5.5
What's Changed
- 新增白名单功能,不在白名单的上线自动踢出 by @if1024
- 新增帕鲁页面类型和词条的动态搜索 by @lozyHao
- 新增帕鲁页面移动端分页展示 by @lozyHao
- 新增 steamId 展示和复制 by @MapleEve
- 优化映射本地文件时必须指向到Level.sav的问题(现所有save.path均可指向到Saved目录级别) by @zaigie
- 修复服务器有中文名时打开页面 undefined 并卡顿的问题 by @lozyHao
- 修复 pst-agent 不清理缓存文件导致磁盘吃紧的问题 by @zaigie
- 修复可能的复制失败错误 by @MapleEve
- 修复当配置tls时,sav_cli 无法访问的问题 by @zaigie
- Added the whitelist function. by@if1024 is automatically kicked out when the whitelist is not online
- Added dynamic search for Palu page types and terms by @lozyHao
- Added mobile paging display of Palu page by @lozyHao
- Added steamId display and copy by @MapleEve
- Optimized problem where mapping local files must point to level.sav (all save.paths can now point to the Saved directory Level) by@zaigie
- Fix the server with Chinese name when the page undefined and stuck by @lozyHao
- Fixed the problem that pst-agent does not clear cache files, causing disk strain by@zaigie
- Fix possible copy failure error by @MapleEve
- Fix that sav_cli cannot be accessed when tls is configured by@zaigie