File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments