VaultLeaderboards / Admin Guide

Admin Guide

Reload config, force sync, version checks, and server-wide management.

Admin Commands

VaultLeaderboards provides admin commands for server operators to manage the plugin without being regular players. All admin commands require vaultleaderboards.* permissions.


Reload

/vl reload — Reload the plugin configuration from disk and refresh the leaderboard.

Use this after editing config.yml to apply changes without restarting the server. Display templates, refresh intervals, and message customisations all take effect immediately.


Version Check

/vl version — Check the current plugin version and query Modrinth for available updates.

If a new version is available, the command displays the version number and a direct download link.


Status

/vl status — Display the current database mode and connection status.

This shows whether local or database mode is active, and if database mode is enabled, the current connection state to MySQL.


Force Sync

/vl sync — Force a manual database synchronization.

This immediately syncs all current player balances to the MySQL database. Useful after making changes to economy data or when troubleshooting cross-server sync issues.

Database mode only. The sync command only functions when database mode is enabled. In local mode, this command has no effect.

Permissions

Permission Default Description
vaultleaderboards.help Everyone Access the help command
vaultleaderboards.reload Operators Reload the plugin configuration
vaultleaderboards.version Everyone Check plugin version and updates
vaultleaderboards.status Operators Show database mode and connection status
vaultleaderboards.sync Operators Force a manual database sync
vaultleaderboards.top Operators Display the top balances leaderboard
vaultleaderboards.* Operators Access to all VaultLeaderboards commands