Guest User

Untitled

a guest
Aug 18th, 2017
425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. # Skellett the addon with the beast name!
  2. # By LimeGlass
  3.  
  4. # The Host must be the main IP of the BungeeCord that is hosting SkellettProxy.
  5. # If the bungeecord and this server are on the same machine, you can leave it as localhost.
  6.  
  7. # The port must match the same port that is in the SkellettProxy config.
  8. SkellettProxy: true
  9. Host: 192.99.31.188
  10. Port: 7331
  11.  
  12. # Heartbeat is a running task that SkellettProxy uses to check that servers are still connected.
  13. # This is in milliseconds.
  14. Heartbeat: 50
  15.  
  16. # Disconnect if the Bungeecord is offline.
  17. # If this is set to false. Skellett will keep making attempts at connecting.
  18. Disconnect: false
  19.  
  20. # Enable Bungeecord events.
  21. # This will run a repeating task to handle the listener.
  22. # This needs to be enabled if you want to use;
  23. # Bungeecord events, Evaluate effect, Max players, Whitelisted players, Network variables, Global scripts and much more!
  24. Events: true
  25. # The event port is what SkellettProxy looks for when a bungee event has been triggered.
  26. # This can match the port defined in the SkellettProxy settings above. It doesn't really matter.
  27. # The port above is the port from the bungeecord side SkellettProxy config, where as this port is for this server.
  28. # This port has to be DIFFERENT on every one of your bungeecord server if your servers run on the same machine.
  29. EventPort: 7331
  30.  
  31. # A message that is displayed to the console to notify that a GlobalScript has been reloaded.
  32. GlobalScriptReloadMessage: true
Advertisement
Add Comment
Please, Sign In to add comment