Advertisement
Guest User

TeleportSigns Config

a guest
Jan 17th, 2015
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. #message when a player tries to connect to offline server
  2. offline-message: '&cServer is offline!'
  3. show-offline-message: true
  4. #time between pings/signupdate in seconds
  5. interval: 5
  6. #signs updates per tick
  7. sign-updates: 20
  8. #connect timeout
  9. timeout: 1500
  10. #cooldown for being teleported (milliseconds)
  11. cooldown: 2000
  12. #debugmode
  13. debug: false
  14. #specify your servers here
  15. servers:
  16. lobby:
  17. address: 192.168.0.112:25566
  18. displayname: Lobby
  19. friendsurvival:
  20. address: 192.168.0.112:25567
  21. displayname: Owner Survival
  22. copsnrobbers:
  23. address: 192.168.0.112:25568
  24. displayname: Cops N' Robbers
  25. factionsgreen:
  26. address: 192.168.0.112:25569
  27. displayname: Factions
  28. kitpvp:
  29. address: 192.168.0.112:25570
  30. displayname: KitPVP
  31. pizzaspleef:
  32. address: 192.168.0.112:25571
  33. displayname: Pizza Spleef
  34. botb:
  35. address: 192.168.0.112:25572
  36. displayname: Battle of the Bros.
  37.  
  38.  
  39. #placeholders:
  40. #%numpl% = online players
  41. #%maxpl% = max players
  42. #%motd% = motd
  43. #%displayname% = displayname
  44. #%isonline% whether the server is online or offline
  45. layouts:
  46. #you can change the default layout but don't delete it!
  47. default:
  48. teleport: false
  49. layout:
  50. - '%motd%'
  51. - '%numpl%/%maxpl%'
  52. - '%isonline%'
  53. online: '&2Online'
  54. offline: '&4Offline'
  55. offline-int: '-'
  56. info:
  57. teleport: false
  58. layout:
  59. - '%displayname%'
  60. - '&c%numpl%&a/&c%maxpl%'
  61. - '&6&fInfosign'
  62. - ''
  63. online: 'Online'
  64. offline: 'Offline'
  65. offline-int: '-'
  66. game:
  67. teleport: true
  68. layout:
  69. - '&n&fPvP-Match'
  70. - '%motd%'
  71. - '&1%numpl%&a/&1%maxpl%'
  72. - '%isonline%'
  73. online: '&a+++'
  74. offline: '&c---'
  75. offline-int: '-'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement