FeuSalamander / Vmessage

the repository of my Velocity Plugin "Vmessage"
https://forums.papermc.io/threads/v-message-simple-global-chatting-w-luckperms-support.527/
18 stars 3 forks source link

Improved MiniMessage integration and more #5

Closed 4drian3d closed 1 year ago

4drian3d commented 1 year ago
FeuSalamander commented 1 year ago

Thanks so much for your help and improving my plugin ! :)

FeuSalamander commented 1 year ago

Just a question, If there are imports that are not used it causes problems ?

4drian3d commented 1 year ago

Just a question, If there are imports that are not used it causes problems ?

They don't cause any problems at runtime, they just... have no use, by removing them, you have a cleaner code and you optimize the memory usage of your IDE by not having to load extra classes

FeuSalamander commented 1 year ago

Ok Thanks