9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-27 11:09:06 +00:00

Merge remote-tracking branch 'upstream/master' into DecreeCommands

This commit is contained in:
CocoTheOwner
2021-08-15 21:43:08 +02:00
3 changed files with 2 additions and 95 deletions

View File

@@ -482,7 +482,7 @@ public class Iris extends VolmitPlugin implements Listener {
sender.sendMessage(string);
} catch (Throwable e) {
try {
System.out.println(string);
System.out.println(instance.getTag() + string.replaceAll("(<([^>]+)>)", ""));
} catch (Throwable ignored1) {
}