Fixed command string
This commit is contained in:
parent
bacf6e0e3b
commit
bd39823734
@ -19,7 +19,7 @@ import com.redstoner.misc.Utils;
|
|||||||
import com.redstoner.modules.Module;
|
import com.redstoner.modules.Module;
|
||||||
|
|
||||||
@AutoRegisterListener
|
@AutoRegisterListener
|
||||||
@Version(major = 1, minor = 0, revision = 2, compatible = 1)
|
@Version(major = 1, minor = 0, revision = 3, compatible = 1)
|
||||||
public class AdminNotes implements Module, Listener
|
public class AdminNotes implements Module, Listener
|
||||||
{
|
{
|
||||||
private boolean enabled = false;
|
private boolean enabled = false;
|
||||||
@ -119,19 +119,19 @@ public class AdminNotes implements Module, Listener
|
|||||||
" type player;\n" +
|
" type player;\n" +
|
||||||
" help Creates a new admin note;\n" +
|
" help Creates a new admin note;\n" +
|
||||||
" run an_create note;\n" +
|
" run an_create note;\n" +
|
||||||
" perm utils.an" +
|
" perm utils.an;" +
|
||||||
" }\n" +
|
" }\n" +
|
||||||
" \n" +
|
" \n" +
|
||||||
" del [int:id] {\n" +
|
" del [int:id] {\n" +
|
||||||
" help Deletes an admin note;\n" +
|
" help Deletes an admin note;\n" +
|
||||||
" run an_del id;\n" +
|
" run an_del id;\n" +
|
||||||
" perm utils.an" +
|
" perm utils.an;" +
|
||||||
" }\n" +
|
" }\n" +
|
||||||
" \n" +
|
" \n" +
|
||||||
" list {\n" +
|
" list {\n" +
|
||||||
" help Lists all notes;\n" +
|
" help Lists all notes;\n" +
|
||||||
" run an_list;\n" +
|
" run an_list;\n" +
|
||||||
" perm utils.an" +
|
" perm utils.an;" +
|
||||||
" }\n" +
|
" }\n" +
|
||||||
"}";
|
"}";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user