You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-server/minecraft-server/files
root 07c34ead4b
Sync with portage [Wed Apr 24 20:02:43 MSK 2024].
1 week ago
..
README.gentoo-r1 Sync with portage [Mon Aug 24 08:45:27 MSK 2020]. 4 years ago
minecraft-server-bin Sync with portage [Wed Apr 24 20:02:43 MSK 2024]. 1 week ago
minecraft-server.confd-r1 Sync with portage [Mon Aug 24 08:45:27 MSK 2020]. 4 years ago
minecraft-server.initd-r5 Sync with portage [Sun Jan 23 22:28:34 MSK 2022]. 2 years ago
minecraft-server.service Sync with portage [Sun Jan 23 22:28:34 MSK 2022]. 2 years ago

README.gentoo-r1

This package provides an init script and a conf file.

You don't have to modify those files directly,
but instead you can make a symlink of that init script
and a copy of that conf file.
You would do this for every server, you want to setup.

For example, you wan't to setup an world called 'gentoo',
you would do:

cd /etc/init.d
ln -s minecraft-server minecraft-server.gentoo

cd /etc/conf.d
cp minecraft-server minecraft-server.gentoo

After that, make your settings in
/etc/conf.d/minecraft-server.gentoo.

If you don't make a symlink, but use the default scripts,
your world will be called 'main'.

To interact with the console of the corresponding world,
you can use the extra command attach:

rc-service minecraft-server attach
rc-service minecraft-server.gentoo attach