Fixed missing permission node. killmenau.
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
command log {
|
command log {
|
||||||
|
perm utils.logs;
|
||||||
alias logs;
|
alias logs;
|
||||||
search [string:file(s)] [string:search...] {
|
search [string:file(s)] [string:search...] {
|
||||||
run search_logs file(s) search;
|
run search_logs file(s) search;
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ import com.redstoner.modules.ModuleLogger;
|
|||||||
import com.redstoner.modules.datamanager.DataManager;
|
import com.redstoner.modules.datamanager.DataManager;
|
||||||
|
|
||||||
@Commands(CommandHolderType.File)
|
@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 class Logs implements Module
|
||||||
{
|
{
|
||||||
public static final String defaultFormat = "§7 > %f: %r";
|
public static final String defaultFormat = "§7 > %f: %r";
|
||||||
|
|||||||
Reference in New Issue
Block a user