Aust1n46 / VentureChat

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

Allow chat messages to be edited by external plugins #65

Open thecreativeuniverse opened 1 year ago

thecreativeuniverse commented 1 year ago

This allows for more flexibility with separate chat plugins which may edit a chat message to add extra features.

Aust1n46 commented 1 year ago

This will break the message remover because the message hash isn't being recalculated after changing the inputs.

I know the message remover is known not working on 1.19, but it does still work on older versions.