From c1716709f3424156a4a56a8b989199d60e905037 Mon Sep 17 00:00:00 2001 From: Andreas Troelsen Date: Fri, 30 Jul 2021 01:38:03 +0200 Subject: [PATCH] Add changelog bullet about targeting 1.17. Because this bullet covers both the commit with the version bump and the following compatibility commits, it didn't really fit properly into any one of those commits, so now it gets its own! --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 5713ceb..04c6b60 100644 --- a/changelog.md +++ b/changelog.md @@ -16,6 +16,7 @@ These changes will (most likely) be included in the next version. - (API) MobArena now fires MobArenaPreReloadEvent and MobArenaReloadEvent before and after, respectively, reloading its config-file. This should allow extensions and other plugins to better respond to configuration changes. ### Changed +- MobArena now targets the Minecraft 1.17 version of the Spigot API (but still works on 1.13-1.16). This should make it easier to tackle feature requests and bug reports related to modern Minecraft. - The regex pattern for the player list command is now less greedy, so it will only match on `/ma players`, `/ma playerlist`, and `/ma player-list`. The previous pattern matched on anything that starts with `player`, which rendered the `/ma player-stats` command in MobArenaStats impossible to invoke. ## [0.106] - 2021-05-09