Skip to content

Releases: CyberedCake/cmd_plugins

Version 1.5

28 Mar 02:13
Compare
Choose a tag to compare

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 to org.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

15 Oct 04:05
Compare
Choose a tag to compare

Updated:

  • Updated org.json:json:20220320 to org.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

13 Jul 06:45
Compare
Choose a tag to compare

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

11 Jul 01:18
Compare
Choose a tag to compare

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

09 Jul 06:50
Compare
Choose a tag to compare

Added:

  • Added an alternate version checker in the config that allows /gver to look different, see below (top is false, bottom is true)
    image
    image


  • Added previous version detector that will find the previous version and show it in /gver
    image

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

14 Jun 23:48
Compare
Choose a tag to compare

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

14 Jun 23:32
Compare
Choose a tag to compare

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

14 Jun 23:25
Compare
Choose a tag to compare

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

05 Apr 01:08
Compare
Choose a tag to compare

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

29 Jan 18:30
Compare
Choose a tag to compare

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