Updated all modules to work with ModuleLoader major version 5
Except BlockPlaceMods
This commit is contained in:
@@ -37,7 +37,7 @@ import net.nemez.chatapi.ChatAPI;
|
||||
*/
|
||||
@Commands(CommandHolderType.File)
|
||||
@AutoRegisterListener
|
||||
@Version(major = 4, minor = 1, revision = 0, compatible = 4)
|
||||
@Version(major = 5, minor = 0, revision = 0, compatible = 4)
|
||||
public class Chatgroups implements Module, Listener {
|
||||
private static final char defaultKey = ':';
|
||||
private static final File groupsLocation = new File(Main.plugin.getDataFolder(), "chatgroups.json");
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
displayName: ChatGroups
|
||||
category: Chat
|
||||
description: Adds a secondary chat for people who speak a different language or working on projects together
|
||||
Reference in New Issue
Block a user