Releases: jie65535/gc-opencommand-plugin
Releases · jie65535/gc-opencommand-plugin
v1.2.3 | gc-1.2.2-dev Supported
v1.2.1 Console Command Response
现在支持读取控制台命令执行结果,依赖这个提交(05/18 GMT+8 03:21),使用前请确认服务端版本包含该提交!
Now supports reading console command execution results, depending on this commit(05/18 GMT+8 03:21), please confirm that the server version contains this commit before using it!
v1.2.0 Console Command
- 新增配置文件
- 可配置控制台Token(建议用长随机字符串)
- 可配置验证码超时时间(默认值 60 秒)
- 可配置临时Token超时时间(默认值 240 秒)
- 可配置验证后Token超时时间(默认值 48 小时)
- 新增以控制台执行命令(目前无法得到控制台输出)
- Added configuration file
- Configurable console token (recommended to use a long random string)
- Configurable captcha timeout (default 60 seconds)
- Configurable temporary token timeout (default 240 seconds)
- Configurable Token timeout after authentication (default 48 hours)
- Added command execution via console (currently unable to get console output)
v1.1.0 Support gc-dev-1.1.2
- 支持dev最新版本dev-1.1.2(如果你的服务端是旧版本,不要使用1.1.0,请升级或者使用1.0.0)
- 修复token过期未删除问题
- 修复玩家实例并发争夺问题
- Support dev latest version dev-1.1.2 (if your server is an old version, don't use 1.1.0, please upgrade or use 1.0.0)
- Fixed the problem that the token expired and was not deleted
- Fixed player instance concurrent contention issue