trxsson / waterfall-version-check

A Waterfall (Bungeecord fork) plugin that allows to configure a list of Minecraft versions supported by the server. Players receive a configurable kick message when joining with an unsupported version.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Waterfall VersionCheck

A simple waterfall plugin that shows players a custom message when joining with the wrong version of Minecraft.

Config

  • config_version - This field is set automatically and should not be changed. It's used to check if the plugin is on a newer version than the config on startup. If so, the config will be backed up and the plugin will add the newly added lines and remove unnecessary ones.
  • supportedProtocolVersions - A list of all protocol versions that the server should be able to be joined with. A list of all protocol versions can be found at https://wiki.vg/Protocol_version_numbers
  • kickMessage - The kick message shown when a player tries to join with a disallowed version. The message uses kyori adventure minimessage format. Documentation: https://docs.advntr.dev/minimessage/format.html

About

A Waterfall (Bungeecord fork) plugin that allows to configure a list of Minecraft versions supported by the server. Players receive a configurable kick message when joining with an unsupported version.


Languages

Language:Java 73.5%Language:Kotlin 26.5%