Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit b809f46

Browse files
authored
Merge pull request #110 from SamB440/feat/1.19.4
Update to 1.19.4
2 parents 35675f6 + bd812e9 commit b809f46

File tree

312 files changed

+18239
-8574
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

312 files changed

+18239
-8574
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ RUN java -jar BuildTools.jar --rev 1.18 --remapped
2828
RUN java -jar BuildTools.jar --rev 1.18.2 --remapped
2929
RUN java -jar BuildTools.jar --rev 1.19 --remapped
3030
RUN java -jar BuildTools.jar --rev 1.19.3 --remapped
31+
RUN java -jar BuildTools.jar --rev 1.19.4 --remapped
3132

3233
# 3. Build plugin for 1.8 - 1.17 with jdk17
3334
FROM amazoncorretto:17 AS plugin-jdk17
@@ -45,9 +46,9 @@ RUN ./gradlew build pluginJar --no-daemon
4546
# 4. Launch a minecraft server with jdk17 and plugin
4647
FROM amazoncorretto:17
4748
# Change to the current plugin version present in build.gradle
48-
ENV PLUGIN_VERSION=2.9.0
49+
ENV PLUGIN_VERSION=2.10.0
4950
# Change to the server version you want to test.
50-
ENV SERVER_VERSION=spigot-1.19.jar
51+
ENV SERVER_VERSION=spigot-1.19.4.jar
5152
# Port of the Minecraft Server.
5253
EXPOSE 25565
5354
# Port for Remote Debugging

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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.9.0</version>
38+
<version>2.10.0</version>
3939
<scope>provided</scope>
4040
</dependency>
4141
```
4242
**Gradle**
4343

4444
```xml
4545
dependencies {
46-
compileOnly("com.github.shynixn.structureblocklib:structureblocklib-bukkit-api:2.9.0")
46+
compileOnly("com.github.shynixn.structureblocklib:structureblocklib-bukkit-api:2.10.0")
4747
}
4848
```
4949

@@ -277,8 +277,8 @@ structureBlock.update();
277277
**plugin.yml**
278278
```yaml
279279
libraries:
280-
- com.github.shynixn.structureblocklib:structureblocklib-bukkit-api:2.9.0
281-
- com.github.shynixn.structureblocklib:structureblocklib-bukkit-core:2.9.0
280+
- com.github.shynixn.structureblocklib:structureblocklib-bukkit-api:2.10.0
281+
- com.github.shynixn.structureblocklib:structureblocklib-bukkit-core:2.10.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.9.0</version>
300+
<version>2.10.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.9.0</version>
306+
<version>2.10.0</version>
307307
<scope>compile</scope>
308308
</dependency>
309309
```
310310
**Gradle**
311311

312312
```xml
313313
dependencies {
314-
implementation("com.github.shynixn.structureblocklib:structureblocklib-bukkit-api:2.9.0")
315-
implementation("com.github.shynixn.structureblocklib:structureblocklib-bukkit-core:2.9.0")
314+
implementation("com.github.shynixn.structureblocklib:structureblocklib-bukkit-api:2.10.0")
315+
implementation("com.github.shynixn.structureblocklib:structureblocklib-bukkit-core:2.10.0")
316316
}
317317
```
318318

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ tasks.register("printVersion") {
4444

4545
subprojects {
4646
group 'com.github.shynixn.structureblocklib'
47-
version '2.9.0'
47+
version '2.10.0'
4848

4949
apply plugin: 'kotlin-platform-jvm'
5050
apply plugin: 'signing'

docs/apidocs/allclasses-frame.html

Lines changed: 0 additions & 37 deletions
This file was deleted.

docs/apidocs/allclasses-noframe.html

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)