Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Minecraft Forge Server

Minecraft Forge Server

Scheduled Pinned Locked Moved Solved App Wishlist
54 Posts 5 Posters 7.3k Views 6 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by girish
      #1

      https://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.16.5.html

      I’m putting this here to check for interest. I’m working on it in my spare time but let me know if there’s demand or if anyone wants to help and has more experience packaging custom minecraft servers or Java apps.

      murgeroM 1 Reply Last reply
      3
      • girishG Offline
        girishG Offline
        girish
        Staff
        wrote on last edited by
        #2

        I think @MooCloud_Matt was in the market for this. He has some experience with running minecraft servers and mods.

        1 Reply Last reply
        0
        • ? A Former User

          https://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.16.5.html

          I’m putting this here to check for interest. I’m working on it in my spare time but let me know if there’s demand or if anyone wants to help and has more experience packaging custom minecraft servers or Java apps.

          murgeroM Offline
          murgeroM Offline
          murgero
          App Dev
          wrote on last edited by
          #3

          @atrilahiji I already have a spigot build - probably a really good base for forge server. It should be on my cloudron git account.

          --
          https://urgero.org
          ~ Professional Nerd. Freelance Programmer. ~

          BrutalBirdieB 1 Reply Last reply
          0
          • murgeroM murgero

            @atrilahiji I already have a spigot build - probably a really good base for forge server. It should be on my cloudron git account.

            BrutalBirdieB Offline
            BrutalBirdieB Offline
            BrutalBirdie
            Partner
            wrote on last edited by
            #4

            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

            Like my work? Consider donating a drink. Cheers!

            ? 1 Reply Last reply
            0
            • ? Offline
              ? Offline
              A Former User
              wrote on last edited by A Former User
              #5

              I packaged it up and it seems to be working. I streamed the process and the VOD is here: https://video.lahijiapps.dev/videos/watch/0b3e1f74-d86f-460e-b3aa-604923371dbe

              Open to feedback, both on the video and the packaged app (Yes I realize the music is too quiet and I forgot to switch OBS to my screen for a while)

              Edit: Got biome o plenty working
              e7e217f3-3248-46f9-8f20-9d4f9553726f-image.png

              1 Reply Last reply
              0
              • ? Offline
                ? Offline
                A Former User
                wrote on last edited by
                #6

                @girish would there be a possibility of having this on the store or do you look for more votes? Of course I want to try to clean this up a bit before it makes it there and have no problems updating it

                girishG 1 Reply Last reply
                0
                • ? A Former User

                  @girish would there be a possibility of having this on the store or do you look for more votes? Of course I want to try to clean this up a bit before it makes it there and have no problems updating it

                  girishG Offline
                  girishG Offline
                  girish
                  Staff
                  wrote on last edited by
                  #7

                  @atrilahiji that will be great, would love to have this on the store.

                  ? 2 Replies Last reply
                  0
                  • girishG girish

                    @atrilahiji that will be great, would love to have this on the store.

                    ? Offline
                    ? Offline
                    A Former User
                    wrote on last edited by
                    #8

                    @girish cool I’ll work on cleaning it up a bit

                    1 Reply Last reply
                    1
                    • girishG girish

                      @atrilahiji that will be great, would love to have this on the store.

                      ? Offline
                      ? Offline
                      A Former User
                      wrote on last edited by A Former User
                      #9

                      @girish Only thing is there doesn't appear to be an obvious way to automate the forge installer. Its a .jar file that launches a UI where you select the install location. Right now I am running the install locally and uploading the unpacked files directly to the repo.

                      Their download page is here: http://files.minecraftforge.net/

                      1 Reply Last reply
                      0
                      • ? Offline
                        ? Offline
                        A Former User
                        wrote on last edited by
                        #10

                        Re-made the repo so it has its own git history to make it a bit cleaner. Link here: https://git.cloudron.io/AtriLahiji/minecraft-forge-app

                        murgeroM 1 Reply Last reply
                        1
                        • ? A Former User

                          Re-made the repo so it has its own git history to make it a bit cleaner. Link here: https://git.cloudron.io/AtriLahiji/minecraft-forge-app

                          murgeroM Offline
                          murgeroM Offline
                          murgero
                          App Dev
                          wrote on last edited by
                          #11

                          @atrilahiji Make sure that plugins are in /app/data and can write to the plugin folder - otherwise any plugin you toss at this should in theory work

                          --
                          https://urgero.org
                          ~ Professional Nerd. Freelance Programmer. ~

                          ? 1 Reply Last reply
                          0
                          • murgeroM murgero

                            @atrilahiji Make sure that plugins are in /app/data and can write to the plugin folder - otherwise any plugin you toss at this should in theory work

                            ? Offline
                            ? Offline
                            A Former User
                            wrote on last edited by
                            #12

                            @murgero That does appear to be the case with the current release I have, at least from my testing

                            1 Reply Last reply
                            1
                            • nebulonN Offline
                              nebulonN Offline
                              nebulon
                              Staff
                              wrote on last edited by
                              #13

                              I was just testing the app a bit and while I have no clue what the difference really is, it seems to mostly work 😉

                              The logs and command interface in the app UI does not seem to work though as well as @atrilahiji what was the reason to put the actual server code (the .jars) into the git repo?

                              Ideally we would fetch those from some upstream repo with just the pinned version number, if possible.

                              ? 2 Replies Last reply
                              0
                              • nebulonN nebulon

                                I was just testing the app a bit and while I have no clue what the difference really is, it seems to mostly work 😉

                                The logs and command interface in the app UI does not seem to work though as well as @atrilahiji what was the reason to put the actual server code (the .jars) into the git repo?

                                Ideally we would fetch those from some upstream repo with just the pinned version number, if possible.

                                ? Offline
                                ? Offline
                                A Former User
                                wrote on last edited by A Former User
                                #14

                                @nebulon I mean it’s pretty much a lightly modified version on your minecraft package. I’ll take a look at the console issues though.

                                For the jar files sitting in the package, this was initially because the install process requires running an installer jar file that uses a GUI to choose whether to install the client or server. I’m still trying to find a way to clean this up

                                girishG 1 Reply Last reply
                                0
                                • nebulonN nebulon

                                  I was just testing the app a bit and while I have no clue what the difference really is, it seems to mostly work 😉

                                  The logs and command interface in the app UI does not seem to work though as well as @atrilahiji what was the reason to put the actual server code (the .jars) into the git repo?

                                  Ideally we would fetch those from some upstream repo with just the pinned version number, if possible.

                                  ? Offline
                                  ? Offline
                                  A Former User
                                  wrote on last edited by
                                  #15

                                  @nebulon I was thinking of hosting them somewhere else. But I’m checking to see what the process of building it from source looks like

                                  nebulonN 1 Reply Last reply
                                  0
                                  • ? A Former User

                                    @nebulon I was thinking of hosting them somewhere else. But I’m checking to see what the process of building it from source looks like

                                    nebulonN Offline
                                    nebulonN Offline
                                    nebulon
                                    Staff
                                    wrote on last edited by
                                    #16

                                    @atrilahiji well if there is a valid reason, then I don't think it is an issue to have the jar files in the repo.

                                    ? 1 Reply Last reply
                                    0
                                    • ? A Former User

                                      @nebulon I mean it’s pretty much a lightly modified version on your minecraft package. I’ll take a look at the console issues though.

                                      For the jar files sitting in the package, this was initially because the install process requires running an installer jar file that uses a GUI to choose whether to install the client or server. I’m still trying to find a way to clean this up

                                      girishG Offline
                                      girishG Offline
                                      girish
                                      Staff
                                      wrote on last edited by
                                      #17

                                      @atrilahiji Can you put something in the README on how you downloaded those jar files? That way, we can also know how to update it later.

                                      ? 1 Reply Last reply
                                      0
                                      • girishG girish

                                        @atrilahiji Can you put something in the README on how you downloaded those jar files? That way, we can also know how to update it later.

                                        ? Offline
                                        ? Offline
                                        A Former User
                                        wrote on last edited by
                                        #18

                                        @girish yeah for sure. I’ll add that in a bit here

                                        1 Reply Last reply
                                        0
                                        • nebulonN nebulon

                                          @atrilahiji well if there is a valid reason, then I don't think it is an issue to have the jar files in the repo.

                                          ? Offline
                                          ? Offline
                                          A Former User
                                          wrote on last edited by
                                          #19

                                          @nebulon Perfect. I dont mind keeping them stored on a static file server too. But yeah the purpose of this is for mods compatible with Forge: https://www.curseforge.com/minecraft/mc-mods?filter-game-version=2020709689%3A7498&filter-sort=4

                                          1 Reply Last reply
                                          0
                                          • nebulonN Offline
                                            nebulonN Offline
                                            nebulon
                                            Staff
                                            wrote on last edited by
                                            #20

                                            Ah nice, I guess it would also be good if you could describe how to use such mods with this app package. I have only personally used the stock server thus far.

                                            ? 1 Reply Last reply
                                            0
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes


                                              • Login

                                              • Don't have an account? Register

                                              • Login or register to search.
                                              • First post
                                                Last post
                                              0
                                              • Categories
                                              • Recent
                                              • Tags
                                              • Popular
                                              • Bookmarks
                                              • Search