mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-11-26 00:40:15 +01:00
Make the example in command execution newline #3
parent
e766bd31b1
commit
d34e9340fc
1 changed files with 1 additions and 0 deletions
1
FAQ.md
1
FAQ.md
|
@ -48,6 +48,7 @@ You can use the command `/geyser offhand`, which will swap the item in their mai
|
|||
|
||||
## 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.
|
||||
|
||||
Example: `/tp "*<bedrock_nickname>"`
|
||||
|
||||
## Can I remove the prefix of Floodgate players?
|
||||
|
|
Loading…
Reference in a new issue