kangarko / Foundation

Foundation™ helps you create highly customized Minecraft plugins (based on Spigot/Paper API) that support multiple MC versions.
https://mineacademy.org
305 stars 63 forks source link

1.20.4: SimpleCommandGroup help message only sends one chat line #281

Closed BouncingSquirrel closed 3 months ago

BouncingSquirrel commented 3 months ago

Hi, I recently noticed the getHelpHeader() in the SimpleCommandGroup only outputting one smooth chat line. I think it looks a bit weird. Thanks!

kangarko commented 3 months ago

You can just override and customize it to your needs.

It looks fine on my end:

a

And

b

The smooth line is on the top but not the bottom. That is intended.