mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Studio in studio tho
This commit is contained in:
parent
c5bf0e0cb7
commit
620c4087bc
@ -511,7 +511,7 @@ public class Iris extends VolmitPlugin implements Listener {
|
|||||||
J.a(this::verifyDataPacksPost, 20);
|
J.a(this::verifyDataPacksPost, 20);
|
||||||
splash();
|
splash();
|
||||||
|
|
||||||
if (IrisSettings.get().getGeneral().isAutoStartDefaultStudio()) {
|
if (IrisSettings.get().getStudio().isAutoStartDefaultStudio()) {
|
||||||
Iris.info("Starting up auto Studio!");
|
Iris.info("Starting up auto Studio!");
|
||||||
try {
|
try {
|
||||||
Player r = new KList<>(getServer().getOnlinePlayers()).getRandom();
|
Player r = new KList<>(getServer().getOnlinePlayers()).getRandom();
|
||||||
|
@ -144,7 +144,6 @@ public class IrisSettings {
|
|||||||
public boolean disableNMS = false;
|
public boolean disableNMS = false;
|
||||||
public boolean pluginMetrics = true;
|
public boolean pluginMetrics = true;
|
||||||
public boolean splashLogoStartup = true;
|
public boolean splashLogoStartup = true;
|
||||||
public boolean autoStartDefaultStudio = false;
|
|
||||||
public boolean useConsoleCustomColors = true;
|
public boolean useConsoleCustomColors = true;
|
||||||
public boolean useCustomColorsIngame = true;
|
public boolean useCustomColorsIngame = true;
|
||||||
public String forceMainWorld = "";
|
public String forceMainWorld = "";
|
||||||
@ -176,5 +175,6 @@ public class IrisSettings {
|
|||||||
public boolean studio = true;
|
public boolean studio = true;
|
||||||
public boolean openVSCode = true;
|
public boolean openVSCode = true;
|
||||||
public boolean disableTimeAndWeather = true;
|
public boolean disableTimeAndWeather = true;
|
||||||
|
public boolean autoStartDefaultStudio = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user