Updated all modules to work with ModuleLoader major version 5
Except BlockPlaceMods
This commit is contained in:
@@ -26,7 +26,7 @@ import net.nemez.chatapi.click.Message;
|
||||
*
|
||||
* @author Redempt */
|
||||
@Commands(CommandHolderType.File)
|
||||
@Version(major = 4, minor = 2, revision = 0, compatible = 4)
|
||||
@Version(major = 5, minor = 0, revision = 0, compatible = 4)
|
||||
public class Reports implements Module
|
||||
{
|
||||
private int task = 0;
|
||||
|
||||
3
src/main/java/com/redstoner/modules/reports/module.info
Normal file
3
src/main/java/com/redstoner/modules/reports/module.info
Normal file
@@ -0,0 +1,3 @@
|
||||
displayName: Reports
|
||||
category: Staff
|
||||
description: Adds a /report command for people to use when no staff is on
|
||||
Reference in New Issue
Block a user