LegendaryGuild - English
  • ⚙️Plugin installation
    • 🔩BungeeCord Installation
  • 📒Configuration
    • 🔰GUI configuration
      • 🎈Basics Fuction
        • 📰Sub Menus
          • 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
      • Create a new guild create group
      • Custom guild level and experience
    • 🧙Custom Position
    • 🎨Customize guild icons
    • 🌳Custom Guild Tree Water Bottle
    • 🛃Guild Stores
    • 🎆Guild Tribute
    • 🧧Guild Red Packets
    • 🛍️Guild Shop
    • 🔀Guild Buff
    • 🛒(NEW)Team Shop
    • Requirements
    • Run
  • 🏴󠁧󠁢󠁳󠁣󠁴󠁿Commands & Permissions
  • ✍️PlaceholderAPI
  • 🚚开放者API
    • 事件大全
  • Update
Powered by GitBook
On this page
  1. Plugin installation

BungeeCord Installation

  • Put the plugin into the plugins of each sub server that needs to be synchronized and restart the server to load the plugin

Open config.yml in the LegendaryGuild folder of each sub server

  • Change the data storage method to MYSQL and configure the database.

Store: SQLite
Mysql:
  address: localhost
  port: 3306
  database: test
  user: root
  password: 123456
  • Enable Cross_ Server (cross server synchronization function) option and select the server below Name is configured as the current name of the sub server

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: 主服务器
  • Restart each sub server.

PreviousPlugin installationNextConfiguration

Last updated 1 year ago

⚙️
🔩