LegendaryGuild
  • 💎插件文档
  • ⚙️插件安装
    • 🔩群组服安装教程
  • 📒插件配置
    • 🔰GUI配置
      • 🎈通用 Fuction
        • 📰子界面
          • ActivityRewards.yml
          • Applications.yml
          • Buff.yml
          • GuildIconsShop.yml
          • GuildList.yml
          • GuildMenu.yml
          • GuildShop.yml
          • GuildTree.yml
          • Members.yml
          • Positions.yml
          • RedPackets.yml
          • Stores.yml
          • Tributes.yml
          • TeamShop.yml
    • 📃config.yml
      • 新建一个创建公会组
      • 自定义公会等级与经验
    • 🧙自定义职位
    • 🎨自定义公会图标
    • 🌳自定义神树水壶
    • 🛃公会仓库
    • 🎆公会贡品
    • 🧧公会红包
    • 🛍️公会商店
    • 🔀公会Buff
    • 🛒(NEW)公会团购
    • Requirements
    • Run
  • 🏴󠁧󠁢󠁳󠁣󠁴󠁿插件命令 & 权限
  • ✍️插件变量
  • 🚚开发者API
    • 事件大全
  • 更新记录
Powered by GitBook
On this page
  1. 插件安装

群组服安装教程

  • 将插件放入需要同步的 各个 子服务器的 plugins 下并重启服务器加载插件

打开 各个 子服务器 LegendaryGuild 文件夹下的 config.yml

  • 将数据存储方法更改为 MYSQL 并配置好数据库.

Store: SQLite
Mysql:
  address: localhost
  port: 3306
  database: test
  user: root
  password: 123456
  • 启用 Cross_Server (跨服同步功能) 选项并在下方的 server_name 配置为当前该子服务器的名称

settings:
  #跨服模式 数据将会同步各个子服务器
  #Cross server mode data will be synchronized with each sub server
  Cross_Server:
    enable: false
    #该子服的名称(需与Bungeecord端的config下设定的一致)
    # The name of the sub server (must be consistent with the config.yml set in Bungerecord)
    server_name: 主服务器
  • 重启各个子服务器.

Previous插件安装Next插件配置

Last updated 1 year ago

⚙️
🔩