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