AI检测代码解析 引用形式的描述信息:给玩家特殊物品命令示例publicclassMyPluginextendsJavaPlugin{@OverridepublicvoidonEnable(){getLogger().info("MyPlugin has been enabled!");getCommand("giveopitem").setExecutor(newGiveOPItemCommand());}@OverridepublicvoidonDisable(){getLogger().info("MyPlugin has been ...
matches(String sWord) Test to see if the current BaseToken's string matches the given string. boolean matches(String sWord, boolean fIgnoreCase) Test to see if the current BaseToken's string matches the given string. OPToken next() Move to the next token in the strea...
Hi, i uploaded a file 0.7.1 and when it is revied, you can download it. I forgot to call the public static void, which adds the recepie. I don't think, that i will add an command, that will displays the recepies in the soon future, but if you have more ideas for more items,...
matches(String sWord) Test to see if the current BaseToken's string matches the given string. boolean matches(String sWord, boolean fIgnoreCase) Test to see if the current BaseToken's string matches the given string. OPToken next() Move to the next token in the stream and return...
sWord- the string to match with Returns: a boolean indication of the success of the match matches public boolean matches(StringsWord, boolean fIgnoreCase) Test to see if the current BaseToken's string matches the given string. The given flag controls whether case is i...