mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-28 19:29:14 +00:00
Rename "emotes-enabled" to "show-emotes"
This commit is contained in:
@@ -112,7 +112,7 @@ public class ConfigMigrations {
|
||||
}
|
||||
if (Objects.equals(previous, "no-emotes")) {
|
||||
value.set(false);
|
||||
return new Object[]{ "gameplay", "emotes-enabled" };
|
||||
return new Object[]{ "gameplay", "show-emotes" };
|
||||
}
|
||||
return null;
|
||||
})
|
||||
|
||||
@@ -287,7 +287,7 @@ public interface GeyserConfig {
|
||||
boolean netherRoofWorkaround();
|
||||
|
||||
@Comment("""
|
||||
Whether to allow Bedrock Edition emotes to be sent to other Bedrock Edition players.
|
||||
Whether to show Bedrock Edition emotes to other Bedrock Edition players.
|
||||
""")
|
||||
@DefaultBoolean(true)
|
||||
boolean emotesEnabled();
|
||||
|
||||
@@ -83,8 +83,8 @@ gameplay:
|
||||
# The main downside to this is that the entire Nether will have the same red fog rather than having different fog for each biome.
|
||||
nether-roof-workaround: true
|
||||
|
||||
# Whether to allow Bedrock Edition emotes to be sent to other Bedrock Edition players.
|
||||
emotes-enabled: true
|
||||
# Whether to show Bedrock Edition emotes to other Bedrock Edition players.
|
||||
show-emotes: true
|
||||
|
||||
# Which item to use to mark unavailable slots in a Bedrock player inventory. Examples of this are the 2x2 crafting grid while in creative,
|
||||
# or custom inventory menus with sizes different from the usual 3x9. A barrier block is the default item.
|
||||
|
||||
@@ -84,8 +84,8 @@ gameplay:
|
||||
# The main downside to this is that the entire Nether will have the same red fog rather than having different fog for each biome.
|
||||
nether-roof-workaround: true
|
||||
|
||||
# Whether to allow Bedrock Edition emotes to be sent to other Bedrock Edition players.
|
||||
emotes-enabled: true
|
||||
# Whether to show Bedrock Edition emotes to other Bedrock Edition players.
|
||||
show-emotes: true
|
||||
|
||||
# Which item to use to mark unavailable slots in a Bedrock player inventory. Examples of this are the 2x2 crafting grid while in creative,
|
||||
# or custom inventory menus with sizes different from the usual 3x9. A barrier block is the default item.
|
||||
|
||||
@@ -83,8 +83,8 @@ gameplay:
|
||||
# The main downside to this is that the entire Nether will have the same red fog rather than having different fog for each biome.
|
||||
nether-roof-workaround: false
|
||||
|
||||
# Whether to allow Bedrock Edition emotes to be sent to other Bedrock Edition players.
|
||||
emotes-enabled: true
|
||||
# Whether to show Bedrock Edition emotes to other Bedrock Edition players.
|
||||
show-emotes: true
|
||||
|
||||
# Which item to use to mark unavailable slots in a Bedrock player inventory. Examples of this are the 2x2 crafting grid while in creative,
|
||||
# or custom inventory menus with sizes different from the usual 3x9. A barrier block is the default item.
|
||||
|
||||
@@ -84,8 +84,8 @@ gameplay:
|
||||
# The main downside to this is that the entire Nether will have the same red fog rather than having different fog for each biome.
|
||||
nether-roof-workaround: false
|
||||
|
||||
# Whether to allow Bedrock Edition emotes to be sent to other Bedrock Edition players.
|
||||
emotes-enabled: true
|
||||
# Whether to show Bedrock Edition emotes to other Bedrock Edition players.
|
||||
show-emotes: true
|
||||
|
||||
# Which item to use to mark unavailable slots in a Bedrock player inventory. Examples of this are the 2x2 crafting grid while in creative,
|
||||
# or custom inventory menus with sizes different from the usual 3x9. A barrier block is the default item.
|
||||
|
||||
@@ -83,8 +83,8 @@ gameplay:
|
||||
# The main downside to this is that the entire Nether will have the same red fog rather than having different fog for each biome.
|
||||
nether-roof-workaround: false
|
||||
|
||||
# Whether to allow Bedrock Edition emotes to be sent to other Bedrock Edition players.
|
||||
emotes-enabled: true
|
||||
# Whether to show Bedrock Edition emotes to other Bedrock Edition players.
|
||||
show-emotes: true
|
||||
|
||||
# Which item to use to mark unavailable slots in a Bedrock player inventory. Examples of this are the 2x2 crafting grid while in creative,
|
||||
# or custom inventory menus with sizes different from the usual 3x9. A barrier block is the default item.
|
||||
|
||||
@@ -84,8 +84,8 @@ gameplay:
|
||||
# The main downside to this is that the entire Nether will have the same red fog rather than having different fog for each biome.
|
||||
nether-roof-workaround: false
|
||||
|
||||
# Whether to allow Bedrock Edition emotes to be sent to other Bedrock Edition players.
|
||||
emotes-enabled: true
|
||||
# Whether to show Bedrock Edition emotes to other Bedrock Edition players.
|
||||
show-emotes: true
|
||||
|
||||
# Which item to use to mark unavailable slots in a Bedrock player inventory. Examples of this are the 2x2 crafting grid while in creative,
|
||||
# or custom inventory menus with sizes different from the usual 3x9. A barrier block is the default item.
|
||||
|
||||
@@ -83,8 +83,8 @@ gameplay:
|
||||
# The main downside to this is that the entire Nether will have the same red fog rather than having different fog for each biome.
|
||||
nether-roof-workaround: false
|
||||
|
||||
# Whether to allow Bedrock Edition emotes to be sent to other Bedrock Edition players.
|
||||
emotes-enabled: true
|
||||
# Whether to show Bedrock Edition emotes to other Bedrock Edition players.
|
||||
show-emotes: true
|
||||
|
||||
# Which item to use to mark unavailable slots in a Bedrock player inventory. Examples of this are the 2x2 crafting grid while in creative,
|
||||
# or custom inventory menus with sizes different from the usual 3x9. A barrier block is the default item.
|
||||
|
||||
@@ -84,8 +84,8 @@ gameplay:
|
||||
# The main downside to this is that the entire Nether will have the same red fog rather than having different fog for each biome.
|
||||
nether-roof-workaround: false
|
||||
|
||||
# Whether to allow Bedrock Edition emotes to be sent to other Bedrock Edition players.
|
||||
emotes-enabled: true
|
||||
# Whether to show Bedrock Edition emotes to other Bedrock Edition players.
|
||||
show-emotes: true
|
||||
|
||||
# Which item to use to mark unavailable slots in a Bedrock player inventory. Examples of this are the 2x2 crafting grid while in creative,
|
||||
# or custom inventory menus with sizes different from the usual 3x9. A barrier block is the default item.
|
||||
|
||||
@@ -83,8 +83,8 @@ gameplay:
|
||||
# The main downside to this is that the entire Nether will have the same red fog rather than having different fog for each biome.
|
||||
nether-roof-workaround: false
|
||||
|
||||
# Whether to allow Bedrock Edition emotes to be sent to other Bedrock Edition players.
|
||||
emotes-enabled: false
|
||||
# Whether to show Bedrock Edition emotes to other Bedrock Edition players.
|
||||
show-emotes: false
|
||||
|
||||
# Which item to use to mark unavailable slots in a Bedrock player inventory. Examples of this are the 2x2 crafting grid while in creative,
|
||||
# or custom inventory menus with sizes different from the usual 3x9. A barrier block is the default item.
|
||||
|
||||
@@ -84,8 +84,8 @@ gameplay:
|
||||
# The main downside to this is that the entire Nether will have the same red fog rather than having different fog for each biome.
|
||||
nether-roof-workaround: false
|
||||
|
||||
# Whether to allow Bedrock Edition emotes to be sent to other Bedrock Edition players.
|
||||
emotes-enabled: false
|
||||
# Whether to show Bedrock Edition emotes to other Bedrock Edition players.
|
||||
show-emotes: false
|
||||
|
||||
# Which item to use to mark unavailable slots in a Bedrock player inventory. Examples of this are the 2x2 crafting grid while in creative,
|
||||
# or custom inventory menus with sizes different from the usual 3x9. A barrier block is the default item.
|
||||
|
||||
Reference in New Issue
Block a user