Update README.md

This commit is contained in:
Elise 2023-03-02 12:29:24 +01:00 committed by GitHub
parent 11a78decae
commit 3a71a6af70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -59,6 +59,7 @@ top-10 format or individually. Currently tested on all versions between **1.16.5
![Translated](src/main/resources/images/translated.png)
- Only show statistics for **whitelisted** players
- Exclude statistics from **banned** players
- Exclude statistics from specific players with `/statexclude`
- Limit who is allowed to **share statistics** in chat and how often players can share
- Limit statistics based on when a player **last joined**.
This option can be particularly useful if you have had a lot of players join your server in the past
@ -71,6 +72,7 @@ top-10 format or individually. Currently tested on all versions between **1.16.5
- `playerstats.stat` for using the general command (true for everyone by default)
- `playerstats.share` for sharing statistics in chat (true for everyone by default)
- `playerstats.reload` for reloading the config (only for OP players by default)
- `playerstats.exclude` to exclude players from top- and server-statistics (only for OP players by default)
 
@ -94,7 +96,7 @@ To import the PlayerStats API with Maven, add the following dependency and repos
</dependency>
</dependencies>
```
You can download the sources and Javadocs through your code editor, or visit the Javadocs [here](https://s01.oss.sonatype.org/service/local/repositories/snapshots/archive/io/github/ithotl/PlayerStats/1.7.2-SNAPSHOT/PlayerStats-1.7.2-20220820.193831-3-javadoc.jar/!/com/artemis/the/gr8/playerstats/api/PlayerStats.html).
You can download the sources and Javadocs through your code editor, or visit the Javadocs [here](https://s01.oss.sonatype.org/service/local/repositories/snapshots/archive/io/github/ithotl/PlayerStats/2.0-SNAPSHOT/PlayerStats-2.0-20230228.110241-1-javadoc.jar/!/com/artemis/the/gr8/playerstats/api/PlayerStats.html).
To get an instance of the API, you can do the following:
```java