1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-22 16:29:25 +00:00

Merge branch 'master' into plugin

This commit is contained in:
Redned
2020-01-25 23:03:47 -06:00
committed by RednedEpic
3 changed files with 8 additions and 2 deletions

View File

@@ -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 {

View File

@@ -75,7 +75,7 @@
<dependency>
<groupId>com.github.steveice10</groupId>
<artifactId>mcprotocollib</artifactId>
<version>1.15.1-1-SNAPSHOT</version>
<version>1.15.2-1-SNAPSHOT</version>
<scope>compile</scope>
<exclusions>
<exclusion>

View File

@@ -20,7 +20,7 @@ remote:
address: 127.0.0.1
# The port of the remote (Java Edition) server
port: 25565
# Authentication type. Can be offline, online, or floodgate (see the wiki).
# Authentication type. Can be offline, online, or floodgate (see https://github.com/GeyserMC/Geyser/wiki/Floodgate).
auth-type: online
# Floodgate uses encryption to ensure use from authorised sources.