-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add configuration files for Proxy version waterfall
- Loading branch information
1 parent
1ab5fb6
commit 0ea3612
Showing
1 changed file
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
server_connect_timeout: 5000 | ||
enforce_secure_profile: false | ||
remote_ping_cache: -1 | ||
forge_support: true | ||
player_limit: -1 | ||
permissions: | ||
default: | ||
- bungeecord.command.server | ||
- bungeecord.command.list | ||
admin: | ||
- bungeecord.command.alert | ||
- bungeecord.command.end | ||
- bungeecord.command.ip | ||
- bungeecord.command.reload | ||
- bungeecord.command.kick | ||
timeout: 30000 | ||
log_commands: false | ||
network_compression_threshold: 256 | ||
online_mode: true | ||
disabled_commands: | ||
- disabledcommandhere | ||
servers: | ||
lobby: | ||
motd: '&1Just another Waterfall - Forced Host' | ||
address: localhost:25565 | ||
restricted: false | ||
listeners: | ||
- query_port: 25577 | ||
motd: '&1Another Bungee server' | ||
tab_list: GLOBAL_PING | ||
query_enabled: false | ||
proxy_protocol: false | ||
forced_hosts: | ||
pvp.md-5.net: pvp | ||
ping_passthrough: false | ||
priorities: | ||
- lobby | ||
bind_local_address: true | ||
host: 0.0.0.0:25577 | ||
max_players: 1 | ||
tab_size: 60 | ||
force_default_server: false | ||
ip_forward: false | ||
remote_ping_timeout: 5000 | ||
reject_transfers: false | ||
prevent_proxy_connections: false | ||
groups: | ||
md_5: | ||
- admin | ||
connection_throttle: 4000 | ||
stats: ba825494-aaa4-4838-b9a8-f3e8f6e9819d | ||
connection_throttle_limit: 3 | ||
log_pings: true |