Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. # SubServer Plugin Configuration
  2. # This is The Main Config for this Plugin
  3. # Host Server signs allow in-game players to start servers via sign.
  4. # Note, You have to restart your server for this to take effect
  5. Host-Server-Signs:
  6. enabled: true
  7.  
  8. # This is the settings for the proxy
  9. # The proxy is incompatible with Host Server Signs, but can be controlled using commands.
  10. # Shell is The Full path to the proxy's start script
  11. Proxy:
  12. enabled: false
  13. run-on-launch: true
  14. shell: full/path/to/your/start-bungee.sh
  15. log: true
  16.  
  17. # This Is the List of your Servers
  18. # PIDs can be any whole number between 1 and 8
  19. # Shell is the Full Path to the server's Start Script
  20. Servers:
  21. Server1:
  22. enabled: true
  23. pid: 1
  24. log: true
  25. shell: C:\Users\Test\Desktop\spigot1.8.3\start.bat
  26. signs: []
  27.  
  28. # Lang Settings are now at "lang.yml"
  29. # Config Version. If invalid, Config will regenerate
  30. config: 3
  31.  
  32. # End of Config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement