kangarko / Foundation

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

Add JavaDocs to classes, fields and methods, as well as the return and parameter arguments for each method #244

Closed MrCrazys closed 11 months ago

MrCrazys commented 11 months ago
kangarko commented 11 months ago

Thank you!

kangarko commented 11 months ago

Please test your changes next time, had to reverse it completely. There was some critical bugs such as tellJson() not working for players due to the changes in the "if player is conversable" condition. I don't have time testing the entire class.

MrCrazys commented 11 months ago

Please test your changes next time, had to reverse it completely. There was some critical bugs such as tellJson() not working for players due to the changes in the "if player is conversable" condition. I don't have time testing the entire class.

My apologies, I should have tested them. I'll be sure to do so next time.