Add pagination to MinecraftHelp, move minecraft-extras to it's own package

This commit is contained in:
jmp 2020-10-10 16:15:27 -07:00 committed by Alexander Söderberg
parent 454ceb318a
commit 674507fea6
7 changed files with 440 additions and 92 deletions

View file

@ -26,8 +26,8 @@ package cloud.commandframework.examples.bukkit;
import cloud.commandframework.Command;
import cloud.commandframework.CommandTree;
import cloud.commandframework.Description;
import cloud.commandframework.MinecraftExceptionHandler;
import cloud.commandframework.MinecraftHelp;
import cloud.commandframework.minecraft.extras.MinecraftExceptionHandler;
import cloud.commandframework.minecraft.extras.MinecraftHelp;
import cloud.commandframework.annotations.AnnotationParser;
import cloud.commandframework.annotations.Argument;
import cloud.commandframework.annotations.CommandDescription;