is not current version
Last Version 1.3

com.github.shynixn:structureblocklib 1.2

Simple spigot plugin to modify structureblocks on your minecraft server.

GroupId

GroupId

com.github.shynixn
ArtifactId

ArtifactId

structureblocklib
Version

Version

1.2
Type

Type

jar

Download structureblocklib 1.2


<!-- https://jarcasting.com/artifacts/com.github.shynixn/structureblocklib/ -->
<dependency>
    <groupId>com.github.shynixn</groupId>
    <artifactId>structureblocklib</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shynixn/structureblocklib/
implementation 'com.github.shynixn:structureblocklib:1.2'
// https://jarcasting.com/artifacts/com.github.shynixn/structureblocklib/
implementation ("com.github.shynixn:structureblocklib:1.2")
'com.github.shynixn:structureblocklib:jar:1.2'
<dependency org="com.github.shynixn" name="structureblocklib" rev="1.2">
  <artifact name="structureblocklib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shynixn', module='structureblocklib', version='1.2')
)
libraryDependencies += "com.github.shynixn" % "structureblocklib" % "1.2"
[com.github.shynixn/structureblocklib "1.2"]