mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-12-14 02:40:50 +01:00
Added 'Which plugin version of Geyser do I need?'
parent
cb777265d1
commit
cdf897cd28
1 changed files with 15 additions and 2 deletions
17
FAQ.md
17
FAQ.md
|
@ -7,11 +7,24 @@ Geyser works as a translator, translating both the incoming and outgoing packets
|
||||||
* [TCPShield](https://tcpshield.com/) causes Floodgate not to be able to authenticate.
|
* [TCPShield](https://tcpshield.com/) causes Floodgate not to be able to authenticate.
|
||||||
* If you come across any more please let us know via [Discord](http://discord.geysermc.org)
|
* If you come across any more please let us know via [Discord](http://discord.geysermc.org)
|
||||||
|
|
||||||
|
## Which plugin version of Geyser do I need?
|
||||||
|
This is a non-complete list of what platform each plugin version of Geyser is for, the standalone version can be used for any as it isn't a plugin.
|
||||||
|
* Geyser-Bukkit works with:
|
||||||
|
* [Spigot](https://www.spigotmc.org/)
|
||||||
|
* [Paper](https://papermc.io/downloads) (recommended)
|
||||||
|
* Any other forks of the above
|
||||||
|
* Geyser-Bungee works with:
|
||||||
|
* [BungeeCord](https://www.spigotmc.org/wiki/bungeecord/)
|
||||||
|
* [Waterfall](https://papermc.io/downloads#Waterfall)
|
||||||
|
* Any other forks of the above
|
||||||
|
* Geyser-Velocity works with [Velocity](https://www.velocitypowered.com/)
|
||||||
|
* Geyser-Sponge works with [SpongeVanilla or SpongeForge](https://www.spongepowered.org/)
|
||||||
|
|
||||||
## How do I add players to the whitelist when using Floodgate?
|
## How do I add players to the whitelist when using Floodgate?
|
||||||
There are two ways you can do this. The first way is to turn off the whitelist using `/whitelist off`, then get the Geyser player to join, then run `/whitelist add "username"`, then turn the whitelist back on using `/whitelist on`. The second way is to add the player's UUID as given by Floodgate to the whitelist.json file and then run `/whitelist reload`.
|
There are two ways you can do this. The first way is to turn off the whitelist using `/whitelist off`, then get the Geyser player to join, then run `/whitelist add "username"`, then turn the whitelist back on using `/whitelist on`. The second way is to add the player's UUID as given by Floodgate to the whitelist.json file and then run `/whitelist reload`.
|
||||||
|
|
||||||
## How do I find a player's UUID without them joining when using Floodgate?
|
## How do I find a player's UUID without them joining when using Floodgate?
|
||||||
First, you'll need to get the XUID of the player. There's several third party websites to find this, for example [this one](https://cxkes.me/xbox/xuid) (unaffiliated with Geyser). You'll need to enter the player's Xbox gamertag, and once submitted it should display the XUID in the format of `xxxxxxxxxxxxxxxx`. In order to turn the XUID into a UUID that Java Edition can recognize, you just need to put the XUID in this format: `00000000-0000-0000-xxxx-xxxxxxxxxxxx`. If formatted right, Java Edition should accept it as a UUID.
|
First, you'll need to get the XUID of the player. There are several third-party websites to find this, for example [this one](https://cxkes.me/xbox/xuid) (unaffiliated with Geyser). You'll need to enter the player's Xbox gamertag, and once submitted it should display the XUID in the format of `xxxxxxxxxxxxxxxx`. In order to turn the XUID into a UUID that Java Edition can recognize, you just need to put the XUID in this format: `00000000-0000-0000-xxxx-xxxxxxxxxxxx`. If formatted right, Java Edition should accept it as a UUID.
|
||||||
|
|
||||||
## Can I use Geyser with Pterodactyl Panel?
|
## Can I use Geyser with Pterodactyl Panel?
|
||||||
Yes, we have an official egg for the standalone version, it supports auto-updating and has all config options easily editable. You can find it [here](https://github.com/GeyserMC/pterodactyl-stuff), just download the json egg and import it into your panel.
|
Yes, we have an official egg for the standalone version, it supports auto-updating and has all config options easily editable. You can find it [here](https://github.com/GeyserMC/pterodactyl-stuff), just download the JSON egg and import it into your panel.
|
Loading…
Reference in a new issue