Updated all modules to work with ModuleLoader major version 5
Except BlockPlaceMods
This commit is contained in:
@@ -36,7 +36,7 @@ import com.redstoner.modules.Module;
|
||||
import net.nemez.chatapi.click.Message;
|
||||
|
||||
@Commands(CommandHolderType.File)
|
||||
@Version(major = 4, minor = 2, revision = 0, compatible = 4)
|
||||
@Version(major = 5, minor = 0, revision = 0, compatible = 4)
|
||||
public class Check implements Module, Listener {
|
||||
MysqlTable table;
|
||||
String noTableReason;
|
||||
|
||||
3
src/main/java/com/redstoner/modules/check/module.info
Normal file
3
src/main/java/com/redstoner/modules/check/module.info
Normal file
@@ -0,0 +1,3 @@
|
||||
displayName: Check
|
||||
category: Staff
|
||||
description: A tool to get basic data about players, such as forums account, playtimes and similar
|
||||
Reference in New Issue
Block a user