Package com.nijiko

Examples of com.nijiko.CLI$InvalidSyntaxException


        private CLI Commands;

        public Listener(Permissions plugin) {
            this.plugin = plugin;

            this.Commands = new CLI();
            Commands.add("/pr|perms", "Reload Permissions.");
            Commands.add("/pr|perms -reload|-r +world:all", "Reload World.");
        }
View Full Code Here

TOP

Related Classes of com.nijiko.CLI$InvalidSyntaxException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.