diff options
Diffstat (limited to 'platform-paper')
| -rw-r--r-- | platform-paper/src/main/kotlin/dev/m1sk9/lunaticChat/paper/command/core/LunaticCommand.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform-paper/src/main/kotlin/dev/m1sk9/lunaticChat/paper/command/core/LunaticCommand.kt b/platform-paper/src/main/kotlin/dev/m1sk9/lunaticChat/paper/command/core/LunaticCommand.kt index 07a7823..0cec686 100644 --- a/platform-paper/src/main/kotlin/dev/m1sk9/lunaticChat/paper/command/core/LunaticCommand.kt +++ b/platform-paper/src/main/kotlin/dev/m1sk9/lunaticChat/paper/command/core/LunaticCommand.kt @@ -14,6 +14,8 @@ import net.kyori.adventure.text.format.NamedTextColor * Provides common functionality and enforces consistent command structure. */ abstract class LunaticCommand( + // Reference to the main plugin instance + // DO NOT REMOVE - needed for command registration protected val plugin: LunaticChat, ) { private val commandAnnotation: Command by lazy { |
