Skip to content

Commit

Permalink
Remove startup info message
Browse files Browse the repository at this point in the history
  • Loading branch information
vjh0107 committed Jan 26, 2024
1 parent 2896f67 commit 29612b9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ abstract class SpringBukkitPlugin : JavaPlugin(), ApplicationContextInitializer<
return SpringApplicationBuilder(DefaultResourceLoader(this.classLoader), applicationSource)
.web(WebApplicationType.NONE)
.bannerMode(Banner.Mode.OFF)
.logStartupInfo(false)
.initializers(this)
.run()
}
Expand Down

0 comments on commit 29612b9

Please sign in to comment.