Made /warn available to console
This commit is contained in:
@@ -8,7 +8,7 @@ import com.redstoner.annotations.Version;
|
|||||||
import com.redstoner.misc.Utils;
|
import com.redstoner.misc.Utils;
|
||||||
import com.redstoner.modules.Module;
|
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
|
public class Warn implements Module
|
||||||
{
|
{
|
||||||
@Command(hook = "warn")
|
@Command(hook = "warn")
|
||||||
@@ -32,7 +32,6 @@ public class Warn implements Module
|
|||||||
return "command warn {\n" +
|
return "command warn {\n" +
|
||||||
" [empty] {\n" +
|
" [empty] {\n" +
|
||||||
" run warn;\n" +
|
" run warn;\n" +
|
||||||
" type player;\n" +
|
|
||||||
" help Warns other players about definite lag;\n" +
|
" help Warns other players about definite lag;\n" +
|
||||||
" perm utils.warn;\n" +
|
" perm utils.warn;\n" +
|
||||||
" }\n" +
|
" }\n" +
|
||||||
@@ -41,7 +40,6 @@ public class Warn implements Module
|
|||||||
"command warnp {\n" +
|
"command warnp {\n" +
|
||||||
" [empty] {\n" +
|
" [empty] {\n" +
|
||||||
" run warnp;\n" +
|
" run warnp;\n" +
|
||||||
" type player;\n" +
|
|
||||||
" help Warns other players about possible lag;\n" +
|
" help Warns other players about possible lag;\n" +
|
||||||
" perm utils.warn;\n" +
|
" perm utils.warn;\n" +
|
||||||
" }\n" +
|
" }\n" +
|
||||||
|
|||||||
Reference in New Issue
Block a user