Skip to content

Commit

Permalink
add RequireBuiltinCommandPermissions config option to disable requiri…
Browse files Browse the repository at this point in the history
…ng builtin command permissions for testing
  • Loading branch information
robinbraemer committed May 6, 2021
1 parent 77d592f commit ade3ee4
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 71 deletions.
6 changes: 6 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ editions:
# Whether to register builtin commands on proxy start.
# Default: true
builtinCommands: true
# Whether players require permissions to
# execute a builtin proxy command like /server.
# Ignore this if `builtinCommands` is set to false.
# (This should be set to true in production environments.)
# Default: false
requireBuiltinCommandPermissions: false
# The default disconnect reason to kick player on proxy shutdown when no other reason was given.
# Either in simple legacy '§' format or modern text component '{"text":"...", ...}' json.
shutdownReason: |
Expand Down
Loading

0 comments on commit ade3ee4

Please sign in to comment.