Minecraft private server organization repo
v1.21.4
This repository contains the files necessary to keep clients in sync, covering mods, resource packs, and config data. It also serves to link to all the other code repos that manage my PaperMC server instance.
- Import
com.unascribed.unsup.jsonas a component in the Prism instance. - place
unsup.iniin the.minecraftfolder for the instance. - Run the instance.
./packwiz refresh./packwiz update --all
- Upload resource pack zip from PacMan actions to PacMan releases.
- execute
./update_rpack.sh <URL>, where URL is the link to the zip in the release. - remove the old toml file.
./packwiz modrinth add <url>
./packwiz pin <mod>, where<mod>is unintuitively ONLY the base name (e.g. "sodium")./packwiz unpin <mod>
[ ] - Add back RP-Renames for 1.21.4 when available
- Server
- Aincrad: WIP!! PaperMC fork aimed at adding new content/bug fixes.
- Tools
- Shader packs
- Complementary: Best shader pack out there.
- Euphoria: Adds useful options to Complementary.
- Data packs
- see PacMan: Merges all data packs into one monolithic pack for the server.
- Resource packs
- see PacMan: Merges all resource packs into one monolithic pack for the client.
- Plugins
- Cardinal: Master plugin for Ithavollr. All other plugins are organized under its hierarchy.