From 220008f9de395a669df9f4f09d13d02f5317f42d Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 20 Dec 2024 18:15:07 +0000 Subject: [PATCH 1/4] docs: create ridecountviewer/about --- ridecountviewer/about.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ridecountviewer/about.md diff --git a/ridecountviewer/about.md b/ridecountviewer/about.md new file mode 100644 index 0000000..957e38d --- /dev/null +++ b/ridecountviewer/about.md @@ -0,0 +1,11 @@ +--- +title: About +description: +published: true +date: 2024-12-20T18:15:04.208Z +tags: +editor: markdown +dateCreated: 2024-12-20T18:15:04.208Z +--- + +# About \ No newline at end of file From 1063d226951e95767f9509234c2d91d614c433e0 Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 20 Dec 2024 18:15:41 +0000 Subject: [PATCH 2/4] docs: create ridecountviewer/setup --- ridecountviewer/setup.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ridecountviewer/setup.md diff --git a/ridecountviewer/setup.md b/ridecountviewer/setup.md new file mode 100644 index 0000000..a4c80c8 --- /dev/null +++ b/ridecountviewer/setup.md @@ -0,0 +1,14 @@ +--- +title: Setup +description: +published: true +date: 2024-12-20T18:15:38.041Z +tags: +editor: markdown +dateCreated: 2024-12-20T18:15:38.041Z +--- + +# Setup + +1. Make sure you have installed [MapReflectionAPI](https://polymart.org/resource/mapreflectionapi-1-12-1-19.2576) and [ProtocolLib](https://www.spigotmc.org/resources/protocollib.1997/) in your server. These are required for ActionFoto. +2. Download the [plugin from Polymart](https://polymart.org/resource/ridecountviewer.2246). Then just install it into your plugins folder. The plugin will start up and function out of the box. \ No newline at end of file From 13ce2cf4f4314ad16c3e5d297c75d01f9d2733f2 Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 20 Dec 2024 18:16:52 +0000 Subject: [PATCH 3/4] docs: create ridecountviewer/usage --- ridecountviewer/usage.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ridecountviewer/usage.md diff --git a/ridecountviewer/usage.md b/ridecountviewer/usage.md new file mode 100644 index 0000000..c3771cf --- /dev/null +++ b/ridecountviewer/usage.md @@ -0,0 +1,23 @@ +--- +title: Usage +description: +published: true +date: 2024-12-20T18:16:48.566Z +tags: +editor: markdown +dateCreated: 2024-12-20T18:16:48.566Z +--- + +# Usage + +## Commands + +- `/rv help` - Get list of commands +- `/rv reload` - Reload the plugin +- `/rv create ` - Create a ridecount itemframe. The UpdateFrequency is `NEVER`, `DAILY` or `WEEKLY`. +- `/rv update ` - Force the update of a ridecount itemframe. +- `/rv remove ` - Remove a ridecount itemframe. + +## Permissions + +- `rv.admin` - The general admin permission (for all the commands) \ No newline at end of file From e1b9ccd530d68a87f83c2e7294d0b79048777ffb Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 20 Dec 2024 18:18:40 +0000 Subject: [PATCH 4/4] docs: create ridecountviewer/faq --- ridecountviewer/faq.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ridecountviewer/faq.md diff --git a/ridecountviewer/faq.md b/ridecountviewer/faq.md new file mode 100644 index 0000000..1764b8e --- /dev/null +++ b/ridecountviewer/faq.md @@ -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} \ No newline at end of file