Compare commits
7 Commits
0.1-beta
...
e53ac03df4
| Author | SHA1 | Date | |
|---|---|---|---|
| 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.
|
||||
|
||||
2
pom.xml
2
pom.xml
@@ -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
3
renovate.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||
}
|
||||
Reference in New Issue
Block a user