Skip to content

Commit 19239b0

Browse files
committed
feat: use the new in-plugin resource pack feature
1 parent bbfeb88 commit 19239b0

13 files changed

Lines changed: 205 additions & 2 deletions

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
group = "org.allaymc.serverinfo"
77
description = "Show some information through scoreboard"
8-
version = "1.3.0"
8+
version = "1.4.0"
99

1010
java {
1111
toolchain {
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"format_version": 2,
3+
"header": {
4+
"description": "Better Scoreboard",
5+
"name": "Better Scoreboard",
6+
"uuid": "92b43bd2-e6de-4ded-bcb1-bbae0083ae4c",
7+
"version": [
8+
1,
9+
1,
10+
0
11+
],
12+
"min_engine_version": [
13+
1,
14+
16,
15+
0
16+
]
17+
},
18+
"modules": [
19+
{
20+
"description": "Better Scoreboard",
21+
"type": "resources",
22+
"uuid": "89c0beac-1f9a-4697-abda-b6861741a6c3",
23+
"version": [
24+
1,
25+
1,
26+
0
27+
]
28+
}
29+
]
30+
}
4.84 KB
Loading
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"nineslice_size": [
3+
4,
4+
4,
5+
4,
6+
4
7+
],
8+
"base_size": [
9+
24,
10+
24
11+
]
12+
}
107 Bytes
Loading
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"nineslice_size": [
3+
4,
4+
4,
5+
4,
6+
4
7+
],
8+
"base_size": [
9+
24,
10+
24
11+
]
12+
}
116 Bytes
Loading
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"nineslice_size": [
3+
4,
4+
4,
5+
4,
6+
4
7+
],
8+
"base_size": [
9+
12,
10+
12
11+
]
12+
}
116 Bytes
Loading
83 Bytes
Loading

0 commit comments

Comments
 (0)