8 Commits
Author SHA1 Message Date
Andreas Troelsen eb77193fbd Release 1.0. 2022-07-30 15:58:05 +02:00
Andreas Troelsen 3f7796772e Upgrade Mockito to 3.12.2.
This fixes an issue with the mock maker not running properly on recent
versions of the JVM, and it also matches the version in the base plugin.
2022-07-30 12:10:50 +02:00
Andreas Troelsen 4ab74b06cb Upgrade MySQL connector to 8.0.28.
Apparently there's a security issue <= 8.0.27. It doesn't really matter
all that much here since we're in the `provided` scope, but better safe
than sorry.
2022-06-21 20:32:20 +02:00
Andreas Troelsen 2745af3d0d Switch to Spigot API and bump version to 1.17.
This brings the repository up to the same Spigot API version as the core
plugin for essentially the same reasons, plus consistency.
2022-05-27 22:47:04 +02:00
Andreas Troelsen 72bb017834 Fix maven-compiler-plugin configuration.
Apparently the whole `<release>` tag shebang doesn't work on jitpack.
Not sure where it comes from.
2021-12-05 13:57:20 +01:00
Andreas Troelsen 9f90045f3c Bump MobArena version to commit hash b99713f1.
This allows us to make use of the new upstream functionality before a
new named release is ready. This particular hash contains both the new
reload events as well as the new command registration overload.
2021-08-01 19:21:33 +02:00
Andreas Troelsen 26cb8474db Add bStats metrics.
Introduces the bStats metrics library to the plugin. This first commit
contains just a single custom chart, the `store_type`, which will help
figure out which stores to focus on for performance optimization and
such.
2021-07-06 19:08:31 +02:00
Andreas Troelsen d4a93071fe Initial commit. 2021-07-01 00:17:53 +02:00