Compare commits

...

7 Commits

3 changed files with 8 additions and 2 deletions

View File

@@ -1,8 +1,11 @@
# NounsPicker
This plugin allows users to pick their own preferred pronouns, that are then passed as PlaceholderAPI arguments to use
This plugin allows users to pick their own preferred pronouns, that are then passed as **PlaceholderAPI** arguments to use
wherever you want to. The pronouns are picked from a predefined list that only administrators can modify.
***The plugin depends on [PlaceholderAPI](https://github.com/PlaceholderAPI/PlaceholderAPI).***
## Basic info
### Commands
- `/nouns create <pronoun> <format>`: add a new pronoun to the database.

View File

@@ -37,7 +37,7 @@
<dependency>
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>2.11.2</version>
<version>2.11.7</version>
<scope>provided</scope>
</dependency>

3
renovate.json Normal file
View File

@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}