Skip to content

xiuxianjs/xiuxian-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

515 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

修仙机器人

必要环境 nodejsredischrome

该扩展推荐使用 @alemonjs/onebot🔗 进行连接,其他平台不保证稳定性。

该扩展推荐使用 alemongo🔗 作为生产环境。

如果你是一名非技术人员,可使用 alemondesk🔗 桌面版。

安装

地址

https://github.com/xiuxianjs/xiuxian-plugin.git

若访问受限,可使用如下加速地址

https://ghfast.top/https://github.com/xiuxianjs/xiuxian-plugin.git

分支

release

Redis

将以默认配置连接本地redis,

如需调整,请阅读 @alemonjs/db🔗 配置连接,

如需使用docker请参考docker-compose.yml🔗

机器人全部使用redis存储,请务必启动redis持久化存储

使用

安装后使用 /修仙帮助 唤醒

主人专用指令 /修仙扩展

修仙管理

http://localhost:18110/apps/alemonjs-xiuxian/ 🔗

默认账号密码 lemonade、123456

需配置 serverPort: 18110

核心配置

# 若需要访问管理面板
serverPort: 18110 
# 应用配置
alemonjs-xiuxian:
  # --- 验证码 ---
  # 检查是否是人机行为
  # 默认开启,若关闭可如下配置
  close_captcha: true
  # --- 定时任务 ---
  # 默认开启,若关闭如下配置
  open_task: false
  # --- 多机器人部署 ---
  # 如果同时启动多个机器人,
  # 请务必填写机器人账号 !!!
  botId: ''
  # ---- 主动消息 ---
  # 关闭主动消息(用于主动消息被限制的平台)
  # 当配置关闭时,
  # 玩家都可以使用 #我的消息 查看
  # 玩家可发送 #清理消息 来减少消息记录
  # 默认开启,若关闭可如下配置
  close_proactive_message: true
  # --- 赠送 ---
  # 开启赠送功能(包括普通赠送和一键赠送)
  # 默认关闭,如开启可如下配置
  open_give: true

埋点

我们将使用 postlog 记录用户的行为,

若有需要,可进行配置后重启机器人,即可推送行为数据

alemonjs-xiuxian:
  postlog:
    api_key: ''
    options:
      host: 'https://us.i.posthog.com'

注意:开发模式下并不会发送数据

其他版本

Project Description
yunzaijs/1.2🔗 yunzaijs 版 修仙v1.2
version/1.2🔗 yunzai-bot 版 修仙v1.2
version/1.3🔗 yunzai-bot 版 修仙v1.3

贡献

About

扩展应用-修仙

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors