Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Commit c69efab

Browse files
committed
Update to 1.15 and WorldGuard restoration
1 parent 1ed56b3 commit c69efab

File tree

20 files changed

+119
-1958
lines changed

20 files changed

+119
-1958
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@
2828
/BlocksHub_Accessors/BlocksHub-Accessor-GriefPrevention/build/
2929
/BlocksHub_Accessors/BlocksHub-Accessor-GriefPrevention/target/
3030
/BlocksHub_Loggers/BlocksHub-Logger-LogBlock/build/
31-
/BlocksHub_Loggers/BlocksHub-Logger-LogBlock/target/
31+
/BlocksHub_Loggers/BlocksHub-Logger-LogBlock/target/
32+
/BlocksHub_Accessors/BlocksHub-Accessor-WorldGuard/target/

BlocksHub-Base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>org.primesoft.blockshub</groupId>
2626
<artifactId>BlocksHub-API</artifactId>
27-
<version>[3.1.0, 4.0.0)</version>
27+
<version>[3.1.1, 4.0.0)</version>
2828
<type>jar</type>
2929
</dependency>
3030
</dependencies>

BlocksHub-BaseBukkit/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@
2424
<dependency>
2525
<groupId>org.bukkit</groupId>
2626
<artifactId>bukkit</artifactId>
27-
<version>[1.13, 1.14)</version>
27+
<version>[1.15, 1.16)</version>
2828
<type>jar</type>
2929
</dependency>
3030

3131
<dependency>
3232
<groupId>org.primesoft.blockshub</groupId>
3333
<artifactId>BlocksHub-API</artifactId>
34-
<version>[3.1.0, 4.0.0)</version>
34+
<version>[3.1.1, 4.0.0)</version>
3535
<type>jar</type>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.primesoft.blockshub</groupId>
3939
<artifactId>BlocksHub-Base</artifactId>
40-
<version>[3.1.0, 4.0.0)</version>
40+
<version>[3.1.1, 4.0.0)</version>
4141
<type>jar</type>
4242
</dependency>
4343
</dependencies>

0 commit comments

Comments
 (0)