Updated all modules to work with ModuleLoader major version 5
Except BlockPlaceMods
This commit is contained in:
@@ -12,7 +12,7 @@ import com.redstoner.misc.CommandHolderType;
|
||||
import com.redstoner.modules.Module;
|
||||
|
||||
@Commands(CommandHolderType.File)
|
||||
@Version(major = 4, minor = 1, revision = 0, compatible = 4)
|
||||
@Version(major = 4, minor = 0, revision = 0, compatible = 4)
|
||||
public class Clear implements Module {
|
||||
@Command(hook = "clear")
|
||||
public boolean clearInventory(CommandSender sender) {
|
||||
|
||||
Reference in New Issue
Block a user