Skip to content

Commit

Permalink
Update URLs in config.ym
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre601 authored Nov 22, 2024
1 parent ca5aae9 commit e8ff01e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions core/src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# | | #
# | GitHub: https://github.com/Andre601/OneVersionRemake | #
# | Spigot: https://spigotmc.org/resources/71727/ | #
# | Wiki: https://github.com/Andre601/OneVersionRemake/wiki | #
# | Wiki: https://ovr.andre601.ch | #
# | | #
# +---------------------------------------------------------------------------+ #
#################################################################################
Expand All @@ -20,21 +20,21 @@
# | |
# | Main Settings for the plugin. |
# | |
# | https://github.com/Andre601/OneVersionRemake/wiki/Config#settings |
# | https://ovr.andre601.ch/config#settings |
# +----------------------------------------------------------------------------+
Settings:
# +--------------------------------------------------------------------------+
# | Whether OneVersionRemake should download the latest versions.json on |
# | Proxy (re)start. |
# | |
# | https://github.com/Andre601/OneVersionRemake/wiki/Config#updateversions |
# | https://ovr.andre601.ch/config#updateversions |
# +--------------------------------------------------------------------------+
UpdateVersions: true
# +--------------------------------------------------------------------------+
# | URL pointing to the file that contains the different Protocols OVR |
# | should use. |
# | |
# | https://github.com/Andre601/OneVersionRemake/wiki/Config#versionsurl |
# | https://ovr.andre601.ch/config#versionsurl |
# +--------------------------------------------------------------------------+
VersionsUrl: 'https://andre601.ch/oneversionremake/protocol_versions.json'

Expand All @@ -43,34 +43,34 @@ Settings:
# | |
# | Protocol Settings for the plugin. |
# | |
# | https://github.com/Andre601/OneVersionRemake/wiki/Config#protocol |
# | https://ovr.andre601.ch/config#protocol |
# +----------------------------------------------------------------------------+
Protocol:
# +--------------------------------------------------------------------------+
# | The Protocol Versions that should be allowed to join the network. |
# | |
# | https://github.com/Andre601/OneVersionRemake/wiki/Config#versions |
# | https://ovr.andre601.ch/config#versions |
# +--------------------------------------------------------------------------+
Versions: []

# +--------------------------------------------------------------------------+
# | Should OneVersionRemake log denied Logins in the console? |
# | |
# | https://github.com/Andre601/OneVersionRemake/wiki/Config#logdenial |
# | https://ovr.andre601.ch/config#logdenial |
# +--------------------------------------------------------------------------+
LogDenial: true

# +--------------------------------------------------------------------------+
# | Should the {version} placeholder only show major MC versions? |
# | |
# | https://github.com/Andre601/OneVersionRemake/wiki/Config#majoronly |
# | https://ovr.andre601.ch/config#majoronly |
# +--------------------------------------------------------------------------+
MajorOnly: false
# +--------------------------------------------------------------------------+
# | Should the list of protocols be treated as a Blacklist? |
# | If set to true, only protocol versions NOT in the list will be allowed. |
# | |
# | https://github.com/Andre601/OneVersionRemake/wiki/Config#blacklist |
# | https://ovr.andre601.ch/config#blacklist |
# +--------------------------------------------------------------------------+
Blacklist: false

Expand All @@ -79,22 +79,22 @@ Protocol:
# | |
# | This section contains all the messages that you can configure. |
# | |
# | https://github.com/Andre601/OneVersionRemake/wiki/Config#messages |
# | https://ovr.andre601.ch/config#messages |
# +----------------------------------------------------------------------------+
Messages:
# +--------------------------------------------------------------------------+
# | Message to display instead of the Player count (<online>/<max>) next to |
# | the ping icon. |
# | |
# | https://github.com/Andre601/OneVersionRemake/wiki/Config#playercount |
# | https://ovr.andre601.ch/config#playercount |
# +--------------------------------------------------------------------------+
PlayerCount: '<red>Minecraft {version}'

# +--------------------------------------------------------------------------+
# | Reason to display, when the player gets kicked for using a unsupported |
# | Minecraft Version. |
# | |
# | https://github.com/Andre601/OneVersionRemake/wiki/Config#kick |
# | https://ovr.andre601.ch/config#kick |
# +--------------------------------------------------------------------------+
Kick:
- '<red>You are using an unsupported version of Minecraft ({userVersion})!'
Expand All @@ -107,7 +107,7 @@ Messages:
# | Message to show when the player hovers over the player count with his |
# | cursor. |
# | |
# | https://github.com/Andre601/OneVersionRemake/wiki/Config#hover |
# | https://ovr.andre601.ch/config#hover |
# +--------------------------------------------------------------------------+
Hover:
- '<red>You are using an unsupported version of Minecraft ({userVersion})!'
Expand All @@ -116,7 +116,7 @@ Messages:
# +--------------------------------------------------------------------------+
# | Message to display in the MOTD of the server. |
# | |
# | https://github.com/Andre601/OneVersionRemake/wiki/Config#motd |
# | https://ovr.andre601.ch/config#motd |
# +--------------------------------------------------------------------------+
Motd:
- '<red>Unsupported Minecraft Version {userVersion}'
Expand Down

0 comments on commit e8ff01e

Please sign in to comment.