Classic Scaling is now Retro Mode to avoid confusion

This commit is contained in:
nossr50
2019-01-12 22:14:23 -08:00
parent cde11b64ed
commit a21b4585c5
7 changed files with 20 additions and 12 deletions

View File

@ -19,12 +19,15 @@ import java.util.List;
/**
* This is the command that retrieves data about skills from in-game sources
*/
public class MmoInfo implements TabExecutor {
public class MmoInfoCommand implements TabExecutor {
@Override
public boolean onCommand(CommandSender commandSender, Command command, String s, String[] args) {
if(commandSender instanceof Player)
{
if(args.length < 1)
return false;
Player player = (Player) commandSender;
if(Permissions.mmoinfo(player))
{