SayanVanish
  • Introduction
  • Installation
  • Configuration
    • settings.yml
    • database.yml
    • <feature>.yml
  • Commands And Permissions
  • Placeholders
  • Features
    • Bukkit
      • Hooks
        • Citizens
        • DiscordSRV
        • Essentials
        • MiniPlaceholders
        • Pl3xMap
        • PlaceholderAPI
        • SquareMap
        • dynmap
        • TAB
        • LuckPerms
      • Prevent
        • Advancement Announce
        • Block Break
        • Block Grief
        • Block Place
        • Chat
        • Creature Target
        • Damage
        • Interact
        • Pickup
        • Push
        • Raid Trigger
        • Sculk Sensor
        • Server Ping
        • Spawner Spawn
        • Tab Complete
        • Food Level Change
      • Actionbar
      • Effect
      • Fake Message
      • Fly
      • Inventory Inspect
      • Invulnerability
      • Level
      • Proxy Vanish Queue
      • Silent Container
      • Sneak Toggle GameMode
      • State
      • Update
    • Proxy
      • Velocity
        • Hook
          • AdvancedServerList
          • EnhancedVelocity
          • MiniPlaceholders
          • TAB
          • Velocitab
          • LuckPerms
        • Prevent
          • Tab Complete
        • Sync Events
        • Update
        • Update Ping
      • Bungeecord
  • API
    • How It Works?
    • How to Use the API
    • Events
  • FAQ
  • Supported Plugins
Powered by GitBook
On this page
  1. Features
  2. Proxy
  3. Velocity

Update

This feature checks for updates and notifies users about new versions of the plugin.

FeatureUpdate

Parameter
Description
Default Value
Possible Values

checkEveryXMinutes

The interval (in minutes) to check for updates

1440

Any positive integer

notifyBypassPermission

The permission that exempts users from update notifications

"sayanvanish.feature.update.notify.exempt"

Any valid permission string

notifyOnJoin

Whether to notify users about updates when they join

true

true, false

notifyForSnapshotBuilds

Whether to notify users about snapshot builds

true

true, false

autoUpdateNotification

Whether to automatically send update notifications

true

true, false

updateNotificationContent

The content of the update notification message

List of strings

Any list of strings

updateRequestContent

The content of the update request message

List of strings

Any list of strings

Behavior:

  • Periodically checks for updates using HangarUtils.

  • Notifies users about new releases and snapshots.

  • Sends update notifications and requests to users based on configuration.

  • Provides methods to download and install updates.

PreviousSync EventsNextUpdate Ping

Last updated 4 months ago