mirror of
https://github.com/ashhhleyyy/player-pronouns.git
synced 2024-11-01 07:07:38 +00:00
v1.0.0 and readme changes
This commit is contained in:
parent
a8a640d1e6
commit
9f9977a3da
2 changed files with 4 additions and 1 deletions
|
@ -38,3 +38,6 @@ To configure pronouns to show up like this, you can set the `chat` style to the
|
|||
```
|
||||
|
||||
![](https://cdn.discordapp.com/attachments/859419898962116642/870739744286453820/2021-07-30_19.45.49.png)
|
||||
|
||||
### Backing up the database
|
||||
The mod stores the mapping of players -> pronouns inside the world save file at `world/playerdata/pronouns.dat`. Note that the file is a custom binary format, NOT NBT, and so cannot be edited using normal tools.
|
||||
|
|
|
@ -4,7 +4,7 @@ plugins {
|
|||
`maven-publish`
|
||||
}
|
||||
|
||||
version = "1.0.0-beta"
|
||||
version = "1.0.0"
|
||||
group = "io.github.ashisbored"
|
||||
|
||||
repositories {
|
||||
|
|
Loading…
Reference in a new issue