Fixed missing permission node. killmenau.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
command log {
|
||||
perm utils.logs;
|
||||
alias logs;
|
||||
search [string:file(s)] [string:search...] {
|
||||
run search_logs file(s) search;
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user