mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-10 18:33:29 +00:00
merged the config commands into one command for setting the appropriate value
This commit is contained in:
@@ -8,6 +8,7 @@ public interface ConfigService {
|
||||
Long getLongValue(String name, Long serverId, Long defaultValue);
|
||||
void setDoubleValue(String name, Long serverId, Double value);
|
||||
void setLongValue(String name, Long serverId, Long value);
|
||||
void setConfigValue(String name, Long serverId, String value);
|
||||
void setStringValue(String name, Long serverId, String value);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user