How to create a server using mods and plugins together? #3012
Unanswered
marlonangeli
asked this question in
Q&A
Replies: 1 comment
-
To use plugins along with mods you'll need to use a hybrid server type https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/server-types/hybrids/ ...however there's not a way to combine that with CurseForge modpacks since the modpack dictates the modloader. With the existing content from the modpack in place I suppose you could switch out the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use a modpack from CurseForge so I use MOD_PLATFORM: AUTO_CURSEFORGE, that works fabulous. But I want to add some plugins, using Spigot or Bukkit or passing via volumes using
/plugins
.Here is the link of the repo: https://github.com/marlonangeli/minecraft-server
I want to add OpenLogin plugin, I try downloading and using volumes, downloading via
SPIGET_RESOURCES
but none works :/Any help??
Beta Was this translation helpful? Give feedback.
All reactions