@@ -17,7 +17,7 @@ StructureBlockLib is a bukkit API and implementation for handling structures on
1717* API to save or load structures without an actual structure block.
1818* Asynchronous implementation and API.
1919* Fluent API.
20- * Version support 1.9.R1 - 1.18.R2
20+ * Version support 1.9.R1 - 1.19.R1
2121* Java support 8 - Latest
2222
2323## Donation
@@ -35,15 +35,15 @@ Support development with a small tip :heart: :coffee:.
3535<dependency >
3636 <groupId >com.github.shynixn.structureblocklib</groupId >
3737 <artifactId >structureblocklib-bukkit-api</artifactId >
38- <version >2.7 .0</version >
38+ <version >2.8 .0</version >
3939 <scope >provided</scope >
4040</dependency >
4141```
4242** Gradle**
4343
4444``` xml
4545dependencies {
46- compileOnly("com.github.shynixn.structureblocklib:structureblocklib-bukkit-api:2.7 .0")
46+ compileOnly("com.github.shynixn.structureblocklib:structureblocklib-bukkit-api:2.8 .0")
4747}
4848```
4949
@@ -277,8 +277,8 @@ structureBlock.update();
277277** plugin.yml**
278278``` yaml
279279libraries :
280- - com.github.shynixn.structureblocklib:structureblocklib-bukkit-api:2.7 .0
281- - com.github.shynixn.structureblocklib:structureblocklib-bukkit-core:2.7 .0
280+ - com.github.shynixn.structureblocklib:structureblocklib-bukkit-api:2.8 .0
281+ - com.github.shynixn.structureblocklib:structureblocklib-bukkit-core:2.8 .0
282282` ` `
283283
284284### For version < 1.17
@@ -297,22 +297,22 @@ go with the option above instead. There are several tutorials on spigotmc.org.
297297<dependency>
298298 <groupId>com.github.shynixn.structureblocklib</groupId>
299299 <artifactId>structureblocklib-bukkit-api</artifactId>
300- <version>2.7 .0</version>
300+ <version>2.8 .0</version>
301301 <scope>compile</scope>
302302</dependency>
303303<dependency>
304304 <groupId>com.github.shynixn.structureblocklib</groupId>
305305 <artifactId>structureblocklib-bukkit-core</artifactId>
306- <version>2.7 .0</version>
306+ <version>2.8 .0</version>
307307 <scope>compile</scope>
308308</dependency>
309309```
310310** Gradle**
311311
312312``` xml
313313dependencies {
314- implementation("com.github.shynixn.structureblocklib:structureblocklib-bukkit-api:2.7 .0")
315- implementation("com.github.shynixn.structureblocklib:structureblocklib-bukkit-core:2.7 .0")
314+ implementation("com.github.shynixn.structureblocklib:structureblocklib-bukkit-api:2.8 .0")
315+ implementation("com.github.shynixn.structureblocklib:structureblocklib-bukkit-core:2.8 .0")
316316}
317317```
318318
0 commit comments