Compare commits
8
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
881bd71004 | ||
|
|
e53ac03df4 | ||
|
|
d5adc3990d | ||
|
|
ee151fbb94 | ||
|
|
626c112b2b | ||
|
|
9c8f3b6852 | ||
|
|
2f20dd0e01 | ||
|
|
2c84e42c2d |
@@ -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.
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<dependency>
|
||||
<groupId>me.clip</groupId>
|
||||
<artifactId>placeholderapi</artifactId>
|
||||
<version>2.11.2</version>
|
||||
<version>2.12.2</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||
}
|
||||
Reference in New Issue
Block a user