We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382b07e commit 1462ebdCopy full SHA for 1462ebd
2 files changed
.idea/.gitignore
plugin-shared/src/main/kotlin/app/simplecloud/plugin/api/shared/config/AbstractMessageConfig.kt
@@ -6,7 +6,7 @@ import net.kyori.adventure.text.minimessage.tag.Tag
6
import net.kyori.adventure.text.minimessage.tag.resolver.TagResolver
7
8
abstract class AbstractMessageConfig {
9
- protected abstract val variables: Map<String, String>
+ abstract val variables: Map<String, String>
10
11
private val resolver: TagResolver by lazy {
12
TagResolver.resolver(
0 commit comments