Skip to content

Commit beb1e49

Browse files
committed
Comment added.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent 8527028 commit beb1e49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/com/mairwunnx/projectessentials/core/impl/configurations/NativeMappingsConfigurationModel.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import kotlinx.serialization.Serializable
44

55
@Serializable
66
data class NativeMappingsConfigurationModel(
7+
val comment: String = "That is configuration still in experimental state! Something may work unstable.",
78
val permissions: MutableMap<String, String> = mutableMapOf(
89
"_comment" to "Hello there! You can change permissions mappings there, in format \"command\":\"node@op-level\". By removing command there, Project Essentials will generate permissions node automatically bases on command name, for command advancements will generated permissions `native.advancements` with op level provided in `https://minecraft.gamepedia.com/Commands`.",
910
"ban" to "native.moderation.ban@3",

0 commit comments

Comments
 (0)