Skip to content

Commit 768ffa2

Browse files
committed
shade stuff
1 parent 148cda6 commit 768ffa2

File tree

2 files changed

+20
-10
lines changed

2 files changed

+20
-10
lines changed

pom.xml

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@
6767
<pattern>org.bstats</pattern>
6868
<shadedPattern>lol.hyper.anarchystats.bstats</shadedPattern>
6969
</relocation>
70+
<relocation>
71+
<pattern>net.kyori</pattern>
72+
<shadedPattern>lol.hyper.anarchystats.adventure</shadedPattern>
73+
</relocation>
74+
<relocation>
75+
<pattern>lol.hyper.githubreleaseapi</pattern>
76+
<shadedPattern>lol.hyper.anarchystats.updater</shadedPattern>
77+
</relocation>
7078
</relocations>
7179
</configuration>
7280
<executions>
@@ -98,7 +106,7 @@
98106
<dependency>
99107
<groupId>org.spigotmc</groupId>
100108
<artifactId>spigot-api</artifactId>
101-
<version>1.18.2-R0.1-SNAPSHOT</version>
109+
<version>1.19-R0.1-SNAPSHOT</version>
102110
<scope>provided</scope>
103111
</dependency>
104112
<dependency>
@@ -110,20 +118,26 @@
110118
<dependency>
111119
<groupId>lol.hyper</groupId>
112120
<artifactId>github-release-api</artifactId>
113-
<version>1.0.1</version>
114-
<scope>provided</scope>
121+
<version>1.0.2</version>
122+
<scope>compile</scope>
123+
<exclusions>
124+
<exclusion>
125+
<groupId>org.json</groupId>
126+
<artifactId>json</artifactId>
127+
</exclusion>
128+
</exclusions>
115129
</dependency>
116130
<dependency>
117131
<groupId>net.kyori</groupId>
118132
<artifactId>adventure-text-minimessage</artifactId>
119133
<version>4.11.0</version>
120-
<scope>provided</scope>
134+
<scope>compile</scope>
121135
</dependency>
122136
<dependency>
123137
<groupId>net.kyori</groupId>
124138
<artifactId>adventure-platform-bukkit</artifactId>
125139
<version>4.1.0</version>
126-
<scope>provided</scope>
140+
<scope>compile</scope>
127141
</dependency>
128142
</dependencies>
129143
</project>

src/main/resources/plugin.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,4 @@ permissions:
1212
description: Allows the usage of /anarchystats reload
1313
commands:
1414
anarchystats:
15-
usage: /anarchystats
16-
libraries:
17-
- lol.hyper:github-release-api:1.0.1
18-
- net.kyori:adventure-text-minimessage:4.11.0
19-
- net.kyori:adventure-platform-bukkit:4.1.0
15+
usage: /anarchystats

0 commit comments

Comments
 (0)