Updated all modules to work with ModuleLoader major version 5
Except BlockPlaceMods
This commit is contained in:
@@ -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");
|
||||
|
||||
3
src/main/java/com/redstoner/modules/mentio/module.info
Normal file
3
src/main/java/com/redstoner/modules/mentio/module.info
Normal file
@@ -0,0 +1,3 @@
|
||||
displayName: Mentio
|
||||
category: Chat
|
||||
description: Plays a sound and highlights keywords from a player defined list
|
||||
Reference in New Issue
Block a user