mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-12-23 01:27:40 +01:00
Remove Support for 1.19
This commit is contained in:
parent
fba8333de3
commit
58fbb6f008
@ -1,7 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 7.0.9
|
## 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
|
* Made entities spawned via the `/summon` command get treated as plugin-spawned entities
|
||||||
* Add sniffer egg trample protection options
|
* Add sniffer egg trample protection options
|
||||||
|
|
||||||
|
@ -3,4 +3,4 @@ main: com.sk89q.worldguard.bukkit.WorldGuardPlugin
|
|||||||
version: "${internalVersion}"
|
version: "${internalVersion}"
|
||||||
depend: [WorldEdit]
|
depend: [WorldEdit]
|
||||||
softdepend: [CommandBook]
|
softdepend: [CommandBook]
|
||||||
api-version: 1.19
|
api-version: "1.20"
|
||||||
|
Loading…
Reference in New Issue
Block a user