Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 2 additions & 6 deletions CURSEFORGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)
[https://discord.gg/VNXV4PDhfK](https://discord.gg/VNXV4PDhfK)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>fr.gamecreep</groupId>
<artifactId>BasicHomes</artifactId>
<version>1.9.8-RELEASE-1.21.11</version>
<version>1.9.8-RELEASE-26.1.1</version>
<packaging>jar</packaging>

<name>BasicHomes</name>
Expand All @@ -16,7 +16,7 @@
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<url>https://github.com/iGameCreep</url>
<url>https://github.com/iGameCreep/BasicHomes</url>

<build>
<plugins>
Expand Down Expand Up @@ -83,24 +83,24 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.21.11-R0.1-SNAPSHOT</version>
<version>26.1.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.bstats</groupId>
<artifactId>bstats-bukkit</artifactId>
<version>3.0.2</version>
<version>3.2.1</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.20</version>
<version>1.18.44</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10.1</version>
<version>2.13.2</version>
</dependency>
<dependency>
<groupId>jakarta.annotation</groupId>
Expand Down
Loading