Advertisement
Guest User

Untitled

a guest
Mar 29th, 2014
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. # Here you have to specify a list of whitelisted ips.
  2. # Note that you do not need to specify bungee IPs here.
  3. # Those are automatically imported from your bukkit.yml.
  4. # Set them there if you didn't already.
  5. whitelist:
  6. - your bungee ip here
  7.  
  8. # Here you have to specify the message sent to the player when kicked.
  9. playerKickMessage: '&cYou have to join through the proxy.'
  10.  
  11. # Put this to true to print the real IP of every player attempting to connect.
  12. debug: false
  13.  
  14. # Setup mode, enabled on first run, will automatically whitelist the IP of any
  15. # connecting player that is detected to come through bungeecord.
  16. # WARNING : This should be set to false once you have whitelisted your bungeecord !
  17. setup: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement