Advertisement
CyberFlameU

BungeeGuard Spigot

Apr 20th, 2021 (edited)
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.82 KB | None | 0 0
  1. # BungeeGuard Configuration
  2.  
  3. # Allowed authentication tokens.
  4. allowed-tokens:
  5.  - "N05TOC9qxOOPVeUgVlO3nRrTD3gQhoyui9lKh0qRI3JcY2pazeaWqY59T4Z2mMIc"
  6.  
  7.  
  8. # Messages
  9.  
  10. # Kick message sent to connections without any forwarded data from the proxy.
  11. # Most likely a vanilla client connecting directly to the server, bypassing the proxy.
  12. no-data-kick-message: "&cNo data was forwarded to the proxy, authentication failed."
  13.  
  14. # Kick message sent to connections with forwarding data, but without a correct BungeeGuard token
  15. # included in their handshake. Assuming BungeeGuard is installed correctly on all proxies,
  16. # this is most likely a client trying to exploit the BungeeCord protocol to spoof their uuid.
  17. invalid-token-kick-message: "&cAuthentication error: Connection dropped (Error: Token not supplied/invalid token provided)"
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement