Small stuff

Pretty much just renamed the plugin
This commit is contained in:
Norbi Peti 2019-08-27 03:04:21 +02:00
parent 1275cdafd0
commit b3939f3c92
No known key found for this signature in database
GPG key ID: DBA4C4549A927E56
2 changed files with 4 additions and 4 deletions

View file

@ -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);

View file

@ -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