We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aadfdc commit 191e4beCopy full SHA for 191e4be
docs/en/user_guide/introduction/first_test.md
@@ -157,7 +157,7 @@ package org.mockbukkit.docsdemo
157
158
import org.bukkit.plugin.java.JavaPlugin
159
160
-class DemoPlugin: JavaPlugin() {
+open class DemoPlugin: JavaPlugin() {
161
162
override fun onEnable() {
163
logger.info("${this.name} enabled")
0 commit comments