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

Search for key in Geyser plugin folder in plugin versions

This commit is contained in:
RednedEpic
2020-01-25 22:59:00 -06:00
parent ba724bb7d6
commit cc3cf70257
8 changed files with 24 additions and 14 deletions

View File

@@ -25,6 +25,7 @@
package org.geysermc.common;
import java.io.File;
import java.util.Map;
public interface IGeyserConfiguration {
@@ -45,7 +46,7 @@ public interface IGeyserConfiguration {
boolean isAllowThirdPartyCapes();
String getFloodgateKeyFile();
File getFloodgateKeyFile();
IMetricsInfo getMetrics();