mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2025-12-06 06:41:44 +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 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;
|
||||||
|
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user