Advertisement
Guest User

Untitled

a guest
Oct 25th, 2017
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. # Welcome to the configuration of ProPractice!
  2. #
  3. # This plugin is currently supporting 1.7.x, 1.8.x, 1.9.x, 1.10.x, 1.11.x & 1.12.x!
  4. #
  5. # Please PM me at SpigotMC if you"re having any issues or suggestions!
  6. # Spigot Name: File14
  7. #
  8. # Thank you for purchasing ProPractice!
  9.  
  10. Use-Potion-Modifier: true
  11. Enderpearl-Cooldown: 5
  12. Ranked-Limit: 10
  13. Freeze-Player-Before-Match-Starts: true
  14. Use-Win-Effect: true
  15. Use-Arena-Choose: false
  16.  
  17. #From the lowest point of the arena.
  18. Maximum-Build-Limit: 15
  19.  
  20. MySQL:
  21. Use: false
  22. Host: localhost
  23. Port: 3306
  24. Database: ProPractice
  25. Table: ProPracticeData
  26. User: root
  27. Password: password
  28.  
  29. #Permission for VIP limit: Practice.Party.VIPLimit
  30. #Permission for staff limit: Practice.Party.StaffLimit
  31. Party:
  32. Default-Limit: 8
  33. VIP-Limit: 12
  34. Staff-Limit: 24
  35.  
  36. #These commands are blocked in-game!
  37. Blocked-Commands:
  38. - tpa
  39. - spawn
  40. - warp
  41. - kill
  42. - sucide
  43. - tpahere
  44.  
  45. Scoreboard:
  46. Update-Ticks: 20
  47. Title: "&C&lWTap Practice"
  48. Starting: "Starting..."
  49. Separator: "&8&m-------------------"
  50. Ladder: "&e(ladder)"
  51. Rating: "&7: (rating)"
  52. Enderpearl: "&bEnderpearl&8: &7(time)"
  53.  
  54. Lobby-Lines:
  55. - "(separator)"
  56. - "&c&lUsername&8: &7(playerName)"
  57. - "&c&lPing&7: &7(ping)"
  58. - "&c&lOnline&7: &7(playersOnline)"
  59. - "&c&lQueuing&8: &7(inQueues)"
  60. - " "
  61. - ""
  62. - ""
  63. - "&bQueuing&8: &7(inQueues)"
  64. - ""
  65. - ""
  66.  
  67. Queue-Lines:
  68. - "(separator)"
  69. - "&aSearching for match..."
  70. - "&7(unicode->>) (queue)"
  71. - "&7(unicode->>) (queueType)"
  72. - "&7(unicode->>) (time)"
  73. - "(separator)"
  74.  
  75. Match-Lines:
  76. - "(separator)"
  77. - "&bOpponent&8: &7(opponent)"
  78. - "&bTime&8: &7(time)"
  79. - "&bPing&8: &7(ping)"
  80. - "(enderpearl)"
  81. - "(separator)"
  82.  
  83. Kit-Editor-Lines:
  84. - "(separator)"
  85. - "&7Use the anvil to save,"
  86. - "&7load, and delete your"
  87. - "&7kits."
  88. - " "
  89. - "&7Once you are finished"
  90. - "&7with your kits, use"
  91. - "&7the sign to return to"
  92. - "&7spawn."
  93. - "(separator)"
  94.  
  95. Spectator-Lines:
  96. - "(separator)"
  97. - "&bSpectating&8: &7(opponent)"
  98. - "&bKit&8: &7(kit)"
  99. - "&bTime&8: &7(time)"
  100. - "&bSpectators: &7(spectators)"
  101. - "(separator)"
  102.  
  103. #This feature is currently in BETA!
  104. Tab:
  105. Use: false
  106.  
  107. Lobby:
  108. '1': ""
  109. '2': ""
  110. '3': "&3Online Players"
  111. '4': "&7(playersOnline)"
  112. '5': ""
  113. '6': "&3Matches"
  114. '7': "&7(ongoingMatches)"
  115. '8': ""
  116. '9': "&3Fighting"
  117. '10': "&7(inFights)"
  118. '11': ""
  119. '12': "&3Queuing"
  120. '13': "&7(inQueues)"
  121. '14': ""
  122. '15': "&3Spectators"
  123. '16': "&7(spectators)"
  124. '17': ""
  125. '18': ""
  126. '19': "&bWebsite"
  127. '20': "&7www.practice.com"
  128. '21': " &b&lPractice"
  129. '22': ""
  130. '23': "&3Username"
  131. '24': "&7(playerName)"
  132. '25': ""
  133. '26': "&3Global Rank"
  134. '27': "&7(globalRank)"
  135. '28': ""
  136. '29': "&3Global ELO"
  137. '30': "&7(globalRating)"
  138. '31': ""
  139. '32': "&3Ping:"
  140. '33': "&7(ping)"
  141. '34': ""
  142. '35': ""
  143. '36': ""
  144. '37': ""
  145. '38': ""
  146. '39': ""
  147. '40': ""
  148. '41': ""
  149. '42': ""
  150. '43': "&3Ranked Wins"
  151. '44': "&7(rankedWins)"
  152. '45': ""
  153. '46': "&3Ranked Losses"
  154. '47': "&7(rankedLosses)"
  155. '48': ""
  156. '49': "&3Unranked Wins"
  157. '50': "&7(unrankedWins)"
  158. '51': ""
  159. '52': "&3Unranked Losses"
  160. '53': "&7(unrankedLosses)"
  161. '54': ""
  162. '55': "&3Matches Played"
  163. '56': "&7(matchesPlayed)"
  164. '57': ""
  165. '58': ""
  166. '59': "&bStore"
  167. '60': "&7store.practice.com"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement