Aust1n46 / VentureChat

GNU General Public License v3.0
37 stars 47 forks source link

Error/kick when adding placeholder after {player_displayname} #41

Closed compieter-gh closed 1 year ago

compieter-gh commented 1 year ago

I got an error when added any placeholder after {player_displayname} in the format section on a newly created config file.

Internal Exception: java.lang.IllegalArgumentException: No enum constant net.md_5.bungee.api.chat.ClickEvent.Action.

config.zip

Steps to reproduce: Add any placeholder on a newly configured config after {player_displayname}. Type anything in chat And it should kick you.

Versions/plugins: [22:41:50 INFO]: This server is running Paper version git-Paper-135 (MC: 1.19.2) (Implementing API version 1.19.2-R0.1-SNAPSHOT) (Git: eff22eb) You are running the latest version Previous version: git-Paper-132 (MC: 1.19.2) [22:41:59 INFO]: ProtocolLib version 5.0.0-SNAPSHOT-b600 [22:41:59 INFO]: Provides read/write access to the Minecraft protocol. [22:41:59 INFO]: Authors: dmulloy2 and comphenix [22:42:06 INFO]: VentureChat version 3.4.3 [22:42:06 INFO]: Website: https://bitbucket.org/Aust1n46/venturechat/ [22:42:06 INFO]: Author: Aust1n46

[22:42:41 INFO]: Plugins (6): LuckPerms, NoEncryption, PlaceholderAPI, ProtocolLib, Vault, VentureChat

I cannot use/join the server without noencryption as the chat encryption is not working on velocity.

Aust1n46 commented 1 year ago

VentureChat doesn't use the Bungee chat API so I don't know where you're getting that trace from.

I also don't know what "NoEncryption" is. VentureChat sends chat messages as SYSTEM_CHAT already.

compieter-gh commented 1 year ago

Hmm wierd i am kinda suspicious of Velocity and or plugins on it. Cus there's nothing else really that should be causing this.

Edit: Seems to be caused by noencryption breaking the server. (Now am seeing why KennyTV is discouraging the use of these plugins)

compieter-gh commented 1 year ago

I created a issue by the plugin owner. I'm sorry for the unececeary issue.