Results 4 issues of 张宇衡

源自此项目的启发 [Minecraft-Server-Sleep-Manager](https://github.com/sveinnthorarins/Minecraft-Server-Sleep-Manager) 允许在超过三十分钟没有玩家在线时自动关闭服务器进入休眠状态,当有玩家尝试链接(包括 ping 行为)自动启动服务器,以此节约服务器资源。 缺点:对较大的整合包服务器不是特别友好(因为启动慢)玩家无法快速加入需要等待较长的时间。 我把这个特性加入到了 MCSM 的功能中,不知道官方是否有意接受此功能的合并。 ![](https://ssl.lunadeer.cn:14437/i/2023/12/12/657806346536c.png) [MCSM-UI](https://ssl.lunadeer.cn:14446/zhangyuheng/MCSM-UI) [MCSM-Daemon](https://ssl.lunadeer.cn:14446/zhangyuheng/MCSM-Daemon) [MCSManager](https://ssl.lunadeer.cn:14446/zhangyuheng/MCSManager)

Feature Request

Try to update for 1.20.6. Known problems: - [x] `kyori:adventure` versions doesnt match, and `4.17.0` is not available; - [x] `ChunkStatus.java` class missing; - [x] Some more typing error happened...

add 4 plugins LiteWorldEdit MiniPlayerTitle Dominion ColorfulMap

I have a ENUM type as string, when I tried to insert it int to DB. Pg report an error "ERROR: invalid byte sequence for encoding "UTF8": 0x00" It seems...