πŸ›  Mini Features

ProgressiveUnlock includes several small but powerful features that enhance the plugin's flexibility and server control.


πŸ”„ AutoUpdater

The AutoUpdater helps keep your plugin configuration up to date.

You can configure how often the plugin checks for updates using:

update:
  check_interval_minutes: 180

🐞 Debug Mode

Debug mode is designed for server administrators.

Enable it in the config:

debug:
  enabled: true

🧾 runCommandsOnReach

This feature allows you to execute commands automatically when a player reaches a new level.

Example:

runCommandsOnReach:
  - broadcast %player% just reached level 2
  - eco give %player% 100
  - lp user %player% permission set some.permission true

This allows full customization of level-up rewards and integrations with other plugins.