diff --git a/index.d.ts b/index.d.ts index 184c7d0..46328f5 100644 --- a/index.d.ts +++ b/index.d.ts @@ -45,6 +45,8 @@ declare module "bedrock-protocol" { conLog? // used to join a Realm instead of supplying a host/port realms?: RealmsOptions + // the path to store authentication caches, defaults to .minecraft + profilesFolder?: string | false } export interface ServerOptions extends Options {