Stable build

This commit is contained in:
Lennart ten Wolde 2016-02-28 01:02:19 +01:00
parent 38344a94ef
commit 2d7b8ac9ee
3 changed files with 5 additions and 6 deletions

View file

@ -4,7 +4,7 @@
<groupId>com.lenis0012.bukkit</groupId>
<artifactId>marriage2</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.3</version>
<packaging>jar</packaging>
<name>Marriage</name>
<url>http://dev.bukkit.org/server-mods/marriage-reloaded/</url>

View file

@ -80,6 +80,7 @@ public class DataConverter {
try {
MarriagePlayer mp = core.getDataManager().loadPlayer(entry.getValue());
String name = entry.getKey();
mp.setLastName(name);
File file = new File(dir, name + ".yml");
FileConfiguration cnf = YamlConfiguration.loadConfiguration(file);
cnf.load(file);

View file

@ -1,15 +1,13 @@
{
"version": "Marriage v2.0.2",
"version": "Marriage v2.0.3",
"data":
[
[
"---[ Changelog ]---",
"",
"- Added economy support",
"- Fixed null names in marry list",
"",
"- Added database config",
"",
"- Added database auto purge",
"- Fixed chat status showing for unmarried players",
"",
"Next update: Gift shop"
],