We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba8333 commit 58fbb6fCopy full SHA for 58fbb6f
CHANGELOG.md
@@ -1,7 +1,7 @@
1
# Changelog
2
3
## 7.0.9
4
-* Add support for MC 1.20
+* Add support for MC 1.20, drop support for MC 1.19
5
* Made entities spawned via the `/summon` command get treated as plugin-spawned entities
6
* Add sniffer egg trample protection options
7
worldguard-bukkit/src/main/resources/plugin.yml
@@ -3,4 +3,4 @@ main: com.sk89q.worldguard.bukkit.WorldGuardPlugin
version: "${internalVersion}"
depend: [WorldEdit]
softdepend: [CommandBook]
-api-version: 1.19
+api-version: "1.20"
0 commit comments