Minecraft mods/plugins
-
I am looking to get a Minecraft forge server for a few of my friends. I know how to do it, but if I did install mods would they have to have them installed as well? Do you have an option for plugins, because I know you do not need anything installed for plugins, you just load in normally. I want it to be easily accessible without the process of using a forge launcher.
-
@u_sernam_e Weird forum to be asking, doesn't forge have a community you can ask in?
that said - yes, all users connecting to the forge serve need the client mods installed.
-
@u_sernam_e PaperMC is my go to server. It runs spigot/bukkit plugins.
-
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.
-
@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?
-
@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://git.cloudron.io/BrutalBirdie/paper-mc
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/ -
@brutalbirdie Very nice! You can get better performance (especially with dynmap) by pre-loading chunks. How's lag on your cloudron with it?
-
@brutalbirdie dynmap looks like you got a bit of a village going in 2 worlds. It looks very nice!