Implement ConsecutiveExecutor

This commit is contained in:
Luck
2016-08-25 18:07:32 +01:00
Unverified
parent 44d14001e1
commit 2b71476cfe
8 changed files with 144 additions and 5 deletions
@@ -24,6 +24,7 @@ package me.lucko.luckperms;
import me.lucko.luckperms.api.Logger;
import me.lucko.luckperms.api.implementation.ApiProvider;
import me.lucko.luckperms.commands.ConsecutiveExecutor;
import me.lucko.luckperms.commands.Sender;
import me.lucko.luckperms.constants.Message;
import me.lucko.luckperms.core.LPConfiguration;
@@ -57,6 +58,7 @@ public interface LuckPermsPlugin {
UuidCache getUuidCache();
ApiProvider getApiProvider();
Importer getImporter();
ConsecutiveExecutor getConsecutiveExecutor();
/**
* @return the version of the plugin