For the complete documentation index, see llms.txt. This page is also available as Markdown.

Plugin FAQ

Here are the features of the plugin, along with answers to frequently asked questions

What is this plugin? What does it do and why is it good?

  • The Answer Is: This plugin brings an innovative system to the Lobby servers. Forget the old, outdated cosmetic plugins and create a new atmosphere that no one has ever experienced before.

How does the plugin support multi servers?

  • The Answer Is: If you are using MySQL, you can save your player-selected effects, abilities and server restarts, and if you have more than 1 Lobby server, you will have more flexibility and the saved settings will be preserved!

storage:
  #  driver: h2 / sqlite / mysql
  driver: 'mysql' # Use MySQL
  host: 'database-host'
  port: '3306'
  name: 'database-name'
  username: 'database-username'
  password: 'database-password'

  pool: # HikariCP config (Do not edit if you do not know what it is)
    maximumPoolSize: 10
    minimumIdle: 5
    connectionTimeout: 30000
    maxLifetime: 1800000
    idleTimeout: 600000

Last updated