Advertisement
Guest User

Untitled

a guest
Nov 7th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. ######### UTILITY #########
  2. map-size: 1500
  3. teams-prefix: "&b[Teams]&b"
  4. host-prefix: "&4[Host]&r"
  5. spectator-prefix: "&b[Spectator]&r"
  6. border-shrink-below: 500
  7. afk-minutes: 10
  8. teleport-ticks: 20
  9. kick-player-on-death-message: "Thanks for playing!"
  10. kick-on-death: false
  11. mob-limitation: true
  12. load-chunks: true
  13. center-clean: true
  14. ######### STATS #########
  15. stats:
  16. enabled: false
  17. SQL:
  18. ip: localhost
  19. database: Stats
  20. table: UHCHost
  21. user: root
  22. password: root
  23.  
  24. ######### SCOREBOARD #########
  25. Scoreboard-Title: "&6&lCranky &7| &f&lUHC"
  26. Scoreboard-Separator: "&7&m------------------------"
  27. Scoreboard-Server: " &6mc.crankyshaft.com"
  28. Scoreboard-NoClean: "No Clean: &6<noclean_time>"
  29. Scoreboard-StaffMode-Title: "&lStaff Mode:"
  30. Scoreboard-Vanish: " &6&l\u00BB &fVanish: <vanish>"
  31. Scoreboard-StaffChat: " &6&l\u00BB &fStaffChat: <staffchat>"
  32. Scoreboard-TPS: " &6&l\u00BB &fTPS: <tps>"
  33. Scoreboard-BorderTime: "&7(&c<border_time>&7)"
  34.  
  35. ######### SCOREBOARD - Pre start lines #########
  36. Scoreboard-PreStart:
  37. - "<separator>"
  38. - "<staffmode_title>"
  39. - "<staffmode_vanish>"
  40. - "<staffmode_staffchat>"
  41. - "<tps>"
  42. - "<staffmode_separator>"
  43. - "Players: &6<online>"
  44. - "Type: &6<type>"
  45. - "Hoster: &6<host>"
  46. - "<separator>"
  47. - " &6mc.crankyshaft.com"
  48.  
  49. ######### SCOREBOARD - Countdown lines #########
  50. Scoreboard-Countdown:
  51. - "<separator>"
  52. - "<staffmode_title>"
  53. - "<staffmode_vanish>"
  54. - "<staffmode_staffchat>"
  55. - "<tps>"
  56. - "<staffmode_separator>"
  57. - "Players: &6<online>"
  58. - "Starting in: &6<starting_time>"
  59. - "<separator>"
  60. - " &6mc.crankyshaft.com"
  61.  
  62. ######### SCOREBOARD - In Game (Solo) lines #########
  63. Scoreboard-InGame-Solo:
  64. - "<separator>"
  65. - "<staffmode_title>"
  66. - "<staffmode_vanish>"
  67. - "<staffmode_staffchat>"
  68. - "<tps>"
  69. - "<staffmode_separator>"
  70. - "&fGame Time: &6<game_time>"
  71. - "&fRemaining: &6<players>/<maxplayers>"
  72. - "&fSpectators: &6<spectators>"
  73. - "&fKills: &6<kills>"
  74. - "&fBorder: &6<border> <border_time>"
  75. - "<noclean>"
  76. - "<separator>"
  77. - " &6mc.crankyshaft.com"
  78.  
  79. ######### SCOREBOARD - In Game (Teams) lines #########
  80. Scoreboard-InGame-Teams:
  81. - "<separator>"
  82. - "<staffmode_title>"
  83. - "<staffmode_vanish>"
  84. - "<staffmode_staffchat>"
  85. - "<tps>"
  86. - "<staffmode_separator>"
  87. - "&fGame Time: &6<game_time>"
  88. - "&fRemaining: &6<players>/<maxplayers>"
  89. - "&fSpectators: &6<spectators>"
  90. - "&fKills: &6<kills>"
  91. - "&fTeam Kills: &6<teamkills>"
  92. - "&fBorder: &6<border> <border_time>"
  93. - "<noclean>"
  94. - "<separator>"
  95. - " &6mc.crankyshaft.com"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement