Compare commits
4 commits
fd09a85ad2
...
e1b9ccd530
Author | SHA1 | Date | |
---|---|---|---|
e1b9ccd530 | |||
13ce2cf4f4 | |||
1063d22695 | |||
220008f9de |
4 changed files with 70 additions and 0 deletions
11
ridecountviewer/about.md
Normal file
11
ridecountviewer/about.md
Normal file
|
@ -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
|
22
ridecountviewer/faq.md
Normal file
22
ridecountviewer/faq.md
Normal 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}
|
14
ridecountviewer/setup.md
Normal file
14
ridecountviewer/setup.md
Normal file
|
@ -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.
|
23
ridecountviewer/usage.md
Normal file
23
ridecountviewer/usage.md
Normal file
|
@ -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 <RideID> <UpdateFrequency>` - Create a ridecount itemframe. The UpdateFrequency is `NEVER`, `DAILY` or `WEEKLY`.
|
||||
- `/rv update <RideID>` - Force the update of a ridecount itemframe.
|
||||
- `/rv remove <RideID>` - Remove a ridecount itemframe.
|
||||
|
||||
## Permissions
|
||||
|
||||
- `rv.admin` - The general admin permission (for all the commands)
|
Reference in a new issue