Startup Issue with Minecraft - I cannot create a Custom Server Type

System Information

Field Value
Operating System Linux - Debian GNU/Linux 12 on x86_64
Product AMP ‘Callisto’ v2.5.0.14 (Mainline)
Virtualization Docker
Application Minecraft
Module MinecraftModule
Running in Container Yes
Current State Failed

Problem Description

Issue

I trying to create a Custom Minecraft Server, but i’m using Mohist to can make an server with both Forge and Plugins. so i’m trying to create the custom server type, but the notification is always : Task Failed
Download / Update failed : Couldn’t determine the URL to fetch an update from. You may need to install this server type manually. now i don’t know where i can send the URl to complete this manual installation

Reproduction Steps

  • Choose Server Side Custom and upload the server.jar into Game Panel
  • Create start.sh with a config java -Xms2048M -Xmx2048M -jar mohist-1.18.2-175-server.jar nogui
  • put java -Xms2048M -Xmx2048M -jar mohist-1.18.2-175-server.jar nogui inside the Custom startup arguments and start the server
  • Trying Start with both, start.sh and Download Server Type

Select the Mohist jar and put the following into the arguments field. {Memory} and {JarFile} are placeholders, so leave them as such so AMP can substitute the values :
-Xms{Memory}M -Xmx{Memory}M -jar {JarFile}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.