 
                Extended version of well known minecraft proxy called BungeeCord created and maintained by SpigotMC

Extended version of well known minecraft proxy called BungeeCord created and maintained by SpigotMC
Features:
Configuration File:
# ――――――――――――――――――――――――――――――――
#              ExtendedCord Configuration
# ――――――――――――――――――――――――――――――――
discord: "Techno Neziw#0001"
config-version: 1
# ――――――――――――――――――――――――――――――――
#                   General Settings
# ――――――――――――――――――――――――――――――――
general:
  # Custom F3 name on 1.13+ clients
  brand-name: "SuperServer"
  # Disable Entity MetaData rewrite
  disable-entity-metadata-rewrite: true
# ――――――――――――――――――――――――――――――――
#                   Security Settings
# ――――――――――――――――――――――――――――――――
security:
  # Close channel on invalid state
  close-on-invalid-state: true
  # Close channel on invalid payload
  close-on-invalid-payload: true
  # Close channel on invalid packet
  close-on-invalid-packet: true
  # Connection limits settings
  limits:
    # Limit connections per second
    connection-per-second: true
    # Maximum connections per second
    connection-per-second-value: 50
    # Kick message if limit has been reached
    kick-message: "&cToo many connections per second!"
  # Blacklist connections in IPTables (Linux Only)
  iptables-blacklist: false
Links: