diff --git a/common/src/main/java/net/william278/husksync/data/Identifier.java b/common/src/main/java/net/william278/husksync/data/Identifier.java index 03b5aea2..327239ee 100644 --- a/common/src/main/java/net/william278/husksync/data/Identifier.java +++ b/common/src/main/java/net/william278/husksync/data/Identifier.java @@ -45,7 +45,7 @@ public class Identifier { public static final Identifier ADVANCEMENTS = huskSync("advancements", true); public static final Identifier STATISTICS = huskSync("statistics", true); public static final Identifier POTION_EFFECTS = huskSync("potion_effects", true); - public static final Identifier GAME_MODE = huskSync("game_mode", false); + public static final Identifier GAME_MODE = huskSync("game_mode", true); public static final Identifier FLIGHT_STATUS = huskSync("flight_status", true, Dependency.optional("game_mode") ); diff --git a/docs/Sync-Features.md b/docs/Sync-Features.md index 5689294a..5413ec41 100644 --- a/docs/Sync-Features.md +++ b/docs/Sync-Features.md @@ -38,7 +38,7 @@ Although it's a common request, HuskSync doesn't synchronize economy data for a I strongly recommend making use of economy plugins that have cross-server economy balance synchronization built-in, of which there are a multitude of options available. Please see our [[FAQs]] section for more details on this decision. ## Toggling Sync Features -All synchronization features, except location and locked map synchronising, are enabled by default. To toggle a feature, navigate to the `features:` section in the `synchronization:` part of your `config.yml` file, and change the option to `true`/`false` respectively. +All synchronization features, except location and locked map synchronizing, are enabled by default. To toggle a feature, navigate to the `features:` section in the `synchronization:` part of your `config.yml` file, and change the option to `true`/`false` respectively.
Example in config.yml