Archived
3
0
Fork 1

docs: create ridecountviewer/faq

This commit is contained in:
Stijn Bannink 2024-12-20 18:18:40 +00:00 committed by SBDeveloper
parent 13ce2cf4f4
commit e1b9ccd530

22
ridecountviewer/faq.md Normal file
View file

@ -0,0 +1,22 @@
---
title: Frequently Asked Questions
description:
published: true
date: 2024-12-20T18:18:36.815Z
tags:
editor: markdown
dateCreated: 2024-12-20T18:18:36.815Z
---
# FAQ
## All the names of bedrock players are shown as "Unknown". How to fix?
To look up the names of offline bedrock players, we use an API. This API requires a token to work. You can claim a token like this:
1. Go to [XAPI registration](https://xapi.us/register) and fill in the form. The Free plan should work just fine, as we store player names in cache. Then check your email to verify your account.
2. [Sign in to your account](https://xapi.us/login). Then login to your Xbox Live account on the Profile page. You can use the OAuth or fill in your account details manually.
3. Copy the **API Token**, go to your server files, and then to `/plugins/ThemeParkRidecountAddon/config.yml`, and paste it after `XAPIToken`.
4. Done! Restart your server, and now you should see the correct player names for Bedrock players.
> **Pay attention!** Because of privacy reasons, if the player has disabled viewing their name for non-friends, you can only view their name if you are a friend of them.
{.is-warning}