Git Product home page Git Product logo

Comments (4)

Aimerny avatar Aimerny commented on July 18, 2024

是bug,会在下个版本更新中一并修复,请关注版本更新~

from mcdreforgedplugins.

CleMooling avatar CleMooling commented on July 18, 2024

在QQChat插件中,其配置文件config.json中默认没有server_name配置项。根据说明,或许是能添加server_name配置项,但是添加之后启动服务器会直接直接重置config.json文件。导致需要重新配置插件。以下是详细信息。 修改config为以下格式:

{
"main_group": [
XXXXXXX
],
"manage_groups": [
],
"message_sync_groups": [
],
"server_name": 'someServerName', //此行 为手动添加项
"admins": [
XXXXXXX
],
......

保存退出并重载服务器(完全重启)后,config.json重置变回默认格式。 抱歉,我不是很懂插件的运作方式,如有勘误请指教。(っ◞‸◟c)

有个临时的解决方案是在插件源码里面直接修改。也可以同时自定义聊天转发等语句。

from mcdreforgedplugins.

lostegoist avatar lostegoist commented on July 18, 2024

有个临时的解决方案是在插件源码里面直接修改。也可以同时自定义聊天转发等语句。

是的,我之后便是直接在源码里找到了该项,顺便把其他的文本修改为了个性化文本。

from mcdreforgedplugins.

Aimerny avatar Aimerny commented on July 18, 2024

在QQChat插件中,其配置文件config.json中默认没有server_name配置项。根据说明,或许是能添加server_name配置项,但是添加之后启动服务器会直接直接重置config.json文件。导致需要重新配置插件。以下是详细信息。 修改config为以下格式:

{
"main_group": [
XXXXXXX
],
"manage_groups": [
],
"message_sync_groups": [
],
"server_name": 'someServerName', //此行 为手动添加项
"admins": [
XXXXXXX
],
......

保存退出并重载服务器(完全重启)后,config.json重置变回默认格式。 抱歉,我不是很懂插件的运作方式,如有勘误请指教。(っ◞‸◟c)

有个临时的解决方案是在插件源码里面直接修改。也可以同时自定义聊天转发等语句。

在上次更新的时候server_name的配置有问题,会在issue关联的pr中修复,自定义聊天转发目前暂无计划支持,请自行斟酌更改

from mcdreforgedplugins.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.