Skip to content

Main Config

KASUNHapangama edited this page Jun 29, 2023 · 14 revisions

Discord Leaderboards Plugin Configuration FREE VERSION

Storage Settings (H2) (MYSQL)


  • Available Options
  • Local Databases - H2 (Default)
  • Remote Databases - MYSQL (Beta - Under Development)
  • storage-method: 'h2'

Remote Mysql Database Settings


  • you don't have to change anything if you are using H2
  • address must contain port eg:- localhost:3306
  • address: 'localhost'
  • database: 'minecraft'
  • username: 'root'
  • password: ''
  • remote databases may case lag depends on connection delay

Main Settings


scheduledelaymins: 5

  • Delay between schedule check
  • Default 5
  • High Delay = Low Cpu Usage
  • Low Delay = High Accenture Timings

leaderboards: - 'example'

you have to list leaderboard name (filename) here for load them you can disable the leaderboard by removing them from this list all leaderboard configs must be inside the leaderboards folder and must follow default template as example leaderboard

Default Settings


You can change these values for each leaderboard in their own config file witch you can find inside leaderboards folder

Debug Settings


Reserved for Plugin Developer, Do not Change Anything Here It May Break Your Plugin

pluginversion: "0.1.2" firsttime: true discordsrvslashcommand : "leaderboards"