Skip to content

Commit

Permalink
cleanup build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Silthus committed May 3, 2020
1 parent 97f7fc4 commit b9a1795
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,9 @@ version '1.0'

spigot {
authors = [project.property("author")]
// depends = ['']
apiVersion = project.property("apiVersion")
load = STARTUP
// commands {
// give {
// aliases = ['i']
// description = 'Give command.'
// permission = 'test.foo'
// permissionMessage = 'You do not have permission!'
// usage = '/<command> [test|stop]'
// }
// }
// permissions {
// 'test.foo' {
// description = 'Allows foo command'
// defaults = 'true'
// }
// 'test.*' {
// description = 'Wildcard permission'
// defaults = 'op'
// children = ['test.foo': true]
// }
// }
// depends = ['']
}

sourceCompatibility = 1.8
Expand Down

0 comments on commit b9a1795

Please sign in to comment.