docs: create ridecountviewer/usage
This commit is contained in:
parent
1063d22695
commit
13ce2cf4f4
1 changed files with 23 additions and 0 deletions
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