Package com.github.zathrus_writer.commandsex.helpers.scripting

Examples of com.github.zathrus_writer.commandsex.helpers.scripting.ReplacementString


            default:
              switch (mc){
              case Command:
                rp = new ReplacementCommand(regex, repl, replopts, caseSensitive, sameOutputCase); break;
              case Chat: //only use ReplacementString for chat
                rp = new ReplacementString(regex, repl, replopts, caseSensitive, sameOutputCase); break;
              }
              break;
            }
           
          } else if (scriptmode.equals("{")){
View Full Code Here

TOP

Related Classes of com.github.zathrus_writer.commandsex.helpers.scripting.ReplacementString

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.