mirror of
https://github.com/GeyserMC/Geyser.git
synced 2026-01-04 15:31:36 +00:00
Merge branch 'master' into plugin
This commit is contained in:
@@ -30,6 +30,7 @@ import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import lombok.Getter;
|
||||
import org.geysermc.common.IGeyserConfiguration;
|
||||
|
||||
import java.io.File;
|
||||
import java.util.Map;
|
||||
|
||||
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||
@@ -61,6 +62,11 @@ public class GeyserConfiguration implements IGeyserConfiguration {
|
||||
|
||||
private MetricsInfo metrics;
|
||||
|
||||
@Override
|
||||
public File getFloodgateKeyFile() {
|
||||
return new File(floodgateKeyFile);
|
||||
}
|
||||
|
||||
@Getter
|
||||
public static class BedrockConfiguration implements IBedrockConfiguration {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user