Updated all modules to work with ModuleLoader major version 5
Except BlockPlaceMods
This commit is contained in:
@@ -15,7 +15,7 @@ import org.bukkit.event.HandlerList;
|
||||
|
||||
@Commands(CommandHolderType.File)
|
||||
@AutoRegisterListener
|
||||
@Version(major = 4, minor = 0, revision = 6, compatible = 5)
|
||||
@Version(major = 5, minor = 0, revision = 0, compatible = 4)
|
||||
public class AFK implements Module {
|
||||
private AFKListener listener;
|
||||
|
||||
|
||||
3
src/main/java/com/redstoner/modules/afk/module.info
Normal file
3
src/main/java/com/redstoner/modules/afk/module.info
Normal file
@@ -0,0 +1,3 @@
|
||||
displayName: AFK
|
||||
category: Chat
|
||||
description: Allows a user to announce they're afk ,and will also notify players messaging them, that they're afk and might not see the message
|
||||
Reference in New Issue
Block a user