Skip to content

Commit

Permalink
Update Bungee config
Browse files Browse the repository at this point in the history
Forgot to update the Bungeecord config. It now includes the new options introduced by player linking.
  • Loading branch information
Tim203 authored May 4, 2020
1 parent 34d5100 commit 7b5a269
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions bungee/src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,20 @@ disconnect:
# The disconnect message Geyser users should get when connecting
# to the server with the correct key but not with the correct data format
invalid-arguments-length: Expected {0} arguments, got {1}. Is Geyser up-to-date?

# Configuration for player linking
player-link:
# Whether to enable the linking system. Turning this off will prevent
# players from using the linking feature even if they are already linked.
enable: false
# The type of storage system you want to use
# Currently implemented: SQLite
type: sqlite
# Whether to allow the use of /linkaccount and /unlinkaccount
# You can also use allow specific people to use the commands using the
# permissions floodgate.linkaccount and floodgate.unlinkaccount.
# This is only for linking, already connected people will stay connected
allow-linking: true
# The amount of time until a link code expires in seconds
link-code-timeout: 300

0 comments on commit 7b5a269

Please sign in to comment.