File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -53,17 +53,11 @@ repositories {
53
53
}
54
54
55
55
dependencies {
56
-
57
- testImplementation ' junit:junit:4.13.2'
58
56
paperweightDevelopmentBundle(" io.papermc.paper:dev-bundle:$minecraftVersion -R0.1-SNAPSHOT" )
59
-
60
-
61
57
// other plugins
62
58
compileOnly(' net.essentialsx:EssentialsX:2.19.6' ) // soft dep
63
-
64
59
compileOnly ' org.jetbrains:annotations:23.0.0'
65
60
// Testing
66
-
67
61
testImplementation(platform(' org.junit:junit-bom:5.9.0' ))
68
62
testImplementation(' org.junit.jupiter:junit-jupiter' )
69
63
// testImplementation 'junit:junit:4.13.2'
Original file line number Diff line number Diff line change @@ -3,8 +3,9 @@ main: cat.nyaa.nyaacore.NyaaCoreLoader
3
3
description : " Code infrastructure for all NyaaCat plugins."
4
4
version : ${version}
5
5
softdepend : [ Essentials ]
6
+ load : STARTUP
7
+ loadbefore :
8
+ - aolib
6
9
authors : [ RecursiveG,Librazy,cyilin ]
7
10
website : " https://github.com/NyaaCat/NyaaCore"
8
- api-version : 1.18
9
- libraries :
10
- - ' org.cadixdev:lorenz:0.5.8'
11
+ api-version : 1.19
You can’t perform that action at this time.
0 commit comments