mirror of
https://github.com/TotalFreedomMC/TF-Marriage.git
synced 2025-02-05 14:22:45 +00:00
Stable build
This commit is contained in:
parent
38344a94ef
commit
2d7b8ac9ee
3 changed files with 5 additions and 6 deletions
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue