Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug update chatex 1.16.1 #27

Closed
iLiDanMoon opened this issue Jul 7, 2020 · 1 comment
Closed

bug update chatex 1.16.1 #27

iLiDanMoon opened this issue Jul 7, 2020 · 1 comment

Comments

@iLiDanMoon
Copy link

[12:17:53] [Async Chat Thread - #22/ERROR]: Could not pass event AsyncPlayerChatEvent to ChatEx v2.5.7
java.lang.IllegalArgumentException: Illegal group reference
at java.util.regex.Matcher.appendExpandedReplacement(Matcher.java:1068) ~[?:?]
at java.util.regex.Matcher.appendReplacement(Matcher.java:998) ~[?:?]
at java.util.regex.Matcher.replaceAll(Matcher.java:1182) ~[?:?]
at java.lang.String.replaceAll(String.java:2126) ~[?:?]
at de.jeter.chatex.utils.adManager.SimpleAdManager.checkForAds(SimpleAdManager.java:100) ~[?:?]
at de.jeter.chatex.ChatListener.onChat(ChatListener.java:72) ~[?:?]
at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor428.execute(Unknown Source) ~[?:?]
at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.16.1.jar:git-Paper-77]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:76) ~[patched_1.16.1.jar:git-Paper-77]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.16.1.jar:git-Paper-77]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607) ~[patched_1.16.1.jar:git-Paper-77]
at net.minecraft.server.v1_16_R1.PlayerConnection.chat(PlayerConnection.java:1821) ~[patched_1.16.1.jar:git-Paper-77]
at net.minecraft.server.v1_16_R1.PlayerConnection.a(PlayerConnection.java:1736) ~[patched_1.16.1.jar:git-Paper-77]
at net.minecraft.server.v1_16_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) ~[patched_1.16.1.jar:git-Paper-77]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(

worldOneo added a commit that referenced this issue Jul 8, 2020
[MOD] SmartAdManager.java, SimpleAdManager.java to use Utils#notifyOps
[FIX] SmartAdManager.java, SimpleAdManager.java Quoting player message and name to avoid `java.lang.IllegalArgumentException` (Fix for #27)
TheJeterLP added a commit that referenced this issue Jul 10, 2020
[MPR] Quoting player message and name to avoid `java.lang.IllegalArgumentException` (Fix for #27)
@TheJeterLP
Copy link
Owner

Fixed with PR #28

TheJeterLP pushed a commit that referenced this issue Jun 22, 2022
[MOD] SmartAdManager.java, SimpleAdManager.java to use Utils#notifyOps
[FIX] SmartAdManager.java, SimpleAdManager.java Quoting player message and name to avoid `java.lang.IllegalArgumentException` (Fix for #27)
TheJeterLP added a commit that referenced this issue Jun 22, 2022
[MPR] Quoting player message and name to avoid `java.lang.IllegalArgumentException` (Fix for #27)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants