Archived
0

Bumped List and Clear version numbers

This commit is contained in:
minenash
2019-06-07 12:00:28 -04:00
parent 0f9bebbb5f
commit fac1212bd9
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ import com.redstoner.misc.CommandHolderType;
import com.redstoner.modules.Module;
@Commands(CommandHolderType.File)
@Version(major = 4, minor = 0, revision = 0, compatible = 4)
@Version(major = 5, minor = 0, revision = 0, compatible = 4)
public class Clear implements Module {
@Command(hook = "clear")
public boolean clearInventory(CommandSender sender) {

View File

@@ -18,7 +18,7 @@ import com.redstoner.modules.datamanager.DataManager;
import net.nemez.chatapi.click.Message;
@Commands(CommandHolderType.File)
@Version(major = 5, minor = 0, revision = 0, compatible = 4)
@Version(major = 5, minor = 0, revision = 1, compatible = 4)
public class List implements Module
{
private HashMap<String, Integer> onConsole;