Skip to content

Releases: jie65535/gc-opencommand-plugin

v1.7.0 Supports multiple commands

20 Sep 04:53
Compare
Choose a tag to compare
  • multiple commands can be separated by | or newline, for example:
/a 1 | /a 2
/a 3
  • Invoking ping the response data will contain the plugin version.

  • 可以通过 | 或者换行来分隔多条命令,例如:
/a 1 | /a 2
/a 3
  • 调用 ping 响应数据将包含插件版本号。

v1.6.1 Fix send code failed

04 Jun 12:08
Compare
Choose a tag to compare
  • 修复发送验证码时反序列化异常问题(工具内报错“未将对象引用设置到对象实例”)
  • Fixed the problem of deserialization exception when sending the verification code (the tool reported an error "the object reference is not set to the object instance")

v1.6.0 Upgrade to `GC-1.6.x`

02 Jun 16:31
Compare
Choose a tag to compare

v1.6.0

  • 升级到GC-1.6.x (不向下兼容) | Upgrade to GC-1.6.x (not backward compatible)

v1.5.3

  • 修复请求反序列化格式问题 | Fix request deserialization formatting error (#34)

v1.5.2 Fix HTTP 500

21 May 13:33
Compare
Choose a tag to compare
Fix CI branch

v1.5.2 gc-unstable support

21 May 13:34
Compare
Choose a tag to compare
Pre-release
v1.5.2-for-unstable

Fix CI branch

v1.5.1 Some fixes

25 Feb 08:43
Compare
Choose a tag to compare
  • 修复 JsonUtil 方法弃用问题
  • 修复执行命令时将玩家对象锁定导致连接异常的问题

  • Fixed JsonUtil method deprecation issue
  • Fixed the problem of locking the player object when executing the command, causing connection exceptions

Full Changelog: v1.5.0...v1.5.1

v1.5.0 Token Persistence

06 Oct 05:32
Compare
Choose a tag to compare

实现令牌持久化 (#19)
重启服务器后玩家不需要重新验证,可沿用未过期的令牌。


Impl token persistence (#19)
Players do not need to re-authenticate after restarting the server, and can use unexpired tokens.

v1.4.0 Support Grasscutter-v1.3.0

02 Sep 12:37
Compare
Choose a tag to compare

现已支持 Grasscutter-v1.3.0,若你使用的是旧版Gc,请不要使用该版本插件!

Grasscutter-v1.3.0 is now supported, if you are using an old version of Gc, please do not use this version of the plugin!

Full Changelog: v1.3.0...v1.4.0

v1.3.0 Multiple servers supported

26 Jul 13:20
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: v1.2.4...v1.3.0

v1.2.4 Fix command no feedback problem

10 Jul 13:02
Compare
Choose a tag to compare

Replace CommandResponseEvent with ReceiveCommandFeedbackEvent