Update ftbessentials-server.snbt
This commit is contained in:
parent
c6dfc485b8
commit
31079416d4
1 changed files with 3 additions and 3 deletions
|
|
@ -61,7 +61,7 @@
|
|||
# Allows users to kick themselves from the server, for example if they are stuck or desynced
|
||||
kickme: {
|
||||
# Default: true
|
||||
enabled: true
|
||||
enabled: false
|
||||
}
|
||||
|
||||
# Allows users to view player leaderboard stats.
|
||||
|
|
@ -73,13 +73,13 @@
|
|||
# Allows users to change their display name, as well as admins to change nicknames for other users
|
||||
nick: {
|
||||
# Default: true
|
||||
enabled: true
|
||||
enabled: false
|
||||
}
|
||||
|
||||
# Allows users to announce their recording or streaming status to the server by using commands
|
||||
rec: {
|
||||
# Default: true
|
||||
enabled: true
|
||||
enabled: false
|
||||
}
|
||||
|
||||
# Enables usage of a trash can inventory, which can be used to void unneeded items
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue