We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d07cb commit 9b183e1Copy full SHA for 9b183e1
1 file changed
build.gradle
@@ -33,16 +33,16 @@ shadowJar {
33
bukkit {
34
name = rootProject.name
35
version = project.version
36
- main = "${project.group}.${rootProject.name.toLowerCase()}"
+ main = "${project.group}.${rootProject.name.toLowerCase()}.${rootProject.name}"
37
description = 'description'
38
website = 'https://example.com'
39
apiVersion = '1.18'
40
- authors = ['nova27']
+ author = 'nova27'
41
depend = ['WorldEdit', 'ProtocolLib']
42
43
commands {
44
mcweb {
45
- description = 'mcweb'
+ description = 'Export the selected area in the Sponge Schematic Format.'
46
usage = 'test!'
47
}
48
0 commit comments