diff --git a/changelog.md b/changelog.md index bf0bfd6..04cdd40 100644 --- a/changelog.md +++ b/changelog.md @@ -23,7 +23,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. +- MobArena now targets the Minecraft 1.19 version of the Spigot API (but still works on 1.13-1.18). This should make it easier to tackle feature requests and bug reports related to modern Minecraft. - Monsters are no longer stripped of the _weapons_ they spawn with naturally, only their _armor_. This should improve forwards compatibility with new weapon-reliant monsters. - 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. diff --git a/pom.xml b/pom.xml index 223b4e0..2173f58 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,7 @@ org.spigotmc spigot-api - 1.17-R0.1-SNAPSHOT + 1.19-R0.1-SNAPSHOT provided