| 
														
															@@ -72,6 +72,11 @@ public class MctopCommand implements CommandExecutor { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															     private void display(int page, String skill, CommandSender sender, boolean sql, Command command) { 
														 | 
														
														 | 
														
															     private void display(int page, String skill, CommandSender sender, boolean sql, Command command) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        if (!skill.equalsIgnoreCase("all") && !Permissions.mctop(sender, SkillType.getSkill(skill))) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            sender.sendMessage(command.getPermissionMessage()); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            return; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         if (sql) { 
														 | 
														
														 | 
														
															         if (sql) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             if (skill.equalsIgnoreCase("all")) { 
														 | 
														
														 | 
														
															             if (skill.equalsIgnoreCase("all")) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 sqlDisplay(page, "taming+mining+woodcutting+repair+unarmed+herbalism+excavation+archery+swords+axes+acrobatics+fishing", sender, command); 
														 | 
														
														 | 
														
															                 sqlDisplay(page, "taming+mining+woodcutting+repair+unarmed+herbalism+excavation+archery+swords+axes+acrobatics+fishing", sender, command); 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -86,11 +91,6 @@ public class MctopCommand implements CommandExecutor { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															     private void flatfileDisplay(int page, String skill, CommandSender sender, Command command) { 
														 | 
														
														 | 
														
															     private void flatfileDisplay(int page, String skill, CommandSender sender, Command command) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        if (!skill.equalsIgnoreCase("all") && !Permissions.mctop(sender, SkillType.getSkill(skill))) { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            sender.sendMessage(command.getPermissionMessage()); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            return; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        } 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															- 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         LeaderboardManager.updateLeaderboards(); // Make sure we have the latest information 
														 | 
														
														 | 
														
															         LeaderboardManager.updateLeaderboards(); // Make sure we have the latest information 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															         String[] info = LeaderboardManager.retrieveInfo(skill, page); 
														 | 
														
														 | 
														
															         String[] info = LeaderboardManager.retrieveInfo(skill, page); 
														 |