|
5 | 5 | ] |
6 | 6 | ANNO = [ |
7 | 7 | // Lombok is handled by the plugin, but keeping standard dependencies here if needed |
8 | | - 'com.github.Streamline-Essentials:BukkitOfUtils:master-SNAPSHOT', |
| 8 | + 'gg.drak:BukkitOfUtils:1.16.0', |
9 | 9 |
|
10 | 10 | // StreamlineCore Dependencies (API & BAPI) |
11 | | - 'com.github.Streamline-Essentials.StreamlineCore:API:master-SNAPSHOT', |
12 | | - 'com.github.Streamline-Essentials.StreamlineCore:BAPI:master-SNAPSHOT', |
| 11 | + 'gg.drak:StreamlineCore-API:2.5.5.6', |
| 12 | + 'gg.drak:StreamlineCore-BAPI:2.5.5.6', |
13 | 13 |
|
| 14 | + // Folia API for Folia compatibility |
14 | 15 | 'dev.folia:folia-api:1.20.4-R0.1-SNAPSHOT', |
15 | | - 'net.kyori:adventure-api:4.16.0', |
16 | | - 'net.kyori:adventure-text-serializer-gson:4.16.0', |
17 | | - 'net.kyori:adventure-text-serializer-legacy:4.16.0', |
18 | | - 'net.kyori:adventure-text-serializer-plain:4.16.0', |
19 | | - 'net.kyori:adventure-text-minimessage:4.16.0', |
20 | | - 'net.kyori:adventure-text-serializer-ansi:4.16.0', |
21 | | - 'net.kyori:ansi:1.0.3', |
22 | 16 | ] |
23 | 17 | COMP_ONLY = [ |
24 | | - // Updated BukkitOfUtils to the new Group ID matching BrewFaster |
25 | | - 'com.github.Streamline-Essentials:BukkitOfUtils:master-SNAPSHOT', |
26 | | - |
| 18 | + // Lombok is handled by the plugin, but keeping standard dependencies here if needed |
| 19 | + 'gg.drak:BukkitOfUtils:1.16.0', |
| 20 | + |
27 | 21 | // StreamlineCore Dependencies (API & BAPI) |
28 | | - // Needed for tv.quaint classes |
29 | | - 'com.github.Streamline-Essentials.StreamlineCore:API:master-SNAPSHOT', |
30 | | - 'com.github.Streamline-Essentials.StreamlineCore:BAPI:master-SNAPSHOT', |
31 | | - |
| 22 | + 'gg.drak:StreamlineCore-API:2.5.5.6', |
| 23 | + 'gg.drak:StreamlineCore-BAPI:2.5.5.6', |
| 24 | + |
| 25 | + // Folia API for Folia compatibility |
32 | 26 | 'dev.folia:folia-api:1.20.4-R0.1-SNAPSHOT', |
33 | | - 'net.kyori:adventure-api:4.16.0', |
34 | | - 'net.kyori:adventure-text-serializer-gson:4.16.0', |
35 | | - 'net.kyori:adventure-text-serializer-legacy:4.16.0', |
36 | | - 'net.kyori:adventure-text-serializer-plain:4.16.0', |
37 | | - 'net.kyori:adventure-text-minimessage:4.16.0', |
38 | | - 'net.kyori:adventure-text-serializer-ansi:4.16.0', |
39 | | - 'net.kyori:ansi:1.0.3', |
40 | 27 | ] |
41 | 28 | FILES = [ |
42 | 29 | ] |
43 | 30 | OTHER_PLUGINS = [ |
44 | | - 'me.clip:placeholderapi:2.11.5', |
| 31 | + // PlaceholderAPI for Placeholder support |
| 32 | + 'me.clip:placeholderapi:2.11.7', |
45 | 33 | ] |
46 | 34 | } |
0 commit comments