Updated all modules to work with ModuleLoader major version 5
Except BlockPlaceMods
This commit is contained in:
@@ -24,7 +24,7 @@ import com.redstoner.misc.mysql.elements.MysqlTable;
|
||||
import com.redstoner.modules.Module;
|
||||
|
||||
@Commands(CommandHolderType.File)
|
||||
@Version(major = 4, minor = 1, revision = 0, compatible = 4)
|
||||
@Version(major = 5, minor = 0, revision = 0, compatible = 4)
|
||||
public class WebToken implements Module
|
||||
{
|
||||
private static final int TOKEN_LENGTH = 6;
|
||||
|
||||
3
src/main/java/com/redstoner/modules/webtoken/module.info
Normal file
3
src/main/java/com/redstoner/modules/webtoken/module.info
Normal file
@@ -0,0 +1,3 @@
|
||||
displayName: WebToken
|
||||
category: External
|
||||
description: Provides a way to generate the token for website signup
|
||||
Reference in New Issue
Block a user