Archived
0

Made /warn available to console

This commit is contained in:
Pepich
2017-05-05 10:12:57 +02:00
parent db310b9b0b
commit 628c182aa3

View File

@@ -8,7 +8,7 @@ import com.redstoner.annotations.Version;
import com.redstoner.misc.Utils;
import com.redstoner.modules.Module;
@Version(major = 2, minor = 0, revision = 1, compatible = 2)
@Version(major = 2, minor = 0, revision = 2, compatible = 2)
public class Warn implements Module
{
@Command(hook = "warn")
@@ -32,7 +32,6 @@ public class Warn implements Module
return "command warn {\n" +
" [empty] {\n" +
" run warn;\n" +
" type player;\n" +
" help Warns other players about definite lag;\n" +
" perm utils.warn;\n" +
" }\n" +
@@ -41,7 +40,6 @@ public class Warn implements Module
"command warnp {\n" +
" [empty] {\n" +
" run warnp;\n" +
" type player;\n" +
" help Warns other players about possible lag;\n" +
" perm utils.warn;\n" +
" }\n" +