Skip to content

Update Checker

TheCommandCraft edited this page Apr 6, 2026 · 3 revisions

Update Checker

Vanish++ automatically checks Modrinth for new versions on startup and every hour in the background.

Enabling / Disabling

📁 plugins/Vanishpp/config.ymlupdate-checker.enabled: false
🔧 In-game: /vconfig update-checker.enabled false
🔄 Apply: /vreload

Who Gets Notified

Mode - notify anyone with a permission:
📁 plugins/Vanishpp/config.ymlupdate-checker.notify-mode: "PERMISSION"
Notifies all online players with vanishpp.update.

Mode - notify a specific list of players:
📁 plugins/Vanishpp/config.yml

update-checker:
  notify-mode: "LIST"
  notify-list:
    - "Notch"
    - "Herobrine"

Only those exact usernames receive notifications regardless of permissions.

Permission

vanishpp.update - receive update notifications when notify-mode is PERMISSION.
Assign via: /vperms <player> vanishpp.update set

Clone this wiki locally