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. Off-topic
  3. Minecraft mods/plugins

Minecraft mods/plugins

Scheduled Pinned Locked Moved Off-topic
13 Posts 4 Posters 2.3k Views 4 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.
  • U u_sernam_e

    @murgero Yes forge has a community but I more wanted to know if there was another way. Like a spigot or bukkit Minecraft server option.

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

    @u_sernam_e PaperMC is my go to server. It runs spigot/bukkit plugins.

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

    U 1 Reply Last reply
    0
    • murgeroM murgero

      @u_sernam_e PaperMC is my go to server. It runs spigot/bukkit plugins.

      U Offline
      U Offline
      u_sernam_e
      wrote on last edited by
      #5

      @murgero Can you do that through cloudron?

      murgeroM 1 Reply Last reply
      0
      • girishG Do not disturb
        girishG Do not disturb
        girish
        Staff
        wrote on last edited by
        #6

        There is a minecraft forge app that supports mods - https://docs.cloudron.io/apps/minecraft/#mods . But I have to admit I don't really know the minecraft lingo/terms here that you and @murgero are talking about. So, I will just leave the doc link here and let you decide if it applies to you.

        U BrutalBirdieB 2 Replies Last reply
        0
        • girishG Do not disturb
          girishG Do not disturb
          girish
          Staff
          wrote on last edited by
          #7

          @murgero said in Minecraft mods/plugins:

          PaperMC

          I see someone opened a request here - https://git.cloudron.io/cloudron/minecraft-app/-/issues/4 and there was even some sort of code here - https://git.cloudron.io/cloudron/minecraft-app/-/issues/5 . @nebulon did you get a chance to look at those?

          1 Reply Last reply
          0
          • girishG girish

            There is a minecraft forge app that supports mods - https://docs.cloudron.io/apps/minecraft/#mods . But I have to admit I don't really know the minecraft lingo/terms here that you and @murgero are talking about. So, I will just leave the doc link here and let you decide if it applies to you.

            U Offline
            U Offline
            u_sernam_e
            wrote on last edited by
            #8

            @girish This does apply, but I am looking for a solution for more ease of access, which is leaning towards using plugins which doesn't need players to alter their game in order to join.

            1 Reply Last reply
            0
            • U u_sernam_e

              @murgero Can you do that through cloudron?

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

              @u_sernam_e I have a version of the minecraft forge app (not in app store) that is sort of running paper - but you would legit be better off running it directly in a DigitalOcean, Linode, or the like. there are also forge/spigot server hosts you can get plans from too.

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

              1 Reply Last reply
              1
              • girishG girish

                There is a minecraft forge app that supports mods - https://docs.cloudron.io/apps/minecraft/#mods . But I have to admit I don't really know the minecraft lingo/terms here that you and @murgero are talking about. So, I will just leave the doc link here and let you decide if it applies to you.

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

                https://git.cloudron.io/BrutalBirdie/paper-mc

                62b13c49-cff7-4c1d-b795-d00c1a566013-grafik.png

                I am running a different version of this myself:
                (the diff)

                diff --git a/CloudronManifest.json b/CloudronManifest.json
                index 725dcc5..02279ed 100644
                --- a/CloudronManifest.json
                +++ b/CloudronManifest.json
                @@ -7,10 +7,10 @@
                   "changelog": "file://CHANGELOG",
                   "tagline": "Multiplayer Server for Minecraft",
                   "version": "0.0.1",
                -  "healthCheckPath": "/api/v1/healthcheck",
                +  "healthCheckPath": "/",
                   "tags": [ "game", "multiplayer" ],
                   "memoryLimit": 1342177280,
                -  "httpPort": 3000,
                +  "httpPort": 8123,
                   "tcpPorts": {
                     "SERVER_PORT": {
                       "title": "Server Port",
                @@ -29,6 +29,7 @@
                   ],
                   "addons": {
                     "localstorage": {},
                -    "ldap": {}
                +    "ldap": {},
                +    "mysql": {}
                   }
                 }
                

                Did this so I can use the plugin Dynmap as the main website.
                I also used Multiverse.

                You can take a look 😄
                https://mc.deadsec.net/

                Like my work? Consider donating a drink. Cheers!

                murgeroM 1 Reply Last reply
                1
                • BrutalBirdieB BrutalBirdie

                  https://git.cloudron.io/BrutalBirdie/paper-mc

                  62b13c49-cff7-4c1d-b795-d00c1a566013-grafik.png

                  I am running a different version of this myself:
                  (the diff)

                  diff --git a/CloudronManifest.json b/CloudronManifest.json
                  index 725dcc5..02279ed 100644
                  --- a/CloudronManifest.json
                  +++ b/CloudronManifest.json
                  @@ -7,10 +7,10 @@
                     "changelog": "file://CHANGELOG",
                     "tagline": "Multiplayer Server for Minecraft",
                     "version": "0.0.1",
                  -  "healthCheckPath": "/api/v1/healthcheck",
                  +  "healthCheckPath": "/",
                     "tags": [ "game", "multiplayer" ],
                     "memoryLimit": 1342177280,
                  -  "httpPort": 3000,
                  +  "httpPort": 8123,
                     "tcpPorts": {
                       "SERVER_PORT": {
                         "title": "Server Port",
                  @@ -29,6 +29,7 @@
                     ],
                     "addons": {
                       "localstorage": {},
                  -    "ldap": {}
                  +    "ldap": {},
                  +    "mysql": {}
                     }
                   }
                  

                  Did this so I can use the plugin Dynmap as the main website.
                  I also used Multiverse.

                  You can take a look 😄
                  https://mc.deadsec.net/

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

                  @brutalbirdie Very nice! You can get better performance (especially with dynmap) by pre-loading chunks. How's lag on your cloudron with it?

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

                  BrutalBirdieB 1 Reply Last reply
                  0
                  • murgeroM murgero

                    @brutalbirdie Very nice! You can get better performance (especially with dynmap) by pre-loading chunks. How's lag on your cloudron with it?

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

                    @murgero honestly I never played much on that server.. its more like a community / friends project.
                    And they never complained. 🤷

                    Like my work? Consider donating a drink. Cheers!

                    murgeroM 1 Reply Last reply
                    0
                    • BrutalBirdieB BrutalBirdie

                      @murgero honestly I never played much on that server.. its more like a community / friends project.
                      And they never complained. 🤷

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

                      @brutalbirdie dynmap looks like you got a bit of a village going in 2 worlds. It looks very nice!

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

                      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