Archived
0

Fixed missing permission node. killmenau.

This commit is contained in:
Pepich
2018-01-11 23:11:48 +01:00
parent 38ce6f2834
commit 94b1c3fa5b
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
command log {
perm utils.logs;
alias logs;
search [string:file(s)] [string:search...] {
run search_logs file(s) search;

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 = 1, compatible = 4)
@Version(major = 4, minor = 0, revision = 2, compatible = 4)
public class Logs implements Module
{
public static final String defaultFormat = "§7 > %f: %r";