Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OakLoaf authored Sep 18, 2024
1 parent b9e8ded commit 5a2fdaf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Whether to check for updates on server startup
check-updates-on-start: true

# To learn how to configure plugins that are on different platforms check out the wiki: https://github.com/OakLoaf/PluginUpdater/wiki/PluginUpdater-Plugin
plugins:
PluginUpdater:
platform: modrinth
# A project id is a plugin's identifier which can be found in the "Technical Information" section on the Modrinth plugin page, as shown here https://i.imgur.com/t7hIwFm.png (The project slug can also be used)
modrinth-project-id: "plugin-updater"
# Some projects post all beta versions on Modrinth - disable this setting if you want to receive updates for all versions including beta versions
modrinth-project-id: "IBSpJfbm"
featured-only: true
ExamplePlugin:
enabled: false
Expand All @@ -17,4 +16,4 @@ messages:
major-update-available-color: "&#ff6969"
update-prepared-color: "&#ffda54"
latest-version-color: "&#b7faa2"
updates-available: "&#e0c01b%amount% &#ffe27aupdates are available, type &#e0c01b'%updates_command%' &#ffe27afor more information!"
updates-available: "&#e0c01b%amount% &#ffe27aupdates are available, type &#e0c01b'%updates_command%' &#ffe27afor more information!"

0 comments on commit 5a2fdaf

Please sign in to comment.