mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-11-29 19:52:48 +01:00
Make Examle in command execution newline
parent
1a3c72549f
commit
79a35730ea
1 changed files with 1 additions and 1 deletions
2
FAQ.md
2
FAQ.md
|
@ -47,7 +47,7 @@ You can add Bedrock resource packs to your Geyser installation in the `packs` fo
|
||||||
You can use the command `/geyser offhand`, which will swap the item in their mainhand and offhand.
|
You can use the command `/geyser offhand`, which will swap the item in their mainhand and offhand.
|
||||||
|
|
||||||
## How do I include players in commands when using Floodgate?
|
## How do I include players in commands when using Floodgate?
|
||||||
If there is a prefix on Floodgate players, the prefix must be included in the name. Floodgate also replaces all spaces in names with underscores, so be sure to replace any spaces with underscores when executing the command. If this does not work, put double-quotes around the name.
|
If there is a prefix on Floodgate players, the prefix must be included in the name. Floodgate also replaces all spaces in names with underscores, so be sure to replace any spaces with underscores when executing the command. If this does not work, put double-quotes around the name.
|
||||||
Example: `/tp "*<bedrock_nickname>"`
|
Example: `/tp "*<bedrock_nickname>"`
|
||||||
|
|
||||||
## Can I remove the prefix of Floodgate players?
|
## Can I remove the prefix of Floodgate players?
|
||||||
|
|
Loading…
Reference in a new issue