Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre601 committed Nov 7, 2022
1 parent 24fdf79 commit ba55f52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ unknown_player: "Anonymous"
# Should the Caching of players be disabled?
#
# When set to true will AdvancedServerList not load any players from the cache.data file (if present) nor save any to it.
# The ${player name} placeholder will also always return "Anonymous" in these cases, no matter if the player was cached or not before.
# Placeholders that rely on the player being cached (such as ${player isWhitelisted}) will not work while this option is enabled.
#
disable_cache: false
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<plugin.version>1.6.3</plugin.version>
<plugin.version>1.6.4</plugin.version>
<plugin.description>Create multiple Server lists based on conditions.</plugin.description>

<maven.compiler.source>16</maven.compiler.source>
Expand Down

0 comments on commit ba55f52

Please sign in to comment.