Advertisement
Guest User

Untitled

a guest
Oct 25th, 2017
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 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: "&dWTap Practice"
  48. Starting: "Starting..."
  49. Separator: "&7&m-------------------"
  50. Ladder: "&e(ladder)"
  51. Rating: "&7: (rating)"
  52. Enderpearl: "&5Enderpearl&f: &f(time)"
  53.  
  54. Lobby-Lines:
  55. - "(separator)"
  56. - "&dOnline&f: &f(playersOnline)"
  57. - "&dPing&f: &f(ping)"
  58. - "&dQueuing&f: &f(inQueues)"
  59. - "(separator)"
  60.  
  61. Queue-Lines:
  62. - "(separator)"
  63. - "&aSearching for match..."
  64. - "&7(unicode->>) (queue)"
  65. - "&7(unicode->>) (queueType)"
  66. - "&7(unicode->>) (time)"
  67. - "(separator)"
  68.  
  69. Match-Lines:
  70. - "(separator)"
  71. - "&dOpponent&f: (opponent)"
  72. - "&dTime&f:(time)"
  73. - "&dPing&f: (ping)"
  74. - "(enderpearl)"
  75. - "(separator)"
  76.  
  77. Kit-Editor-Lines:
  78. - "(separator)"
  79. - "&7Use the anvil to save,"
  80. - "&7load, and delete your"
  81. - "&7kits."
  82. - " "
  83. - "&7Once you are finished"
  84. - "&7with your kits, use"
  85. - "&7the sign to return to"
  86. - "&7spawn."
  87. - "(separator)"
  88.  
  89. Spectator-Lines:
  90. - "(separator)"
  91. - "&9Spectating&8: &7(opponent)"
  92. - "&dKit&f: (kit)"
  93. - "&dTime&8: (time)"
  94. - "&dSpectators: (spectators)"
  95. - "(separator)"
  96.  
  97. #This feature is currently in BETA!
  98. Tab:
  99. Use: false
  100.  
  101. Lobby:
  102. '1': ""
  103. '2': ""
  104. '3': "&3Online Players"
  105. '4': "&7(playersOnline)"
  106. '5': ""
  107. '6': "&3Matches"
  108. '7': "&7(ongoingMatches)"
  109. '8': ""
  110. '9': "&3Fighting"
  111. '10': "&7(inFights)"
  112. '11': ""
  113. '12': "&3Queuing"
  114. '13': "&7(inQueues)"
  115. '14': ""
  116. '15': "&3Spectators"
  117. '16': "&7(spectators)"
  118. '17': ""
  119. '18': ""
  120. '19': "&bWebsite"
  121. '20': "&7www.practice.com"
  122. '21': " &b&lPractice"
  123. '22': ""
  124. '23': "&3Username"
  125. '24': "&7(playerName)"
  126. '25': ""
  127. '26': "&3Global Rank"
  128. '27': "&7(globalRank)"
  129. '28': ""
  130. '29': "&3Global ELO"
  131. '30': "&7(globalRating)"
  132. '31': ""
  133. '32': "&3Ping:"
  134. '33': "&7(ping)"
  135. '34': ""
  136. '35': ""
  137. '36': ""
  138. '37': ""
  139. '38': ""
  140. '39': ""
  141. '40': ""
  142. '41': ""
  143. '42': ""
  144. '43': "&3Ranked Wins"
  145. '44': "&7(rankedWins)"
  146. '45': ""
  147. '46': "&3Ranked Losses"
  148. '47': "&7(rankedLosses)"
  149. '48': ""
  150. '49': "&3Unranked Wins"
  151. '50': "&7(unrankedWins)"
  152. '51': ""
  153. '52': "&3Unranked Losses"
  154. '53': "&7(unrankedLosses)"
  155. '54': ""
  156. '55': "&3Matches Played"
  157. '56': "&7(matchesPlayed)"
  158. '57': ""
  159. '58': ""
  160. '59': "&bStore"
  161. '60': "&7store.practice.com"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement