44 SHADOW = [
55 ]
66 ANNO = [
7- ' com.github.streamline-essentials:BukkitOfUtils:master-SNAPSHOT' ,
7+ // Lombok is handled by the plugin, but keeping standard dependencies here if needed
8+ ' gg.drak:BukkitOfUtils:1.16.0' ,
9+
10+ // StreamlineCore Dependencies (API & BAPI)
11+ ' gg.drak:StreamlineCore-API:2.5.5.6' ,
12+ ' gg.drak:StreamlineCore-BAPI:2.5.5.6' ,
13+
14+ // Folia API for Folia compatibility
815 ' dev.folia:folia-api:1.20.4-R0.1-SNAPSHOT' ,
9- ' net.kyori:adventure-api:4.16.0' ,
10- ' net.kyori:adventure-text-serializer-gson:4.16.0' ,
11- ' net.kyori:adventure-text-serializer-legacy:4.16.0' ,
12- ' net.kyori:adventure-text-serializer-plain:4.16.0' ,
13- ' net.kyori:adventure-text-minimessage:4.16.0' ,
14- ' net.kyori:adventure-text-serializer-ansi:4.16.0' ,
15- ' net.kyori:ansi:1.0.3' ,
1616 ]
1717 COMP_ONLY = [
18- ' com.github.streamline-essentials:BukkitOfUtils:master-SNAPSHOT' ,
18+ // Lombok is handled by the plugin, but keeping standard dependencies here if needed
19+ ' gg.drak:BukkitOfUtils:1.16.0' ,
20+
21+ // StreamlineCore Dependencies (API & BAPI)
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
1926 ' dev.folia:folia-api:1.20.4-R0.1-SNAPSHOT' ,
20- ' net.kyori:adventure-api:4.16.0' ,
21- ' net.kyori:adventure-text-serializer-gson:4.16.0' ,
22- ' net.kyori:adventure-text-serializer-legacy:4.16.0' ,
23- ' net.kyori:adventure-text-serializer-plain:4.16.0' ,
24- ' net.kyori:adventure-text-minimessage:4.16.0' ,
25- ' net.kyori:adventure-text-serializer-ansi:4.16.0' ,
26- ' net.kyori:ansi:1.0.3' ,
2727 ]
2828 FILES = [
2929 ]
3030 OTHER_PLUGINS = [
31- ' me.clip:placeholderapi:2.11.5' ,
31+ // PlaceholderAPI for Placeholder support
32+ ' me.clip:placeholderapi:2.11.7' ,
3233 ]
33- }
34+ }
0 commit comments