Updated all modules to work with ModuleLoader major version 5
Except BlockPlaceMods
This commit is contained in:
@@ -24,7 +24,7 @@ import com.redstoner.modules.Module;
|
||||
|
||||
@Commands(CommandHolderType.File)
|
||||
@AutoRegisterListener
|
||||
@Version(major = 4, minor = 1, revision = 0, compatible = 4)
|
||||
@Version(major = 5, minor = 0, revision = 0, compatible = 4)
|
||||
public class Cycle implements Module, Listener {
|
||||
private File cycleFile = new File(Main.plugin.getDataFolder(), "cycle.json");
|
||||
private JSONArray no_cyclers;
|
||||
|
||||
3
src/main/java/com/redstoner/modules/cycle/module.info
Normal file
3
src/main/java/com/redstoner/modules/cycle/module.info
Normal file
@@ -0,0 +1,3 @@
|
||||
displayName: Cycle
|
||||
category: Other
|
||||
description: Basically more hotbars. When you scroll over, it will load the next line of your inventory as your hotbar
|
||||
Reference in New Issue
Block a user