Eh yeah should do

This commit is contained in:
repixelatedmc 2024-08-12 08:08:23 +02:00
parent 79d6f34879
commit 68ad206252
2 changed files with 2 additions and 1 deletions

View File

@ -47,6 +47,7 @@ registerCustomOutputTask('Pixel', 'C://Users/repix/Iris Dimension Engine/1.20.4
// ========================== UNIX ==============================
registerCustomOutputTaskUnix('CyberpwnLT', '/Users/danielmills/development/server/plugins')
registerCustomOutputTaskUnix('PsychoLT', '/Users/brianfopiano/Developer/RemoteGit/Server/plugins')
registerCustomOutputTaskUnix('PixelMac', '/Users/test/Desktop/mcserver/plugins')
registerCustomOutputTaskUnix('CrazyDev22LT', '/home/julian/Desktop/server/plugins')
// ==============================================================

View File

@ -50,7 +50,7 @@ public class ModesSFG {
Iris.info(C.DARK_RED + "Go to plugins/iris/settings.json and set DoomsdayAnnihilationSelfDestructMode to true if you wish to proceed.");
while (true) {
try {
Thread.sleep(1000);
Thread.sleep(Long.MAX_VALUE);
} catch (InterruptedException e) {
// no
}