Debug stick tells you about placestore & treasure data when hitting blocks

This commit is contained in:
nossr50
2019-01-26 08:14:06 -08:00
parent 43d8e08e83
commit d84d487435
4 changed files with 57 additions and 8 deletions

View File

@ -66,10 +66,11 @@ public abstract class SkillCommand implements TabExecutor {
float skillValue = mcMMOPlayer.getSkillLevel(skill);
//Send the players a few blank lines to make finding the top of the skill command easier
for(int i = 0; i < 2; i++)
{
player.sendMessage("");
}
if(AdvancedConfig.getInstance().doesSkillCommandSendBlankLines())
for(int i = 0; i < 2; i++)
{
player.sendMessage("");
}
permissionsCheck(player);
dataCalculations(player, skillValue);