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.velocity;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import com.velocitypowered.api.plugin.PluginContainer;
|
||||
|
@ -45,6 +46,7 @@ public class GeyserVelocityConfiguration extends GeyserJacksonConfiguration {
|
|||
@JsonProperty("floodgate-key-file")
|
||||
private String floodgateKeyFile;
|
||||
|
||||
@JsonIgnore
|
||||
private Path floodgateKey;
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue