End Of Life for SlimeDog/PluginVersions
SlimeDog/PluginVersions reached end-of-life on 2024-07-25
Completed tasks:
- Updated SlimeDog/PluginVersions to support Paper and Spigot 1.20.6 and 1.21.0
- Posted end-of-life notices
- Overview page of SlimeDog/PluginVersions on Hangar
- Overview page of SlimeDog/PluginVersions on SpigotMC
- Archived SlimeDog/PluginVersions Github repository
Support:
Support for future Minecraft versions:
- SlimeDog/PluginVersions may (or may not) require updates to work on future Minecraft versions
- Anyone may fork PluginVersions to support future Minecraft versions, or for any other purpose permitted under the GPL3 license
----------
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
pv
Permissions
Permissions reflect the commands they allow. All permissions default to op.
pluginversions.list
pluginversions.reload
Message formatting
Both MiniMessage and legacy format codes are supported on Paper and Spigot. Only legacy format codes are supported on other platforms.
Sample output
View attachment 759398
Sample config.yml with legacy formatting
Code (YAML):
# PluginVersions configuration
# Both legacy and MiniMessage format codes are supported.
# See https://github.com/SlimeDog/SlimeDogCore/wiki/Formatting-Codes.
#
# To regenerate the default file content, delete the file and run:
# /pv reload
#
# By default, the plugin collects and transmits anonymous statistics to bstats.org.
# Data collection may be disabled here, or generally in the bStats/config.yml.
#
enable-metrics
: true
# Check for updates.
#
check-for-updates
: true
# Update source may be either Hangar (default) or SpigotMC.
update-source
: Hangar
# When executed at the console,
# {spacing} will enable tabular output (in-game does not support tabular output).
# To disable tabular output at the console, replace "{spacing}" with " " in the format strings.
#
page-header-format
:
"PluginVersions ===== page {page} ====="
enabled-version-format
:
" - &a{name}{spacing}&e{version}"
disabled-version-format
:
" - &c{name}{spacing}&e{version}"
Sample config.yml with MiniMessage formatting
Code (YAML):
# PluginVersions configuration
# Both legacy and MiniMessage format codes are supported.
# See https://github.com/SlimeDog/SlimeDogCore/wiki/Formatting-Codes.
#
# To regenerate the default file content, delete the file and run:
# /pv reload
#
# By default, the plugin collects and transmits anonymous statistics to bstats.org.
# Data collection may be disabled here, or generally in the bStats/config.yml.
#
enable-metrics
: true
# Check for updates.
#
check-for-updates
: true
# When executed at the console,
# {spacing} will enable tabular output (in-game does not support tabular output).
# To disable tabular output at the console, replace "{spacing}" with " " in the format strings.
#
page-header-format
:
"PluginVersions ===== page {page} ====="
enabled-version-format
:
" - <green>{name}</green>{spacing}<white>{version}</white>"
disabled-version-format
:
" - <red>{name}</red>{spacing}<yellow>{version}</yellow>"