Compare commits
5 Commits
0.1-beta
...
ee151fbb94
| Author | SHA1 | Date | |
|---|---|---|---|
| ee151fbb94 | |||
| 626c112b2b | |||
| 9c8f3b6852 | |||
| 2f20dd0e01 | |||
| 2c84e42c2d |
@@ -1,8 +1,11 @@
|
|||||||
# NounsPicker
|
# 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.
|
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
|
## Basic info
|
||||||
### Commands
|
### Commands
|
||||||
- `/nouns create <pronoun> <format>`: add a new pronoun to the database.
|
- `/nouns create <pronoun> <format>`: add a new pronoun to the database.
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -37,7 +37,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>me.clip</groupId>
|
<groupId>me.clip</groupId>
|
||||||
<artifactId>placeholderapi</artifactId>
|
<artifactId>placeholderapi</artifactId>
|
||||||
<version>2.11.2</version>
|
<version>2.11.6</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|||||||
3
renovate.json
Normal file
3
renovate.json
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user