0

Fixed missing/wrong permission nodes

This commit is contained in:
Pepich
2017-02-02 23:09:26 +01:00
parent 00958fdcdf
commit bc81b20eb4
3 changed files with 9 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ import com.redstoner.misc.Utils;
import com.redstoner.modules.Module;
@AutoRegisterListener
@Version(major = 1, minor = 0, revision = 0, compatible = 1)
@Version(major = 1, minor = 0, revision = 1, compatible = 1)
public class AdminNotes implements Module, Listener
{
private boolean enabled = false;
@@ -117,16 +117,19 @@ public class AdminNotes implements Module, Listener
" type player;\n" +
" help Creates a new admin note;\n" +
" run an_create note;\n" +
" perm utils.an" +
" }\n" +
" \n" +
" del [int:id] {\n" +
" help Deletes an admin note;\n" +
" run an_del id;\n" +
" perm utils.an" +
" }\n" +
" \n" +
" list {\n" +
" help Lists all notes;\n" +
" run an_list;\n" +
" perm utils.an" +
" }\n" +
"}";
}