Remove Support for 1.19

This commit is contained in:
Joo200 2023-07-30 18:20:02 +02:00
parent fba8333de3
commit 58fbb6f008
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Changelog
## 7.0.9
* Add support for MC 1.20
* Add support for MC 1.20, drop support for MC 1.19
* Made entities spawned via the `/summon` command get treated as plugin-spawned entities
* Add sniffer egg trample protection options

View File

@ -3,4 +3,4 @@ main: com.sk89q.worldguard.bukkit.WorldGuardPlugin
version: "${internalVersion}"
depend: [WorldEdit]
softdepend: [CommandBook]
api-version: 1.19
api-version: "1.20"