Skip to content

Commit 3829e62

Browse files
committed
Prefix spacing changed.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent acb8b9c commit 3829e62

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/main/kotlin/com/mairwunnx/projectessentials/permissions/impl/configurations/PermissionsConfigurationModel.kt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ data class PermissionsConfigurationModel(
5454
"^native.event.world.overworld.block.bedrock.place",
5555
"^native.event.world.overworld.block.bedrock.break"
5656
), mutableListOf()
57-
), Group("owner", false, mutableListOf("*"), mutableListOf(), "§c[§7owner§c]")
57+
), Group("owner", false, mutableListOf("*"), mutableListOf(), " §c[§7owner§c] ")
5858
),
5959
/**
6060
* stores all registered users.
@@ -93,7 +93,12 @@ data class PermissionsConfigurationModel(
9393
* Group message prefix for user.
9494
* @since Mod: 2.0.0-RC.1
9595
*/
96-
var prefix: String = String.empty
96+
var prefix: String = String.empty,
97+
/**
98+
* Group message suffix for user.
99+
* @since Mod: 2.0.0-RC.1
100+
*/
101+
var suffix: String = String.empty
97102
)
98103

99104
/**

0 commit comments

Comments
 (0)