Small stuff
Pretty much just renamed the plugin
This commit is contained in:
parent
1275cdafd0
commit
b3939f3c92
2 changed files with 4 additions and 4 deletions
|
@ -83,10 +83,10 @@ public class VanillaUtils {
|
|||
val chatcompcl = Class.forName(nms + ".IChatBaseComponent");
|
||||
val sendmsg = handle.getClass().getMethod("sendMessage", chatcompcl);
|
||||
|
||||
val ccucl = Class.forName(nms + ".ChatComponentUtils");
|
||||
/*val ccucl = Class.forName(nms + ".ChatComponentUtils");
|
||||
val iclcl = Class.forName(nms + ".ICommandListener");
|
||||
val encl = Class.forName(nms + ".Entity");
|
||||
//val ffdm = ccucl.getMethod("filterForDisplay", iclcl, chatcompcl, encl);
|
||||
val ffdm = ccucl.getMethod("filterForDisplay", iclcl, chatcompcl, encl);*/
|
||||
|
||||
val cscl = Class.forName(chatcompcl.getName() + "$ChatSerializer");
|
||||
val am = cscl.getMethod("a", String.class);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: Thorpe-Chat
|
||||
name: Chroma-Chat
|
||||
main: buttondevteam.chat.PluginMain
|
||||
version: 4.0
|
||||
commands:
|
||||
|
@ -34,7 +34,7 @@ author: NorbiPeti
|
|||
depend:
|
||||
- Essentials
|
||||
- Vault
|
||||
- ThorpeCore
|
||||
- ChromaCore
|
||||
soft-depend:
|
||||
- Minigames
|
||||
- Dynmap-Towny
|
||||
|
|
Loading…
Reference in a new issue