diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a24b48..18d2db9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### Changelog: - Fixed permission issues +- Updated to Minecraft 26.1.1 Please report any bugs to the [Discord Server](https://discord.gg/VNXV4PDhfK). The sooner the bug is reported, the faster I can release a new fix which patches it. Thanks for all the support with this plugin ! <3 \ No newline at end of file diff --git a/CURSEFORGE.md b/CURSEFORGE.md index 9dd704a..04d5016 100644 --- a/CURSEFORGE.md +++ b/CURSEFORGE.md @@ -4,7 +4,7 @@ *** -### ✅ Compatible with Minecraft `1.21.X` (1.21, 1.21.1, …, 1.21.5) +### ✅ Compatible with Minecraft versions up to `26.1.1` ## 📜 Commands @@ -38,8 +38,4 @@ The command `/permissions` allows to grant/revoke access to a certain player, al ## 🐛 Found a Bug? If you discover a bug or issue, please report it on our Discord server. -[https://discord.gg/VNXV4PDhfK](https://discord.gg/VNXV4PDhfK) - -## 🌊 Looking to host Minecraft server? Create a server with ServerWave and support my development - -[![ServerWave partnership](./.github/assets/serverwave_banner.png)](https://serverwave.com/p/gamecreep35) \ No newline at end of file +[https://discord.gg/VNXV4PDhfK](https://discord.gg/VNXV4PDhfK) \ No newline at end of file diff --git a/README.md b/README.md index c6ae038..ebbb68f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ *** -### ✅ Compatible with Minecraft `1.21.X` (1.21, 1.21.1, ..., 1.21.5) +### ✅ Compatible with Minecraft up to `26.1.1` ## 📜 Commands diff --git a/pom.xml b/pom.xml index 76a113f..d9ef712 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ fr.gamecreep BasicHomes - 1.9.8-RELEASE-1.21.11 + 1.9.8-RELEASE-26.1.1 jar BasicHomes @@ -16,7 +16,7 @@ 1.8 UTF-8 - https://github.com/iGameCreep + https://github.com/iGameCreep/BasicHomes @@ -83,24 +83,24 @@ org.spigotmc spigot-api - 1.21.11-R0.1-SNAPSHOT + 26.1.1-R0.1-SNAPSHOT provided org.bstats bstats-bukkit - 3.0.2 + 3.2.1 org.projectlombok lombok - 1.18.20 + 1.18.44 provided com.google.code.gson gson - 2.10.1 + 2.13.2 jakarta.annotation