DevotedMC / HiddenOre

Allows after-map generation positive rebalance via fine-control over custom drops - Anti-Xray - Built for Minecraft and Paper 1.16.4
https://www.devotedmc.com/hiddenore.html
MIT License
11 stars 29 forks source link

Option to disable console input #39

Closed Boy0000 closed 2 years ago

Boy0000 commented 3 years ago

Currently the console is flooded with ore information, making it really hard to find stuff in there sometimes image

ProgrammerDan commented 3 years ago

It looks like you have debug enabled.

Check your config file for a line like this one:

https://github.com/DevotedMC/HiddenOre/blob/master/src/main/resources/config.yml#L4

if one doesn't exist, add it at the top -- debug: false.

Boy0000 commented 3 years ago

image

debug is set to false already

ProgrammerDan commented 3 years ago

Yeah, just doublechecked the code. Stats output is normal logging for admins to post-fact check on hiddenore's actions. I agree it can get a bit overwhelming esp if your ore spawn rate is generous.

Thanks for the issue/feature request!