Guest User

Untitled

a guest
Nov 11th, 2017
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 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. rules: true
  15. top-killers-title: "&f&lTop 10 Killers"
  16. top-killers-format: "&f&l#<number> &6&l<name> &f&lKills &6&l<kills>"
  17. top-wins-title: "&f&lTop 10 Winners"
  18. top-wins-format: "&f&l#<number> &6&l<name> &f&lWins &6&l<wins>"
  19.  
  20. ######### STATS #########
  21. stats:
  22. enabled: false
  23. SQL:
  24. ip: localhost
  25. port: 3306
  26. database: Stats
  27. table: UHCHost
  28. user: root
  29. password: root
  30.  
  31. ######### SCOREBOARD #########
  32. Scoreboard-Title: "&6&lCranky &7| &f&lUHC"
  33. Scoreboard-Separator: "&7&m------------------------"
  34. Scoreboard-Server: " &6mc.crankyshaft.com"
  35. Scoreboard-NoClean: "No Clean: &6<noclean_time>"
  36. Scoreboard-StaffMode-Title: "&lStaff Mode:"
  37. Scoreboard-Vanish: " &6&l\u00BB &fVanish: <vanish>"
  38. Scoreboard-StaffChat: " &6&l\u00BB &fStaffChat: <staffchat>"
  39. Scoreboard-TPS: " &6&l\u00BB &fTPS: <tps>"
  40. Scoreboard-BorderTime: "&7(&c<border_time>&7)"
  41.  
  42.  
  43. ################ Scoreboard variables ################
  44. #<online> | Online players
  45. #<type> | UHC mode, example: FFA, To2, To3
  46. #<host> | Hoster name
  47. #<starting_time> | Starting time
  48. #<game_time> | Game time
  49. #<players> | Remaining players
  50. #<maxplayers> | Max players
  51. #<kills> | Kills
  52. #<teamkills> | Team kills
  53. #<border> | Current border
  54. #<border_time> | Border time to shrink
  55. #<noclean_time> | noclean remaining time
  56. #<separator> | Separator
  57. #<staffmode_separator> | Staff mode separator
  58. #<spectators> | Spectators
  59. #<teams_alive> | Teams alive
  60. ######################################################
  61.  
  62. ######### SCOREBOARD - Pre start lines #########
  63. Scoreboard-PreStart:
  64. - "<separator>"
  65. - "<staffmode_title>"
  66. - "<staffmode_vanish>"
  67. - "<staffmode_staffchat>"
  68. - "<tps>"
  69. - "<staffmode_separator>"
  70. - "Players: &6<online>"
  71. - "Type: &6<type>"
  72. - "Hoster: &6<host>"
  73. - "<separator>"
  74. - " &6mc.crankyshaft.com"
  75.  
  76. ######### SCOREBOARD - Countdown lines #########
  77. Scoreboard-Countdown:
  78. - "<separator>"
  79. - "<staffmode_title>"
  80. - "<staffmode_vanish>"
  81. - "<staffmode_staffchat>"
  82. - "<tps>"
  83. - "<staffmode_separator>"
  84. - "Players: &6<online>"
  85. - "Starting in: &6<starting_time>"
  86. - "<separator>"
  87. - " &6mc.crankyshaft.com"
  88.  
  89. ######### SCOREBOARD - In Game (Solo) lines #########
  90. Scoreboard-InGame-Solo:
  91. - "<separator>"
  92. - "<staffmode_title>"
  93. - "<staffmode_vanish>"
  94. - "<staffmode_staffchat>"
  95. - "<tps>"
  96. - "<staffmode_separator>"
  97. - "&fGame Time: &6<game_time>"
  98. - "&fRemaining: &6<players>/<maxplayers>"
  99. - "&fSpectators: &6<spectators>"
  100. - "&fKills: &6<kills>"
  101. - "&fBorder: &6<border> <border_time>"
  102. - "<noclean>"
  103. - "<separator>"
  104. - " &6mc.crankyshaft.com"
  105.  
  106. ######### SCOREBOARD - In Game (Teams) lines #########
  107. Scoreboard-InGame-Teams:
  108. - "<separator>"
  109. - "<staffmode_title>"
  110. - "<staffmode_vanish>"
  111. - "<staffmode_staffchat>"
  112. - "<tps>"
  113. - "<staffmode_separator>"
  114. - "&fGame Time: &6<game_time>"
  115. - "&fRemaining: &6<players>/<maxplayers>"
  116. - "&fKills: &6<kills>"
  117. - "&fTeams alive : &6<teams_alive>"
  118. - "&fTeam Kills: &6<teamkills>"
  119. - "&fBorder: &6<border> <border_time>"
  120. - "<noclean>"
  121. - "<separator>"
  122. - " &6mc.crankyshaft.com"
  123.  
  124. ######### AUTOREPLY #########
  125. autoreply-messages:
  126. apple_rate:
  127. reply: "&a&lApple rate <apple_rate>"
  128. shears:
  129. reply: "&a&lShears ON"
  130. final_heal:
  131. reply: "&a&lFinal heal <final_heal>"
  132. pvp:
  133. reply: "&a&lPvP <pvp>m"
  134. heal_time:
  135. reply: "&a&lFinal Heal <heal>m"
  136. heal:
  137. reply: "&a&lFinal Heal <heal>m"
  138. nether:
  139. reply: "&a&lNether <nether>"
Add Comment
Please, Sign In to add comment