Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
minecraft-server mods
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
hedmo
Veteran
Veteran


Joined: 29 Aug 2009
Posts: 1305
Location: sweden

PostPosted: Sun Feb 09, 2020 4:51 pm    Post subject: minecraft-server mods Reply with quote

hi all

my daughter is playing minecraft so i installed minecraft-server from portage and like to know if it is possible to add graphical mods to it.


regards hedmo
Back to top
View user's profile Send private message
AndrewAmmerlaan
Developer
Developer


Joined: 25 Jun 2014
Posts: 277
Location: Nijmegen

PostPosted: Wed Mar 04, 2020 12:49 pm    Post subject: Reply with quote

That depends on what you mean by 'graphical mods'

To install minecraft mods you'll need the Forge mod loader: https://files.minecraftforge.net/
I haven't done this for a server myself, but from what I understand it is as easy as:
Code:

java -jar forge-(version_number)-installer.jar --installServer


Running that in your server's directory should install the mod loader, now you can just drop the mods you want to install in the 'mods' directory of your server.
However, most mods require that they are installed both server and client side. The procedure for installing mods on the client is basically the same, install Forge and drop the mods in the 'mods' directory.
For client side mod management I highly recommend: https://gpo.zugaina.org/games-action/multimc5
Note that some minecraft mods require specific minecraft versions to work, in this case you might want to downgrade client and server to match the mods recommended minecraft version.

For servers there is also Bukkit, which is not technically not a 'mod loader' instead it is a 'plugin loader'. These plugins are server side only, so no need to edit the client. However, as far as I know, Forge and Bukkit do *not* combine, so it's either mods or plugins but not both.

If by 'graphical mods' you mean shaders; These are client side only, the installation procedure is simple: install forge, drop the 'optifine' mod in the 'mods' directory and drop the shaders you want to use in the 'shaderpacks' directory.

And if by 'graphical mods' you meant texturepacks/resourcepacks; No need to install any mod loader for that, just drop the zip file in the 'resourcepacks' folder of the client. In principle these are client side only, however you can set the property 'resource-pack' in your servers config file to the direct link of a certain resourcepack. This will prompt all clients to install said resourcepack automatically.

Hope this helps you,
_________________
OS: Gentoo 6.7.3-gentoo-dist, ~amd64, 17.1/desktop/plasma/systemd/merged-usr
MB: MSI Z370-A PRO
CPU: Intel Core i9-9900KS
GPU: Intel Arc A770 16GB & Intel UHD Graphics 630
SSD: Samsung 970 EVO Plus 2 TB
RAM: Crucial Ballistix 32GB DDR4-2400
Back to top
View user's profile Send private message
Marcih
Apprentice
Apprentice


Joined: 19 Feb 2018
Posts: 213

PostPosted: Thu Mar 19, 2020 8:25 pm    Post subject: Reply with quote

In case AndrewAmmerlaan's answer wasn't exhaustive enough and by "graphical mods" you meant "GUI for the server", here's a list of server GUI's on the Minecraft Wiki, see if any fit your needs.
_________________
Bones McCracker wrote:
It wouldn't be so bad, if it didn't suck.

NeddySeagoon wrote:
The problem with leaving is that you can only do it once and it reduces your influence.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum