Fixed Abot and Saylol Version Numbers
This commit is contained in:
@@ -24,7 +24,7 @@ import net.nemez.chatapi.click.Message;
|
||||
|
||||
@Commands(CommandHolderType.File)
|
||||
@AutoRegisterListener
|
||||
@Version(major = 5, minor = 0, revision = 0, compatible = 4)
|
||||
@Version(major = 5, minor = 1, revision = 0, compatible = 4)
|
||||
@SuppressWarnings("unchecked")
|
||||
public class Abot implements Module, Listener {
|
||||
private File answerFile = new File(Main.plugin.getDataFolder(), "abot.json");
|
||||
|
||||
@@ -26,7 +26,7 @@ import java.util.*;
|
||||
|
||||
@AutoRegisterListener
|
||||
@Commands (CommandHolderType.File)
|
||||
@Version (major = 5, minor = 2, revision = 0, compatible = 4)
|
||||
@Version (major = 5, minor = 2, revision = 1, compatible = 4)
|
||||
public class Saylol implements Module {
|
||||
private File lolLocation = new File(Main.plugin.getDataFolder(), "lol.json");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user