diff --git a/FAQ.md b/FAQ.md index 7a6b928..4dad725 100644 --- a/FAQ.md +++ b/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. ## 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 "*"` ## Can I remove the prefix of Floodgate players?