jonahisadev / TreeMe

A competent timber plugin for Minecraft servers
MIT License
3 stars 2 forks source link

Fix sub-command case sensitivity and jungle trees not dropping saplings #7

Closed thekdub closed 3 years ago

thekdub commented 3 years ago

Converts sub-command argument for /TreeMe to lowercase to prevent case-sensitivity issues. Adds jungle logs and saplings to the sameSapling method in the Types class to fix an issue where jungle trees would not drop saplings when chopped.

jonahisadev commented 3 years ago

Thanks!