
Ethernos Nations Roleplay
Ethernos Nations Modpack for Roleplay Servers or Singleplayer Adventurers
Ethernos Nations is a growing community for large player projects. Ethernos Nations Roleplay is a modpack for creating the environment for civilization roleplay.
The modpack was created for the community roleplay server, but you can easily host it yourself for your own community. Following an example how to easily host this modpack with docker compose.
version: "3"
services:
minecraft:
image: itzg/minecraft-server:latest
ports:
- 25565:25565
- 24454:24454/udp
environment:
MEMORY: "2G"
EULA: TRUE
TYPE: "MAGMA"
MOD_PLATFORM: "MODRINTH"
VERSION: 1.18.2
MODRINTH_PROJECT: "8hdPbKzf"
MOTD: "Example Server"
MAX_PLAYERS: 20
WHITELIST: |
- uuid1,
- uuid2,
- ...
OPS: |
- uuid1,
- uuid2,
- ...
SPAWN_PROTECTION: 0
tty: true
stdin_open: true
restart: unless-stopped
volumes:
- /example/path:/data
Credits to itzg's docker image. For more information visit the documentation.
Как поиграть с друзьями в сборку модов Ethernos Nations Roleplay?
Сборка Ethernos Nations Roleplay раскрывается по-настоящему на своём сервере: все моды уже на месте, прогресс общий, а вход только для своих. Создать сервер на сборке Ethernos Nations Roleplay можно за пару минут - BungeeHost всё подготовит за вас.
