Archived
0

Updated all modules to work with ModuleLoader major version 5

Except BlockPlaceMods
This commit is contained in:
Minenash
2018-12-28 15:38:24 -05:00
parent 1ac73460ee
commit 6d1a1d5a38
77 changed files with 155 additions and 38 deletions

View File

@@ -30,7 +30,7 @@ import net.nemez.chatapi.click.Message;
@Commands(CommandHolderType.File)
@AutoRegisterListener
@Version(major = 4, minor = 1, revision = 0, compatible = 4)
@Version(major = 5, minor = 0, revision = 0, compatible = 4)
public class Mentio implements Module, Listener
{
private File mentioLocation = new File(Main.plugin.getDataFolder(), "mentio.json");