Skip to content

Commit be31202

Browse files
committed
config changes
1 parent 39d8a42 commit be31202

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/java/lol/hyper/toolstats/ToolStats.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public final class ToolStats extends JavaPlugin {
107107
public final Logger logger = this.getLogger();
108108
public final File configFile = new File(this.getDataFolder(), "config.yml");
109109
public FileConfiguration config;
110-
public final int CONFIG_VERSION = 4;
110+
public final int CONFIG_VERSION = 5;
111111

112112
private BukkitAudiences adventure;
113113

src/main/resources/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ messages:
8080
caught-on: "&7Caught on: &8{date}"
8181
fish-caught: "&7Fish caught: &8{fish}"
8282
looted:
83-
looted-by: "&7Found by: &8{player}"
84-
looted-on: "&7Found on: &8{date}"
83+
looted-by: "&7Looted by: &8{player}"
84+
looted-on: "&7Looted on: &8{date}"
8585
found-by: "&7Found by: &8{player}"
8686
found-on: "&7Found on: &8{date}"
8787
traded:

0 commit comments

Comments
 (0)