Skip to content

Commit 403ca5a

Browse files
committed
update plugin.yml
1 parent 5487f18 commit 403ca5a

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,11 @@ repositories {
5353
}
5454

5555
dependencies {
56-
57-
testImplementation 'junit:junit:4.13.2'
5856
paperweightDevelopmentBundle("io.papermc.paper:dev-bundle:$minecraftVersion-R0.1-SNAPSHOT")
59-
60-
6157
// other plugins
6258
compileOnly('net.essentialsx:EssentialsX:2.19.6') // soft dep
63-
6459
compileOnly 'org.jetbrains:annotations:23.0.0'
6560
// Testing
66-
6761
testImplementation(platform('org.junit:junit-bom:5.9.0'))
6862
testImplementation('org.junit.jupiter:junit-jupiter')
6963
// testImplementation 'junit:junit:4.13.2'

src/main/resources/plugin.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ main: cat.nyaa.nyaacore.NyaaCoreLoader
33
description: "Code infrastructure for all NyaaCat plugins."
44
version: ${version}
55
softdepend: [ Essentials ]
6+
load: STARTUP
7+
loadbefore:
8+
- aolib
69
authors: [ RecursiveG,Librazy,cyilin ]
710
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

0 commit comments

Comments
 (0)