9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-29 20:19:06 +00:00

Iris doesnt need worlds anymore

This commit is contained in:
Daniel Mills
2020-09-06 03:19:01 -04:00
parent 035f2a0236
commit 036dc289d5
41 changed files with 2640 additions and 413 deletions

View File

@@ -81,6 +81,17 @@ public class MultiverseCoreLink
getList().remove(world.getName());
saveConfig();
}
public void removeFromConfig(String world)
{
if(!supported())
{
return;
}
getList().remove(world);
saveConfig();
}
public void saveConfig()
{