forked from GeyserMC/Geyser
Fix duplicate info and add more info to dumps (#1058)
* Fix duplicate info and add more info to dumps * Add gui to standalone dump info
This commit is contained in:
parent
964432e4f8
commit
b7f0780a56
8 changed files with 86 additions and 3 deletions
|
@ -25,6 +25,7 @@
|
|||
|
||||
package org.geysermc.platform.bungeecord;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
||||
import lombok.Getter;
|
||||
import net.md_5.bungee.api.plugin.Plugin;
|
||||
|
@ -39,6 +40,7 @@ import java.nio.file.Paths;
|
|||
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||
public class GeyserBungeeConfiguration extends GeyserJacksonConfiguration {
|
||||
|
||||
@JsonIgnore
|
||||
private Path floodgateKey;
|
||||
|
||||
public void loadFloodgate(GeyserBungeePlugin plugin, Configuration configuration) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue