We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e64ab4 commit 2629e9aCopy full SHA for 2629e9a
sponge/example-plugin/src/main/java/com/example/ExamplePlugin.java
@@ -47,7 +47,7 @@ public void onServerStart(final StartedEngineEvent<Server> event) {
47
// This must be enabled in the project settings
48
.errorTracker(ERROR_TRACKER)
49
50
- //.debug(true) // Enable debug mode for development and testing
+ .debug(true) // Enable debug mode for development and testing
51
52
.token("YOUR_TOKEN_HERE") // required -> token can be found in the settings of your project
53
.create(pluginContainer);
0 commit comments