Updated all modules to work with ModuleLoader major version 5
Except BlockPlaceMods
This commit is contained in:
@@ -35,7 +35,7 @@ import com.redstoner.modules.Module;
|
||||
|
||||
@Commands(CommandHolderType.Stream)
|
||||
@AutoRegisterListener
|
||||
@Version(major = 4, minor = 1, revision = 10, compatible = 4)
|
||||
@Version(major = 5, minor = 0, revision = 0, compatible = 4)
|
||||
public final class DataManager implements CoreModule, Listener {
|
||||
protected final File dataFolder = new File(Main.plugin.getDataFolder(), "data");
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
displayName: Datamanager
|
||||
category: Other
|
||||
description: Adds easy module and player based data management
|
||||
Reference in New Issue
Block a user