Commit Graph
6 Commits
Author SHA1 Message Date
Andreas Troelsen 1756a08318 Tag along on MobArena's /ma reload command.
This commit adds to the main plugin class a tiny event listener that
listens for MobArena's post-reload event and responds by calling the
internal reload method. This gives us a super cheap way to support
reloads while giving server owners one fewer commands to worry about.

Closes #11
2021-08-01 19:28:37 +02: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 8cbdb4d9c6 Use MobArena's global messenger for query commands.
Changes the command output in the query commands to the same approach
used in the import/export and delete commands for better consistency
(and arguably prettier output).

It could probably still do with some fine tuning or maybe custmization
options, but that's out of scope for this particular issue.

Closes #1
2021-07-01 23:06:05 +02:00
Andreas Troelsen aa08925f24 Clarify first run procedure in README. 2021-07-01 00:17:56 +02:00
Andreas Troelsen d4a93071fe Initial commit. 2021-07-01 00:17:53 +02:00