Minecraft Forge Server
-
Great, I think we are close to getting this into the app library. I've forked your repo into the cloudron namespace and you should be a "developer" for that repo at https://git.cloudron.io/cloudron/minecraft-forge-app
@nebulon cool. Yeah the only thing I was thinking of changing there was hosting the actual server jar files and libs in a file storage server somewhere to reduce the bloat of the repo. Do you think that or the current method make the most sense?
-
And I have my base for a papermc server
(ps: My version has a problem where the web console displays no text but works
might fix this if I find the time)
Paper is a high performance fork of the Spigot Minecraft Server that aims to fix gameplay and mechanics inconsistencies as well as to improve performance.
https://git.cloudron.io/BrutalBirdie/papermc-minecraft-app/-/tree/feature/v1.6.5
@brutalbirdie also perhaps this change I made to mine will help get the terminal working for yours? https://git.cloudron.io/cloudron/minecraft-forge-app/-/commit/b49f9b9ce3620dde5ca82aa4394345630120b251#d7eea7e71cfc09240e80c27cf7a3c1b6b21de82b
You’d have to see what the papermc server spits out
-
@brutalbirdie also perhaps this change I made to mine will help get the terminal working for yours? https://git.cloudron.io/cloudron/minecraft-forge-app/-/commit/b49f9b9ce3620dde5ca82aa4394345630120b251#d7eea7e71cfc09240e80c27cf7a3c1b6b21de82b
You’d have to see what the papermc server spits out
@atrilahiji will try that.
-
@brutalbirdie also perhaps this change I made to mine will help get the terminal working for yours? https://git.cloudron.io/cloudron/minecraft-forge-app/-/commit/b49f9b9ce3620dde5ca82aa4394345630120b251#d7eea7e71cfc09240e80c27cf7a3c1b6b21de82b
You’d have to see what the papermc server spits out
@atrilahiji That wont work for me
My Console output looks like this.Feb 08 17:14:35 [16:14:35 INFO]: [Vault] No new version available Feb 08 19:42:41 [18:42:41 INFO]: CONSOLE issued server command: /help Feb 08 19:42:41 [18:42:41 INFO]: To view help from the console, type '?'. Feb 08 19:42:55 [18:42:55 INFO]: -------------------- Help --------------------
so I would have to match
\\[\d+\:\d+\:\d+\s[INFO|WARN|ERROR]\\]
-
@atrilahiji That wont work for me
My Console output looks like this.Feb 08 17:14:35 [16:14:35 INFO]: [Vault] No new version available Feb 08 19:42:41 [18:42:41 INFO]: CONSOLE issued server command: /help Feb 08 19:42:41 [18:42:41 INFO]: To view help from the console, type '?'. Feb 08 19:42:55 [18:42:55 INFO]: -------------------- Help --------------------
so I would have to match
\\[\d+\:\d+\:\d+\s[INFO|WARN|ERROR]\\]
-
-
Well ... silly me did a copy-paste mistake and forgot the
\
at the first[
also why not this RegEx\\[.*\\]\:\s
a lot simpler. -
Well ... silly me did a copy-paste mistake and forgot the
\
at the first[
also why not this RegEx\\[.*\\]\:\s
a lot simpler.@brutalbirdie Lol true that should work
-
@nebulon FYI I submitted a PR to the repo https://git.cloudron.io/cloudron/minecraft-forge-app/-/merge_requests/1
This should clean it up a bit more. Let me know if theres anything else you need from my end on getting this up and running as a proper app. Again, I am perfectly willing to be in charge of submitting MRs for any updates to take a bit of the load off of @staff
-
yes thanks, saw that. I still have to play this through on my own to see what this business with the jar files is
@nebulon For sure, thanks! Yeah if you have any ideas about that let me know. I'm a bit lost with trying to run a jar headless if it relies on options to be selected in the GUI and there is no documentation that indicates that it can be run headless
-
@girish Found this when unpacking the installer jar file...
I have basically 0 knowledge about Java. Does this mean anything to anyone?
-
@girish Found this when unpacking the installer jar file...
I have basically 0 knowledge about Java. Does this mean anything to anyone?
@atrilahiji Ah, good catch. I guess we can put in a link to https://www.patreon.com/LexManos in the DESCRIPTION/Doc link and maybe also setup some patreon from our side if we decide to publish it. I am not sure how popular forge is, but we can scale that amount based on usage.
-
@atrilahiji Ah, good catch. I guess we can put in a link to https://www.patreon.com/LexManos in the DESCRIPTION/Doc link and maybe also setup some patreon from our side if we decide to publish it. I am not sure how popular forge is, but we can scale that amount based on usage.
@girish Yeah thats going to be troublesome. I suppose from your end its a huge issue if the maintainer feels ripped off here. I suppose it really doesn't matter if it remains as an unlisted app for the moment (unless you think its ok... I definitely prefer having it listed but I get it if thats not possible). Either way I'll add proper attribution and patreon links.
Would you like me to reach out to the developer?
-
@girish Yeah thats going to be troublesome. I suppose from your end its a huge issue if the maintainer feels ripped off here. I suppose it really doesn't matter if it remains as an unlisted app for the moment (unless you think its ok... I definitely prefer having it listed but I get it if thats not possible). Either way I'll add proper attribution and patreon links.
Would you like me to reach out to the developer?
-
@atrilahiji Yes, agreed. I think since there is a special comment about automating the installation, we should check regardless of the license. Please do reach out to them and ask how he/she feels about it.
@girish Ok sent him a message. Waiting for a reply. I'll let you know what comes of this.
-
@atrilahiji Yes, agreed. I think since there is a special comment about automating the installation, we should check regardless of the license. Please do reach out to them and ask how he/she feels about it.
I asked my brother about this since he’s more experienced with forge. Looks like this works...
Still waiting to hear back from the developer
-
Pushed an MR for 0.4.0 with proper automation. That message from my brother saved the day
Made a new one... no conflicts this time.