9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-23 17:19:16 +00:00

Commands & Settings

This commit is contained in:
Daniel Mills
2020-09-04 21:10:48 -04:00
parent b158ea9e78
commit ef6036a7d0
40 changed files with 334 additions and 121 deletions

View File

@@ -10,6 +10,9 @@ import com.volmit.iris.util.IO;
import com.volmit.iris.util.JSONException;
import com.volmit.iris.util.JSONObject;
import lombok.Data;
@Data
public class IrisSettings
{
public static transient IrisSettings settings;
@@ -35,8 +38,12 @@ public class IrisSettings
public boolean sharedCaching = true;
@DontObfuscate
@Desc("Allows configs to be changed and hotloaded without reloading.")
public boolean hotloading = true;
@Desc("Allows Iris to use studio commands & design worlds.")
public boolean studio = false;
@DontObfuscate
@Desc("Allows iris to launch guis through the server process. Useful for local development.")
public boolean useServerLaunchedGuis = true;
@DontObfuscate
@Desc("When using studio open or create, open the codeworkspace automatically.")