CoolLord22 / OtherDrops1.13

OtherDrops branch for the latest Minecraft version!
GNU General Public License v3.0
0 stars 4 forks source link

Error: Nag author(s): "[CoolLord22]" of "OtherDrops" #39

Open MarvinKlar opened 9 months ago

MarvinKlar commented 9 months ago

Describe the bug The server is complaining about these two issues:

Nag author(s): "[CoolLord22]" of "OtherDrops" about their usage of System.out/err.print. Please use your plugin"s logger instead (JavaPlugin#getLogger).
[OtherDrops] Nag author(s) CoolLord22 of plugin OtherDrops for not relocating the CustomBlockData package.

To Reproduce Steps to reproduce the behavior:

  1. Install OtherDrops & start the server

Expected behavior This error/Warning should not occour.

Desktop

CoolLord22 commented 9 months ago

The logger issue might be oversight on my end while debugging the plugin, will resolve today.

As for the CustomBlockData portion, that is what OD uses to detect for player placed blocks vs naturally occurring blocks and is a dependency that was manually shaded into the jar. Because OD uses ant instead of maven, there was no easy way to do this other than just copying the files into the jar when building. Will try to look into it and see if anything can be done.

If anyone has any suggestions on how to achieve above results in another way open to ideas!