info command, too far away distance changed for widthindex 3
This commit is contained in:
parent
bdf0155f6e
commit
14e6d0b5e8
4 changed files with 53 additions and 1 deletions
|
|
@ -7,6 +7,7 @@ import de.iani.playerUUIDCache.PlayerUUIDCache;
|
|||
import de.lunarakai.minecleaner.commands.CreateCommand;
|
||||
import de.lunarakai.minecleaner.commands.DeleteCommand;
|
||||
import de.lunarakai.minecleaner.commands.DeletePlayerScoreCommand;
|
||||
import de.lunarakai.minecleaner.commands.InfoCommand;
|
||||
import de.lunarakai.minecleaner.commands.ListCommand;
|
||||
import de.lunarakai.minecleaner.commands.StatsCommand;
|
||||
|
||||
|
|
@ -41,6 +42,7 @@ public final class MinecleanerPlugin extends JavaPlugin {
|
|||
minecleanerCommand.addCommandMapping(new ListCommand(this), "list");
|
||||
minecleanerCommand.addCommandMapping(new StatsCommand(this), "stats");
|
||||
minecleanerCommand.addCommandMapping(new DeletePlayerScoreCommand(this), "deleteplayerscores");
|
||||
minecleanerCommand.addCommandMapping(new InfoCommand(this), "info");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue