End Of Life for SlimeDog/PluginVersions
SlimeDog/PluginVersions reached end-of-life on 2024-07-25.
See EOL notice for more details.
PluginVersions is a simple utility to create an alphabetically-sorted list of loaded plugins and versions. It was originally written for Spigot 1.8.8, and has worked for every Spigot version since then -- four years and counting. In additional to
Spigot and Paper, it now supports BungeeCord, Waterfall, and Velocity. The same plugin works on all platforms.
Commands
All commands may be executed in-game (with appropriate permissions) or at the console.
pluginversions list
Create an alphabetically-sorted columnar list of plugins and versions.
pluginversions reload
Reload configuration file.
Aliases
pvb :: BungeeCord and Waterfall
pvv :: Velocity
Permissions
Permissions reflect the commands they allow. All permissions default to op.
pluginversions.list
pluginversions.reload
Sample output
Code (Text):
> pvb list
[08:29:40 INFO]: ForceResourcepacks 1.11.10 (build 544)
[08:29:40 INFO]: LuckPerms 5.3.75
[08:29:40 INFO]: NetworkInterceptor 3.1.5
[08:29:40 INFO]: PluginVersions 1.1.0
[08:29:40 INFO]: ServerListPlus 3.5.0-SNAPSHOT
[08:29:40 INFO]: spark 1.6.2
[08:29:40 INFO]: ViaVersion 4.1.0-1.18-pre5-SNAPSHOT
Sample config.yml
Code (YAML):
# PluginVersions configuration
metrics
: true
check-for-updates
: true
# Update source may be either Hangar (default) or SpigotMC.
update-source
: Hangar