Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions wiki/floodgate/linking.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,15 @@ You can also set up a local linking database on your server. Local linking can w

Note that you only have to follow these steps on your proxy (BungeeCord or Velocity), if you have one.

1. Download one of the linking databases extensions [here](https://ci.opencollab.dev/job/GeyserMC/job/Floodgate/job/fix-weird-via-issue/).
1. Download one of the linking databases extensions [here](https://github.com/GeyserMC/Floodgate/actions).

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, I think this will be good for now. however, as far as I know they are moving stuff over to the downloads API. it will be available on geysermc website soon.
since ci.opencollab.dev is officially out of service.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

Click the latest workflow run with a green checkmark.
Scroll down to Artifacts and download the one you need.
If you need help picking the right one: choose `mysql` if you already have a database or want to have a multi-proxy setup. For anything else choose `sqlite`. The full name should be `floodgate-*type*-database.jar`.
2. Copy the database extension jar you just downloaded *into* the floodgate 2.0 plugin folder (e.g. `/plugins/floodgate/`).
3. Enable `enable-own-linking` in the `player-link` section of Floodgate.
4. Set `type` in the `player-link` section to your database type (currently either `mysql` or `sqlite`). (If you used Floodgate 1.0 and had linking enabled back then; the database type was `sqlite`).
5. Restart your server
5. Restart your server.

If you have selected `mysql` a new data folder for the database should be generated inside the Floodgate data folder. You can enter your database credentials in there. After you did that restart your server once more.
If you have selected `mysql`, a new data folder for the database should be generated inside the Floodgate data folder. You can enter your database credentials in there. After you did that, restart your server once more.

That should be it. You can then link your accounts by following the instructions you get when typing `/linkaccount`.