Merge remote-tracking branch 'origin/feature/extensions' into feature/extensions-gradle

This commit is contained in:
RednedEpic 2022-03-19 20:39:59 -05:00
commit 4455dc0ded
111 changed files with 2886 additions and 1086 deletions

View file

@ -278,6 +278,12 @@ public class GeyserStandaloneBootstrap implements GeyserBootstrap {
return Paths.get(System.getProperty("user.dir"));
}
@Override
public Path getSavedUserLoginsFolder() {
// Return the location of the config
return new File(configFilename).getAbsoluteFile().getParentFile().toPath();
}
@Override
public BootstrapDumpInfo getDumpInfo() {
return new GeyserStandaloneDumpInfo(this);