jaqobb / message-editor

Spigot plugin that allows editing in-game messages that were previously unmodifiable
MIT License
13 stars 2 forks source link

[Question] Anyway to remove empty lines #18

Closed Maitlans closed 3 years ago

Maitlans commented 3 years ago

Hey hope you're doing well, is there anyways to remove empty lines that appear in chat? Thank you

jaqobb commented 3 years ago

Hey, you'd probably do it in the same way as other messages. That is enable message analyzing, get message id, edit message (remove it), and then save the edit.

Maitlans commented 3 years ago

Thank you, I will try that.