Skip to content

Commit

Permalink
Update PAPI version, correct log level names.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wertik committed Aug 10, 2021
1 parent 37e1cd1 commit 4402072
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<dependency>
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>2.10.9</version>
<version>2.10.10</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
5 changes: 2 additions & 3 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
plugin-prefix: '&eConditionalText &8| '

## Plugin log level
# SEVERE - Errors
# WARNING - Warnings
# ERROR - Errors
# WARN - Warnings
# INFO - Normal user information
# FINE - Debug messages
# (...lower levels are not used)
log-level: INFO

# Configure the placeholder identifier.
Expand Down

0 comments on commit 4402072

Please sign in to comment.