Ethernos Nations Roleplay modpack page
- Downloads
- 284
- Mod loaders
- forge
- Minecraft versions
- 1.18.2
- Categories
- multiplayer
About this modpack
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.
<br> <pre> <code> version: "3" <br> services: minecraft: image: itzg/minecraft-server:latest ports: - 25565:25565 - 24454:24454/udp environment: MEMORY: "2G" EULA: TRUE TYPE: "MAGMA" MODPLATFORM: "MODRINTH" VERSION: 1.18.2 MODRINTHPROJECT: "8hdPbKzf" MOTD: "Example Server" MAXPLAYERS: 20 WHITELIST: | - uuid1, - uuid2, - ... OPS: | - uuid1, - uuid2, - ... SPAWNPROTECTION: 0 tty: true stdin_open: true restart: unless-stopped volumes: - /example/path:/data </code> </pre> <br><br>
Credits to <a href="https://github.com/itzg">itzg's</a> docker image. For more information visit the <a href="https://docker-minecraft-server.readthedocs.io/en/latest/">documentation</a>.
Modpack wiki coverage
Orca uses the project's published metadata and version files as the source of truth. Item, block, mob, recipe, structure, dimension, GUI, and mechanic pages are added after their included mod files are extracted and attributed.