Skip to content

Commit 9b183e1

Browse files
committed
[fix]plugin.ymlのmainを修正する
1 parent 23d07cb commit 9b183e1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ shadowJar {
3333
bukkit {
3434
name = rootProject.name
3535
version = project.version
36-
main = "${project.group}.${rootProject.name.toLowerCase()}"
36+
main = "${project.group}.${rootProject.name.toLowerCase()}.${rootProject.name}"
3737
description = 'description'
3838
website = 'https://example.com'
3939
apiVersion = '1.18'
40-
authors = ['nova27']
40+
author = 'nova27'
4141
depend = ['WorldEdit', 'ProtocolLib']
4242

4343
commands {
4444
mcweb {
45-
description = 'mcweb'
45+
description = 'Export the selected area in the Sponge Schematic Format.'
4646
usage = 'test!'
4747
}
4848
}

0 commit comments

Comments
 (0)