From f07df6a55640eeda0edc782695cb444b4a46186c Mon Sep 17 00:00:00 2001 From: Andreas Troelsen Date: Tue, 26 Jul 2022 17:35:01 +0200 Subject: [PATCH] Add compatibility note in README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 406af58..03c3bb4 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ MobArenaStats is a _plugin extension_ for [MobArena](https://github.com/garbagem The extension collects stats from MobArena sessions into persistent storage such as MySQL, MariaDB, and SQLite databases. It hooks into MobArena's command handler to provide commands for querying and managing the stats. +**Note:** This extension requires MobArena 0.107 or later to work. + ## Getting Started