File tree Expand file tree Collapse file tree 2 files changed +20
-10
lines changed Expand file tree Collapse file tree 2 files changed +20
-10
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
Original file line number Diff line number Diff line change @@ -12,8 +12,4 @@ permissions:
1212 description : Allows the usage of /anarchystats reload
1313commands :
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
You can’t perform that action at this time.
0 commit comments