mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-10 17:56:03 +00:00
Remove dump-resources and allow for ignoring specific resources
This commit is contained in:
@@ -9,12 +9,12 @@ package com.dfsek.terra.api.config;
|
||||
|
||||
import com.dfsek.terra.api.Platform;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
|
||||
public interface PluginConfig {
|
||||
void load(Platform platform);
|
||||
|
||||
boolean dumpDefaultConfig();
|
||||
|
||||
boolean isDebugCommands();
|
||||
|
||||
boolean isDebugProfiler();
|
||||
@@ -31,5 +31,7 @@ public interface PluginConfig {
|
||||
|
||||
int getMaxRecursion();
|
||||
|
||||
List<String> getIgnoredResources();
|
||||
|
||||
int getProviderCache();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user