Skip to main content
Every MythicLabs plugin includes a lightweight update checker. It never downloads or installs anything automatically - it only tells you when a new version is available.

How it works

On startup, and once every few hours after that, the plugin checks its latest published version against the one you’re running. If a newer version exists, it logs a notice to console and pings online operators with the mythic.notify permission.

Configuration

Update checks are on by default and can be turned off per plugin in config.yml:
Disabling the update checker doesn’t disable license validation - the two systems are independent.

Applying an update

1

Download the new version

Grab the latest .jar from your BuiltByBit purchase history.
2

Replace the old jar

Stop the server and replace the old .jar file in plugins/ with the new one.
3

Check the changelog

Review the changelog for breaking changes before starting back up.
4

Restart

Start the server. Config files are migrated automatically where possible.
Config migrations add new keys but never delete customizations you’ve made. Always back up your plugins/ folder before a major version update.