Releases: CyberedCake/cmd_plugins
Releases · CyberedCake/cmd_plugins
Version 1.5
Added:
- Added alternate plugin version message that is in line with Paper's new plugin command
- With that being said, there is a new config.yml option, "useAlternatePluginsMessage", and I renamed the old configuration option for "useAlternatePluginVersionMessage" to "useAlternatePluginSpecificVersionMessage".
- If you don't want to update your
config.yml
manually, please copy and paste the default config into your config and update the values accordingly
Updated:
- Updated
org.json:json:20220924
toorg.json:json:20230227
- Updated Gradle to v8.0.2
Removed:
- Removed support for "FlameCord" as it is a premium plugin on BuiltByBit and no longer has a Jenkins
Found a bug? Post it on the issues page.
Download the jar file below! Put it in the 'plugins/' folder
Full Changelog: v1.4.3...v1.5
Version 1.4.3
Updated:
- Updated
org.json:json:20220320
toorg.json:json:20220924
- Updated (or rather, removed) all references to this plugin being a "module"
- Updated build.gradle groupId to the correct one and changed the version to the MAJOR.MINOR
Found a bug? Post it on the issues page.
Download the jar file below! Put it in the 'plugins/' folder
Full Changelog: v1.4.2...v1.4.3
Version 1.4.2
Added:
- Added option for users to use alternate messages for
/gver
and/gver
for plugins - Added better tab completions
- Added a way to reload the configuration using
/gver --reload
and invalidate the version cache by doing/gver --recache
Found a bug? Post it on the issues page.
Download the jar file below! Put it in the 'plugins/' folder
Full Changelog: v1.4.1...v1.4.2
Version 1.4.1
Added:
- Use async task instead of sync ones when checking for updates (so the server doesn't freeze for a second when checking)
Found a bug? Post it on the issues page.
Download the jar file below! Put it in the 'plugins/' folder
Full Changelog: v1.4...v1.4.1
Version 1.4
Added:
- Added an alternate version checker in the config that allows
/gver
to look different, see below (top is false, bottom is true)
- Added previous version detector that will find the previous version and show it in
/gver
Found a bug? Post it on the issues page.
Download the jar file below! Put it in 'plugins/'
Full Changelog: v1.3...v1.4
Version 1.3
Added:
- Added support for Minecraft Version 1.19
Found a bug? Post it on the issues page.
Download the jar file below! Put in in modules/
or plugins/
.
Version 1.2.1
Fixed:
- Fixed self version checking using an old file
Found a bug? Post it on the issues page.
Download the jar file below! Put in in modules/
or plugins/
.
Version 1.2
Added:
- Added an alias for
/gver
to be/bungee
(as/bungee
basically just gave the same info anyway)
Fixed
- Fixed support for Waterfall not checking the next version if it didn't match the current MC version
Found a bug? Post it on the issues page.
Download the jar file below! Put in in modules/
or plugins/
.
Version 1.1
Added:
- Depending on what server software or fork of BungeeCord you use, the plugin will attempt to check for updates (supports BungeeCord, Waterfall, FlameCord, and Hexacord; although FlameCord's version checking is broken)
- Added colors to the warning messages on startup in case Bungee doesn't provide it already
- Added log to console when server is starting up the detected server type and build number
Found a bug? Post it on the issues page.
Download the jar file below! Put in in modules/
or plugins/
.
Version 1.0.3
Added:
- Added
/gplugins <modules | plugins | all>
as filtering options
Changed:
- Changed how tab completions work with
/gversion
to work even if you have entered uppercase or lowercase where a plugin name is not - The version check is now async in order to prevent the server from hanging whilst starting up