Skip to content

Commit

Permalink
misc: remove default DevelopmentPlugin file
Browse files Browse the repository at this point in the history
Implement this file yourself
  • Loading branch information
DebitCardz committed Nov 25, 2023
1 parent d3a9f8d commit 696f0bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 44 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ out/
.vscode/

### Other ###
development/run/
development/run/
development/src/main/kotlin/
2 changes: 1 addition & 1 deletion development/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ bukkit {
apiVersion = "1.20"
version = "${project.version}"
authors = listOf("Tech")
main = "me.tech.development.DevelopmentPlugin"
main = "DevelopmentPlugin"

commands {
register("openui")
Expand Down

This file was deleted.

0 comments on commit 696f0bd

Please sign in to comment.