OneVersionRemake
Only allow specific client versions to join your BungeeCord or Velocity Network
- Загрузки
- 754
- Подписчики
- 5
- Обновлён
- 8 марта 2024 г.
- Лицензия
- MIT
Опубликован 30 августа 2022 г.
OneVersionRemake
OneVersionRemake is a simple BungeeCord and Velocity plugin originating from the original plugin OneVersion by johnnywoof.
It has been recoded from scratch to bring Velocity support alongside other improvements and new features.
Features
- Set a list of Protocol Versions that should be able to join your network.
Any Client using a version not defined in the config will be denied access with a customizable kick message (Supports 1.16+ HEX colours). - Define a MOTD, Player count text and Player count hover for Clients using not allowed versions.
{version}and{clientVersion}to display the supported Versions and the client's version respectively.
OneVersionRemake uses an external JSON file to find the MC version to display for a specific protocol.
Formatting
OneVersionRemake uses the popular MiniMessage formatting to allow formatted text to display.
The MOTD and Kick message allows the usage of Gradients and 1.16+ HEX colours.
Check the wiki to find more information about available options.
External Connections
OneVersionRemake may establish connections towards external sites on startup for different purposes:
bStats
The plugin may connect to bStats to submit anonamous statistics to it.
You may disable this by disabling bStats in the global config located at plugins/bStats
You can find the statistics of OneVersionRemake under the following links:
Versions.json
The plugin will connect to an external URL to retrieve the default content of its version.json file.
This will only happen when the versions.json doesn't exist, or when UpdateVersions is set to true in the config.yml
Depending on what Version of OneVersionRemake is used will a different URL be accessed:
- v3.11.0 and newer: https://andre601.ch/oneversionremake/protocol_versions.json [Source]
- v3.9.0 - v3.10.0: https://andre601.ch/oneversionremake/versions.json [Source]
- v3.8.2 and older: https://raw.githubusercontent.com/Andre601/OneVersionRemake/master/versions.json [Source]
Ченджлог
v3.12.0Релиз1.20.2, 1.20.3, 1.20.4 · 8 марта 2024 г.
This update adds a new option called Blacklist.
It can be found under the Protocol setting and accepts a boolean (true/false) with the default being false.
When enabled will the Plugin display its deny messages to (And block joins of) players using one of the defined protocol versions.
What's Changed
🧰 Maintenance
- Bump maven-shade-plugin from 3.3.0 to 3.4.0 in /velocity by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/170
- Bump maven-shade-plugin from 3.3.0 to 3.4.0 in /core by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/171
- Bump maven-shade-plugin from 3.3.0 to 3.4.0 in /bungeecord by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/172
- Bump maven-jar-plugin from 3.2.2 to 3.3.0 in /core by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/173
- Bump maven-shade-plugin from 3.4.0 to 3.4.1 in /velocity by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/175
- Bump maven-shade-plugin from 3.4.0 to 3.4.1 in /bungeecord by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/174
- Bump maven-shade-plugin from 3.4.0 to 3.4.1 in /core by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/176
- Bump bstats-velocity from 3.0.0 to 3.0.1 in /velocity by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/177
- Bump maven-compiler-plugin from 3.10.1 to 3.11.0 in /bungeecord by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/178
- Bump maven-compiler-plugin from 3.10.1 to 3.11.0 in /core by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/179
- Bump maven-compiler-plugin from 3.10.1 to 3.11.0 in /velocity by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/180
- Bump bstats-velocity from 3.0.1 to 3.0.2 in /velocity by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/181
- Bump maven-shade-plugin from 3.4.1 to 3.5.0 in /bungeecord by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/183
- Bump maven-shade-plugin from 3.4.1 to 3.5.0 in /core by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/184
- Bump maven-shade-plugin from 3.4.1 to 3.5.0 in /velocity by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/185
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1 in /bungeecord by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/189
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1 in /core by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/190
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1 in /velocity by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/191
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 in /bungeecord by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/193
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 in /core by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/194
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 in /velocity by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/195
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 in /bungeecord by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/196
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 in /core by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/197
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 in /velocity by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/198
- Bump net.kyori:adventure-text-serializer-legacy from 4.11.0 to 4.15.0 in /core by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/199
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 in /velocity by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/200
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 in /bungeecord by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/201
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 in /core by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/202
Full Changelog: https://github.com/Andre601/OneVersionRemake/compare/v3.11.3...v3.12.0
v3.12.0Релиз1.20.2, 1.20.3, 1.20.4 · 8 марта 2024 г.
This update adds a new option called Blacklist.
It can be found under the Protocol setting and accepts a boolean (true/false) with the default being false.
When enabled will the Plugin display its deny messages to (And block joins of) players using one of the defined protocol versions.
What's Changed
🧰 Maintenance
- Bump maven-shade-plugin from 3.3.0 to 3.4.0 in /velocity by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/170
- Bump maven-shade-plugin from 3.3.0 to 3.4.0 in /core by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/171
- Bump maven-shade-plugin from 3.3.0 to 3.4.0 in /bungeecord by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/172
- Bump maven-jar-plugin from 3.2.2 to 3.3.0 in /core by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/173
- Bump maven-shade-plugin from 3.4.0 to 3.4.1 in /velocity by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/175
- Bump maven-shade-plugin from 3.4.0 to 3.4.1 in /bungeecord by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/174
- Bump maven-shade-plugin from 3.4.0 to 3.4.1 in /core by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/176
- Bump bstats-velocity from 3.0.0 to 3.0.1 in /velocity by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/177
- Bump maven-compiler-plugin from 3.10.1 to 3.11.0 in /bungeecord by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/178
- Bump maven-compiler-plugin from 3.10.1 to 3.11.0 in /core by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/179
- Bump maven-compiler-plugin from 3.10.1 to 3.11.0 in /velocity by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/180
- Bump bstats-velocity from 3.0.1 to 3.0.2 in /velocity by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/181
- Bump maven-shade-plugin from 3.4.1 to 3.5.0 in /bungeecord by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/183
- Bump maven-shade-plugin from 3.4.1 to 3.5.0 in /core by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/184
- Bump maven-shade-plugin from 3.4.1 to 3.5.0 in /velocity by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/185
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1 in /bungeecord by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/189
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1 in /core by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/190
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1 in /velocity by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/191
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 in /bungeecord by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/193
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 in /core by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/194
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 in /velocity by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/195
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 in /bungeecord by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/196
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 in /core by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/197
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 in /velocity by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/198
- Bump net.kyori:adventure-text-serializer-legacy from 4.11.0 to 4.15.0 in /core by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/199
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 in /velocity by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/200
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 in /bungeecord by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/201
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 in /core by @dependabot in https://github.com/Andre601/OneVersionRemake/pull/202
Full Changelog: https://github.com/Andre601/OneVersionRemake/compare/v3.11.3...v3.12.0
3.11.3Релиз1.19, 1.19.1, 1.19.2 · 30 августа 2022 г.
Please see the GitHub Releases for the complete changelog.
3.11.3Релиз1.19, 1.19.1, 1.19.2 · 30 августа 2022 г.
Please see the GitHub Releases for the complete changelog.
Комментарии
Загружаем…