Only log warnings with debug logging

This commit is contained in:
Astrash
2023-10-20 09:32:33 +11:00
parent fde29220af
commit e80e998cec
5 changed files with 19 additions and 3 deletions

View File

@@ -21,6 +21,8 @@ public interface PluginConfig {
boolean isDebugScript();
boolean isDebugLog();
int getBiomeSearchResolution();
int getStructureCache();