Closed glorying16 closed 5 years ago
It does repeat this error in console...
20.12 06:23:30 [Server] INFO [ChatControl] ChatControl 7.10.9 encountered a lPt1! Please check your error.log and report this issue with the information in that file.
20.12 06:23:30 [Server] ERROR Could not pass event PlayerCommandPreprocessEvent to ChatControl v7.10.9
20.12 06:23:30 [Server] INFO org.bukkit.event.EventException: null
20.12 06:23:30 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:308) ~[spigot-1.13.2.jar:git-Spigot-667bdd6-1b982fd]
20.12 06:23:30 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.13.2.jar:git-Spigot-667bdd6-1b982fd]
20.12 06:23:30 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) ~[spigot-1.13.2.jar:git-Spigot-667bdd6-1b982fd]
20.12 06:23:30 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) ~[spigot-1.13.2.jar:git-Spigot-667bdd6-1b982fd]
20.12 06:23:30 [Server] INFO at net.minecraft.server.v1_13_R2.PlayerConnection.handleCommand(PlayerConnection.java:1633) ~[spigot-1.13.2.jar:git-Spigot-667bdd6-1b982fd]
20.12 06:23:30 [Server] INFO at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:1476) ~[spigot-1.13.2.jar:git-Spigot-667bdd6-1b982fd]
20.12 06:23:30 [Server] INFO at net.minecraft.server.v1_13_R2.PacketPlayInChat.a(PacketPlayInChat.java:45) ~[spigot-1.13.2.jar:git-Spigot-667bdd6-1b982fd]
20.12 06:23:30 [Server] INFO at net.minecraft.server.v1_13_R2.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[spigot-1.13.2.jar:git-Spigot-667bdd6-1b982fd]
20.12 06:23:30 [Server] INFO at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.a(SourceFile:10) ~[spigot-1.13.2.jar:git-Spigot-667bdd6-1b982fd]
20.12 06:23:30 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_191]
20.12 06:23:30 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_191]
20.12 06:23:30 [Server] INFO at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [spigot-1.13.2.jar:git-Spigot-667bdd6-1b982fd]
20.12 06:23:30 [Server] INFO at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:900) [spigot-1.13.2.jar:git-Spigot-667bdd6-1b982fd]
20.12 06:23:30 [Server] INFO at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot-1.13.2.jar:git-Spigot-667bdd6-1b982fd]
20.12 06:23:30 [Server] INFO at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:835) [spigot-1.13.2.jar:git-Spigot-667bdd6-1b982fd]
20.12 06:23:30 [Server] INFO at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:733) [spigot-1.13.2.jar:git-Spigot-667bdd6-1b982fd]
20.12 06:23:30 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
20.12 06:23:30 [Server] INFO Caused by: me.kangarko.chatcontrol.final. .lPt1: Report / Warn set named 'null' does not exist. Available: me.kangarko.chatcontrol.final. .bn$transient@24654ddf
20.12 06:23:30 [Server] INFO at me.kangarko.chatcontrol.final. .cOM6.const(SourceFile:22) ~[ChatControl-7.10.9.jar:?]
20.12 06:23:30 [Server] INFO at me.kangarko.chatcontrol.final. .bn.const(SourceFile:242) ~[ChatControl-7.10.9.jar:?]
20.12 06:23:30 [Server] INFO at me.kangarko.chatcontrol.final. .bn.const(SourceFile:225) ~[ChatControl-7.10.9.jar:?]
20.12 06:23:30 [Server] INFO at me.kangarko.chatcontrol.final. .aY.const(SourceFile:135) ~[ChatControl-7.10.9.jar:?]
20.12 06:23:30 [Server] INFO at me.kangarko.chatcontrol.final. .aY.onPlayerCommand(SourceFile:40) ~[ChatControl-7.10.9.jar:?]
20.12 06:23:30 [Server] INFO at sun.reflect.GeneratedMethodAccessor225.invoke(Unknown Source) ~[?:?]
20.12 06:23:30 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_191]
20.12 06:23:30 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_191]
20.12 06:23:30 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304) ~[spigot-1.13.2.jar:git-Spigot-667bdd6-1b982fd]
20.12 06:23:30 [Server] INFO ... 16 more
Find Ignore_Chatdisplay option in handlers.yml and remove it completely if it is empty, the same for "ignore chatdisplay in all files in rules/ folder.
I dont have Ignore_Chatdisplay.
# !-----------------------------------------------------------------------------------------!
# Welcome to Handlers Configuration
#
# A handler stores multiple instruction of what should happend when
# the message is caught by a rule.
#
# This reduces repetitive code and makes things more human and future proof.
#
# For configuration, see:
# - https://github.com/kangarko/ChatControl-Pro/wiki/Handlers
#
# Remember, you can remove or edit all handlers below, and create your own ones!
#
# !-----------------------------------------------------------------------------------------!
# -----------------------------------------------------------------------------------------
# The default advertisement handler.
# -----------------------------------------------------------------------------------------
advertisement:
#
# Ignore players with a proper permission.
#
Bypass_With_Permission: "chatcontrol.bypass.ad"
#
# Do not filter ads in the following commands:
#
Ignore_Commands:
- // # WorldEdit
- /brush
- /auction
- /auc
- /register
- /reg
- /login
- /l
#
# Warn the player.
#
Player_Warn_Message: "&7Please do not advertise other websites or IP adresses."
#
# Notice online staff members.
#
Staff_Alert: "chatcontrol.notify.ad Ad_Info"
#
# Deny the message entirely.
#
Block_Message: true
#
# Log the violation so you can check it if you are offline.
#
Write_To_File: logs/advertisements.log
# -----------------------------------------------------------------------------------------
# The default swear-words handler.
# -----------------------------------------------------------------------------------------
swear:
#
# Ignore players with permission.
#
Bypass_With_Permission: "chatcontrol.bypass.swear"
#
# Do not filter commands below:
#
Ignore_Commands:
- // # WorldEdit
- /brush
- /auction
- /auc
- /register
- /reg
- /login
- /l
#
# Warn the player.
#
Player_Warn_Message: "&cSwearing is prohibited on this server."
#
# Notice online staff.
#
Staff_Alert: "chatcontrol.notify.swear &8[&7Swear/ID {ruleID}&8] &7{player}: &f{message}"
#
# Replace the swear word with a censor.
# If you only specify @prolong, the replacement will be automatically stretched to match word's length
# assuming it only contains one letter, in this example a star.
#
#Replace_Word: "@prolong *"
#
# Log the violation so you can check it if you are offline.
#
Write_To_File: logs/swears.log
racism:
#
# Ignore players with permission.
#
Bypass_With_Permission: "chatcontrol.bypass.racism"
#
# Do not filter commands below:
#
Ignore_Commands:
- // # WorldEdit
- /brush
- /auction
- /auc
- /register
- /reg
- /login
- /l
#
# Warn the player.
#
Player_Warn_Message: "&cUse of this word will get you banned. This is your ONLY warning."
#
# Notice online staff.
#
Staff_Alert: "chatcontrol.notify.racism &8[&7Swear/ID {ruleID}&8] &7{player}: &f{message}"
#
Block_Message: true
Warn_Points: racism 15
#
# Log the violation so you can check it if you are offline.
#
Write_To_File: logs/racism.log
I have corrected the message in the next version.
Most likely your warning set in "Warn_Points: racism 15", named racism, no longer exist. Remove that line completely.
What in the world did I do? lol