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

@@ -15,7 +15,7 @@ import com.redstoner.modules.ModuleLogger;
import com.redstoner.modules.datamanager.DataManager;
@Commands(CommandHolderType.File)
@Version(major = 4, minor = 0, revision = 4, compatible = 4)
@Version(major = 5, minor = 0, revision = 0, compatible = 4)
public class Logs implements Module
{
public static final String defaultFormat = "§7 > %f: %r";

View File

@@ -0,0 +1,3 @@
displayName: Logs
category: Staff
description: Allows staff to Search server logs in-game