ViaVersionStatus
🟡 Updated this yearPreview

🔍 Analysis
- 👍 0.1% endorsement rate
- 🏆 #183 of 1560 bukkit mods in this game by downloads
📋 About This Mod
# Description ViaVersionStatus will report which Minecraft versions your players are using when they join your server. Reports are sent to your server log file and online players with the permission viaversionstatus.notify. Optionally, if a player joins with a client version different than your server version, the plugin can send the player a warning that he's not using the matching client version. The plugin can also issue console commands based on the client's version. Reasonable default values are provided in the configuration file, so you can simply put the plugin in your plugins folder and restart your server. The plugin requires (https://modrinth.com/plugin/viaversion) and Java 17+. !(https://cdn.modrinth.com/data/cached_images/d80214b96dfe7ec4c8cda8943d2f72a73a029bb4.png) !(https://cdn.modrinth.com/data/cached_images/6e1151fb7e60279572a5a0cbc017792717435e41.png) Note that ViaVersion provides a command to show the versions of all currently online players: /viaversion list # Permissions ViaVersionStatus has a number of permissions to allow fine-tuning of its behavior. However, all you really need to do is give the permission **viaversionstatus.notify** to admins you want to receive in-game version notifications when other players join. If you give yourself the '\*' permission, you might also want to set **viaversionstatus.notify.ignoresame** to false. Following are details of all ViaVersionStatus permissions: ## Permission Details The following permissions normally given only to admins, as they control the in-game notification given when players join the server. **viaversionstatus.notify** - A player with this permission will get a message with the player's client version (as shown above) when they join the server. Defaults to op. **viaversionstatus.notify.ignoresame** - A player with this permission will not get a message with the player's client version if the client's version matches the server's version. Defaults to false. The following permissions apply to the players joining your server and can be used to control exactly which features of ViaVersionStatus will be invoked when they join. All of the following permissions default to false, so simply give a player(s) a permission to exempt them from the corresponding processing. Most of these features can also be disabled in the config file if you want to do so for all players. **viaversionstatus.exempt** - Exempts this player from all processing at join. **viaversionstatus.exempt.log** - Exempts this player from client version being logged at join. **viaversionstatus.exempt.notify** - Exempts this player from notifying other players at join while also preventing them from triggering the configured join notification command. **viaversionstatus.exempt.notify.message** - Exempts this player from notifying other players at join. **viaversionstatus.exempt.notify.command** - Exempts this player from triggering the configured join notification command. **viaversionstatus.exempt.warn** - Exempts this player from receiving an older version warning while also preventing them from triggering the configured older version warning command. **viaversionstatus.exempt.warn.message** - Exempts this player from receiving an older version warning. **viaversionstatus.exempt.warn.command** - Exempts this player from triggering the configured older version warning command. **viaversionstatus.exempt.warn.newer** - Exempts this player from receiving an newer version warning while also preventing them from triggering the configured newer version warning command. **viaversionstatus.exempt.warn.newer.message** - Exempts this player from receiving a newer version warning. **viaversionstatus.exempt.warn.newer.command** - Exempts this player from triggering the configured newer version warning command. # Configuration (optional) Strings in the configuration file can use four variables: **%player%** is replaced with the player's name, **%displayname%** is replaced with the player's "display name", **%version%** is replaced with the version of the player's client, and **%server%** is replaced with the detected server version. You can also use the standard Minecraft color codes. Strings should be enclosed in double quotes ("…"). **notify-ops** - If true, ops will be notified of the client's version when any player joins the server. **notify-string** - This message is sent to players with the viaversionstatus.notify permission when any player joins the server. **notify-command** - This command is issued by the console when a player joins the server (defaults to none). **warn-players** - If true, players joining with a client that is older than the server version will be warned with the warn-string message. **warn-string** - This message is set to players joining with a client that is older than the server version, if enabled. N
# Description
ViaVersionStatus will report which Minecraft versions your players are using when they join your server. Reports are sent to your server log file and online players with the permission viaversionstatus.notify. Optionally, if a player joins with a client version different than your server version, the plugin can send the player a warning that he's not using the matching client version. The plugin can also issue console commands based on the client's version.
Reasonable default values are provided in the configuration file, so you can simply put the plugin in your plugins folder and restart your server. The plugin requires (https://modrinth.com/plugin/viaversion) and Java 17+.
!(https://cdn.modrinth.com/data/cached_images/d80214b96dfe7ec4c8cda8943d2f72a73a029bb4.png)
!(https://cdn.modrinth.com/data/cached_images/6e1151fb7e60279572a5a0cbc017792717435e41.png)
Note that ViaVersion provides a command to show the versions of all currently online players: /viaversion list
# Permissions
ViaVersionStatus has a number of permissions to allow fine-tuning of its behavior. However, all you really need to do is give the permission viaversionstatus.notify to admins you want to receive in-game version notifications when other players join. If you give yourself the '\*' permission, you might also want to set viaversionstatus.notify.ignoresame to false.
Following are details of all ViaVersionStatus permissions:
## Permission Details
The following permissions normally given only to admins, as they control the in-game notification given when players join the server.
viaversionstatus.notify - A player with this permission will get a message with the player's client version (as shown above) when they join the server. Defaults to op.
viaversionstatus.notify.ignoresame - A player with this permission will not get a message with the player's client version if the client's version matches the server's version. Defaults to false.
The following permissions apply to the players joining your server and can be used to control exactly which features of ViaVersionStatus will be invoked when they join. All of the following permissions default to false, so simply give a player(s) a permission to exempt them from the corresponding processing. Most of these features can also be disabled in the config file if you want to do so for all players.
viaversionstatus.exempt - Exempts this player from all processing at join.
viaversionstatus.exempt.log - Exempts this player from client version being logged at join.
viaversionstatus.exempt.notify - Exempts this player from notifying other players at join while also preventing them from triggering the configured join notification command.
viaversionstatus.exempt.notify.message - Exempts this player from notifying other players at join.
viaversionstatus.exempt.notify.command - Exempts this player from triggering the configured join notification command.
viaversionstatus.exempt.warn - Exempts this player from receiving an older version warning while also preventing them from triggering the configured older version warning command.
viaversionstatus.exempt.warn.message - Exempts this player from receiving an older version warning.
viaversionstatus.exempt.warn.command - Exempts this player from triggering the configured older version warning command.
viaversionstatus.exempt.warn.newer - Exempts this player from receiving an newer version warning while also preventing them from triggering the configured newer version warning command.
viaversionstatus.exempt.warn.newer.message - Exempts this player from receiving a newer version warning.
viaversionstatus.exempt.warn.newer.command - Exempts this player from triggering the configured newer version warning command.
# Configuration (optional)
Strings in the configuration file can use four variables: %player% is replaced with the player's name, %displayname% is replaced with the player's "display name", %version% is replaced with the version of the player's client, and %server% is replaced with the detected server version. You can also use the standard Minecraft color codes. Strings should be enclosed in double quotes ("…").
notify-ops - If true, ops will be notified of the client's version when any player joins the server.
notify-string - This message is sent to players with the viaversionstatus.notify permission when any player joins the server.
notify-command - This command is issued by the console when a player joins the server (defaults to none).
warn-players - If true, players joining with a client that is older than the server version will be warned with the warn-string message.
warn-string - This message is set to players joining with a client that is older than the server version, if enabled. N
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- Bobcat00
- Version
- 4.01
- Downloads
- 28,211
- Endorsements
- 41
- Category
- bukkit
- Created
- 2/27/2024
- Updated
- 5/7/2026
- Game Versions
- 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2
- Tags
- management, utility
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does ViaVersionStatus support?
The author lists 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3. Other versions may work but are untested by the author.
What is the latest version of ViaVersionStatus?
Version 4.01, published 2026-05-07 with 28,211 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await