config changes

This commit is contained in:
hyperdefined
2023-07-17 15:29:33 -04:00
parent 39d8a42110
commit be31202f65
2 changed files with 3 additions and 3 deletions

View File

@@ -107,7 +107,7 @@ public final class ToolStats extends JavaPlugin {
public final Logger logger = this.getLogger(); public final Logger logger = this.getLogger();
public final File configFile = new File(this.getDataFolder(), "config.yml"); public final File configFile = new File(this.getDataFolder(), "config.yml");
public FileConfiguration config; public FileConfiguration config;
public final int CONFIG_VERSION = 4; public final int CONFIG_VERSION = 5;
private BukkitAudiences adventure; private BukkitAudiences adventure;

View File

@@ -80,8 +80,8 @@ messages:
caught-on: "&7Caught on: &8{date}" caught-on: "&7Caught on: &8{date}"
fish-caught: "&7Fish caught: &8{fish}" fish-caught: "&7Fish caught: &8{fish}"
looted: looted:
looted-by: "&7Found by: &8{player}" looted-by: "&7Looted by: &8{player}"
looted-on: "&7Found on: &8{date}" looted-on: "&7Looted on: &8{date}"
found-by: "&7Found by: &8{player}" found-by: "&7Found by: &8{player}"
found-on: "&7Found on: &8{date}" found-on: "&7Found on: &8{date}"
traded: traded: