Not sure what any of this means, if someone can help me out that'd be great.
27.08 01:50:37 [Server] INFO 2022-08-27 01:50:37,194 main WARN Advanced terminal features are not available in this environment
27.08 01:50:37 [Server] main/INFO [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 43.1.2, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853, nogui]
27.08 01:50:37 [Server] main/INFO [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.1 by Oracle Corporation; OS Linux arch amd64 version 4.19.0-12-amd64
27.08 01:50:37 [Server] main/INFO [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2363!/ Service=ModLauncher Env=SERVER
27.08 01:50:38 [Server] main/WARN [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /libraries/net/minecraftforge/fmlcore/1.19.2-43.1.2/fmlcore-1.19.2-43.1.2.jar is missing mods.toml file
27.08 01:50:38 [Server] main/WARN [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /libraries/net/minecraftforge/javafmllanguage/1.19.2-43.1.2/javafmllanguage-1.19.2-43.1.2.jar is missing mods.toml file
27.08 01:50:38 [Server] main/WARN [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /libraries/net/minecraftforge/lowcodelanguage/1.19.2-43.1.2/lowcodelanguage-1.19.2-43.1.2.jar is missing mods.toml file
27.08 01:50:38 [Server] main/WARN [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /libraries/net/minecraftforge/mclanguage/1.19.2-43.1.2/mclanguage-1.19.2-43.1.2.jar is missing mods.toml file
27.08 01:50:38 [Server] main/INFO [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: Found 5 dependencies adding them to mods collection
27.08 01:50:43 [Server] main/INFO [mixin/]: Compatibility level set to JAVA_17
27.08 01:50:43 [Server] main/ERROR [mixin/]: Mixin config rubidium.mixins.json does not specify "minVersion" property
27.08 01:50:43 [Server] main/ERROR [mixin/]: Mixin config entity_texture_features-forge.mixins.json does not specify "minVersion" property
27.08 01:50:43 [Server] main/ERROR [mixin/]: Mixin config entity_texture_features-common.mixins.json does not specify "minVersion" property
27.08 01:50:43 [Server] main/ERROR [mixin/]: Mixin config reeses_sodium_options.mixins.json does not specify "minVersion" property
27.08 01:50:43 [Server] main/ERROR [mixin/]: Mixin config mixins.oculus.compat.sodium.json does not specify "minVersion" property
27.08 01:50:43 [Server] main/ERROR [mixin/]: Mixin config forge-mavm.mixins.json does not specify "minVersion" property
27.08 01:50:43 [Server] main/INFO [mixin/]: Successfully loaded Mixin Connector [com.aizistral.nochatreports.MixinConnector]
27.08 01:50:43 [Server] main/INFO [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeserver' with arguments [nogui]
27.08 01:50:43 [Server] INFO Exception in thread "main" java.lang.RuntimeException: java.lang.NoClassDefFoundError: org/lwjgl/system/Platform
27.08 01:50:43 [Server] INFO at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:32)
27.08 01:50:43 [Server] INFO at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53)
27.08 01:50:43 [Server] INFO at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71)
27.08 01:50:43 [Server] INFO at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.Launcher.run(Launcher.java:106)
27.08 01:50:43 [Server] INFO at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.Launcher.main(Launcher.java:77)
27.08 01:50:43 [Server] INFO at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
27.08 01:50:43 [Server] INFO at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
27.08 01:50:43 [Server] INFO at cpw.mods.bootstraplauncher@1.1.2/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141)
27.08 01:50:43 [Server] INFO Caused by: java.lang.NoClassDefFoundError: org/lwjgl/system/Platform
27.08 01:50:43 [Server] INFO at TRANSFORMER/rubidium@0.6.1/me.jellysquid.mods.sodium.client.SodiumPreLaunch.checkJemalloc(SodiumPreLaunch.java:24)
27.08 01:50:43 [Server] INFO at TRANSFORMER/rubidium@0.6.1/me.jellysquid.mods.sodium.client.SodiumPreLaunch.onPreLaunch(SodiumPreLaunch.java:17)
27.08 01:50:43 [Server] INFO at TRANSFORMER/rubidium@0.6.1/me.jellysquid.mods.sodium.mixin.SodiumMixinPlugin.onLoad(SodiumMixinPlugin.java:25)
27.08 01:50:43 [Server] INFO at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.PluginHandle.onLoad(PluginHandle.java:119)
27.08 01:50:43 [Server] INFO at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinConfig.onSelect(MixinConfig.java:707)
27.08 01:50:43 [Server] INFO at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinProcessor.selectConfigs(MixinProcessor.java:498)
27.08 01:50:43 [Server] INFO at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinProcessor.select(MixinProcessor.java:460)
27.08 01:50:43 [Server] INFO at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinProcessor.checkSelect(MixinProcessor.java:438)
27.08 01:50:43 [Server] INFO at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:290)
27.08 01:50:43 [Server] INFO at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250)
27.08 01:50:43 [Server] INFO at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131)
27.08 01:50:43 [Server] INFO at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131)
27.08 01:50:43 [Server] INFO at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156)
27.08 01:50:43 [Server] INFO at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88)
27.08 01:50:43 [Server] INFO at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120)
27.08 01:50:43 [Server] INFO at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50)
27.08 01:50:43 [Server] INFO at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113)
27.08 01:50:43 [Server] INFO at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219)
27.08 01:50:43 [Server] INFO at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229)
27.08 01:50:43 [Server] INFO at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219)
27.08 01:50:43 [Server] INFO at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:632)
27.08 01:50:43 [Server] INFO at java.base/java.lang.Class.forName(Class.java:545)
27.08 01:50:43 [Server] INFO at MC-BOOTSTRAP/fmlloader@1.19.2-43.1.2/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$launchService$0(CommonServerLaunchHandler.java:29)
27.08 01:50:43 [Server] INFO at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30)
27.08 01:50:43 [Server] INFO ... 7 more
27.08 01:50:43 [Server] INFO Caused by: java.lang.ClassNotFoundException: org.lwjgl.system.Platform
27.08 01:50:43 [Server] INFO at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
27.08 01:50:43 [Server] INFO at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
27.08 01:50:43 [Server] INFO at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:137)
27.08 01:50:43 [Server] INFO at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
27.08 01:50:43 [Server] INFO at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:137)
27.08 01:50:43 [Server] INFO at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
27.08 01:50:43 [Server] INFO ... 31 more
27.08 01:50:44 [Multicraft] Server shut down (starting)
27.08 01:50:44 [Multicraft] Restarting crashed server in 10 seconds
27.08 01:50:44 [Multicraft] Looks like a crash, check the server console. Return value: 1
27.08 01:50:44 [Multicraft] Server stopped
27.08 01:50:54 [Multicraft] Loading server properties
27.08 01:50:54 [Multicraft] Starting server!
27.08 01:50:54 [Multicraft] Loaded config for "Forge 1.19.2 - 43.1.2"
27.08 01:50:56 [Multicraft] JAR file not found, copying from global JAR directory
27.08 01:50:57 [Multicraft] Failed to copy jarfile from global JAR directory
27.08 01:50:57 [Multicraft] Setting template to "Forge_1.19.2_43.1.2" from config file
27.08 01:50:57 [Multicraft] Setting template options to "always" from config file
27.08 01:50:57 [Multicraft] Running setup...
27.08 01:51:16 [Multicraft] Done, returned Ok
27.08 01:51:16 [Multicraft] Setting server binary to "Forge_1.19.2_43.1.2"
27.08 01:51:16 [Multicraft] Setup done, restarting
27.08 01:51:16 [Multicraft] Server stopped
27.08 01:51:19 [Multicraft] Loading server properties
27.08 01:51:19 [Multicraft] Starting server!
27.08 01:51:19 [Multicraft] Loaded config for "Forge 1.19.2 - 43.1.2"
27.08 01:51:21 [Multicraft] JAR file not found, copying from global JAR directory
27.08 01:51:21 [Multicraft] Failed to copy jarfile from global JAR directory
27.08 01:51:22 [Multicraft] Updating eula.txt file
27.08 01:51:26 [Server] INFO 2022-08-27 01:51:25,573 main WARN Advanced terminal features are not available in this environment
27.08 01:51:26 [Server] main/INFO [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 43.1.2, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853, nogui]
27.08 01:51:26 [Server] main/INFO [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.1 by Oracle Corporation; OS Linux arch amd64 version 4.19.0-12-amd64
27.08 01:51:26 [Server] main/INFO [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2363!/ Service=ModLauncher Env=SERVER
27.08 01:51:27 [Server] main/WARN [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /libraries/net/minecraftforge/fmlcore/1.19.2-43.1.2/fmlcore-1.19.2-43.1.2.jar is missing mods.toml file
27.08 01:51:27 [Server] main/WARN [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /libraries/net/minecraftforge/javafmllanguage/1.19.2-43.1.2/javafmllanguage-1.19.2-43.1.2.jar is missing mods.toml file
27.08 01:51:27 [Server] main/WARN [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /libraries/net/minecraftforge/lowcodelanguage/1.19.2-43.1.2/lowcodelanguage-1.19.2-43.1.2.jar is missing mods.toml file
27.08 01:51:27 [Server] main/WARN [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /libraries/net/minecraftforge/mclanguage/1.19.2-43.1.2/mclanguage-1.19.2-43.1.2.jar is missing mods.toml file
27.08 01:51:27 [Server] main/INFO [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: Found 5 dependencies adding them to mods collection
27.08 01:51:31 [Server] main/INFO [mixin/]: Compatibility level set to JAVA_17
27.08 01:51:31 [Server] main/ERROR [mixin/]: Mixin config rubidium.mixins.json does not specify "minVersion" property
27.08 01:51:31 [Server] main/ERROR [mixin/]: Mixin config entity_texture_features-forge.mixins.json does not specify "minVersion" property
27.08 01:51:31 [Server] main/ERROR [mixin/]: Mixin config entity_texture_features-common.mixins.json does not specify "minVersion" property
27.08 01:51:31 [Server] main/ERROR [mixin/]: Mixin config reeses_sodium_options.mixins.json does not specify "minVersion" property
27.08 01:51:31 [Server] main/ERROR [mixin/]: Mixin config mixins.oculus.compat.sodium.json does not specify "minVersion" property
27.08 01:51:31 [Server] main/ERROR [mixin/]: Mixin config forge-mavm.mixins.json does not specify "minVersion" property
27.08 01:51:31 [Server] main/INFO [mixin/]: Successfully loaded Mixin Connector [com.aizistral.nochatreports.MixinConnector]
27.08 01:51:31 [Server] main/INFO [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeserver' with arguments [nogui]
27.08 01:51:31 [Server] INFO Exception in thread "main" java.lang.RuntimeException: java.lang.NoClassDefFoundError: org/lwjgl/system/Platform
27.08 01:51:31 [Server] INFO at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:32)
27.08 01:51:31 [Server] INFO at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53)
27.08 01:51:31 [Server] INFO at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71)
27.08 01:51:31 [Server] INFO at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.Launcher.run(Launcher.java:106)
27.08 01:51:31 [Server] INFO at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.Launcher.main(Launcher.java:77)
27.08 01:51:31 [Server] INFO at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
27.08 01:51:31 [Server] INFO at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
27.08 01:51:31 [Server] INFO at cpw.mods.bootstraplauncher@1.1.2/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141)
27.08 01:51:31 [Server] INFO Caused by: java.lang.NoClassDefFoundError: org/lwjgl/system/Platform
27.08 01:51:31 [Server] INFO at TRANSFORMER/rubidium@0.6.1/me.jellysquid.mods.sodium.client.SodiumPreLaunch.checkJemalloc(SodiumPreLaunch.java:24)
27.08 01:51:31 [Server] INFO at TRANSFORMER/rubidium@0.6.1/me.jellysquid.mods.sodium.client.SodiumPreLaunch.onPreLaunch(SodiumPreLaunch.java:17)
27.08 01:51:31 [Server] INFO at TRANSFORMER/rubidium@0.6.1/me.jellysquid.mods.sodium.mixin.SodiumMixinPlugin.onLoad(SodiumMixinPlugin.java:25)
27.08 01:51:31 [Server] INFO at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.PluginHandle.onLoad(PluginHandle.java:119)
27.08 01:51:31 [Server] INFO at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinConfig.onSelect(MixinConfig.java:707)
27.08 01:51:31 [Server] INFO at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinProcessor.selectConfigs(MixinProcessor.java:498)
27.08 01:51:31 [Server] INFO at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinProcessor.select(MixinProcessor.java:460)
27.08 01:51:31 [Server] INFO at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinProcessor.checkSelect(MixinProcessor.java:438)
27.08 01:51:31 [Server] INFO at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:290)
27.08 01:51:31 [Server] INFO at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250)
27.08 01:51:31 [Server] INFO at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131)
27.08 01:51:31 [Server] INFO at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131)
27.08 01:51:31 [Server] INFO at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156)
27.08 01:51:31 [Server] INFO at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88)
27.08 01:51:31 [Server] INFO at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120)
27.08 01:51:31 [Server] INFO at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50)
27.08 01:51:31 [Server] INFO at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113)
27.08 01:51:31 [Server] INFO at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219)
27.08 01:51:31 [Server] INFO at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229)
27.08 01:51:31 [Server] INFO at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219)
27.08 01:51:31 [Server] INFO at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:632)
27.08 01:51:31 [Server] INFO at java.base/java.lang.Class.forName(Class.java:545)
27.08 01:51:31 [Server] INFO at MC-BOOTSTRAP/fmlloader@1.19.2-43.1.2/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$launchService$0(CommonServerLaunchHandler.java:29)
27.08 01:51:31 [Server] INFO at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30)
27.08 01:51:31 [Server] INFO ... 7 more
27.08 01:51:31 [Server] INFO Caused by: java.lang.ClassNotFoundException: org.lwjgl.system.Platform
27.08 01:51:31 [Server] INFO at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
27.08 01:51:31 [Server] INFO at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
27.08 01:51:31 [Server] INFO at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:137)
27.08 01:51:31 [Server] INFO at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
27.08 01:51:31 [Server] INFO at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:137)
27.08 01:51:31 [Server] INFO at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
27.08 01:51:31 [Server] INFO ... 31 more
27.08 01:51:32 [Multicraft] Server shut down (starting)
27.08 01:51:32 [Multicraft] Restarting crashed server in 10 seconds
27.08 01:51:32 [Multicraft] Looks like a crash, check the server console. Return value: 1
27.08 01:51:32 [Multicraft] Server stopped