mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2025-12-05 22:31:45 +00:00
config changes
This commit is contained in:
@@ -107,7 +107,7 @@ public final class ToolStats extends JavaPlugin {
|
||||
public final Logger logger = this.getLogger();
|
||||
public final File configFile = new File(this.getDataFolder(), "config.yml");
|
||||
public FileConfiguration config;
|
||||
public final int CONFIG_VERSION = 4;
|
||||
public final int CONFIG_VERSION = 5;
|
||||
|
||||
private BukkitAudiences adventure;
|
||||
|
||||
|
||||
@@ -80,8 +80,8 @@ messages:
|
||||
caught-on: "&7Caught on: &8{date}"
|
||||
fish-caught: "&7Fish caught: &8{fish}"
|
||||
looted:
|
||||
looted-by: "&7Found by: &8{player}"
|
||||
looted-on: "&7Found on: &8{date}"
|
||||
looted-by: "&7Looted by: &8{player}"
|
||||
looted-on: "&7Looted on: &8{date}"
|
||||
found-by: "&7Found by: &8{player}"
|
||||
found-on: "&7Found on: &8{date}"
|
||||
traded:
|
||||
|
||||
Reference in New Issue
Block a user