Skip to content
Compare
Choose a tag to compare
@hufang360 hufang360 released this 16 Sep 00:05
· 1 commit to master since this release

可配置多个buff,以及每个buff的时长
可以配置部分玩家不获得buff。

配置文件参考:

{
  "buff": [
    {
      "id": 257,
      "seconds": 3120
    },
    {
      "id": 11,
      "seconds": -1
    }
  ],
  "exclude": ["hf", "player2"]
}