95 lines
No EOL
1.8 KiB
Bash
95 lines
No EOL
1.8 KiB
Bash
# all options documented at https://docker-minecraft-server.readthedocs.io/
|
|
|
|
# i agree that tacos are tasty
|
|
EULA="TRUE"
|
|
|
|
# we're currently running a fabric yet vanilla-compatible 1.21.10 server
|
|
TYPE="FABRIC"
|
|
VERSION="1.21.10"
|
|
|
|
# world settings
|
|
DIFFICULTY="hard"
|
|
LEVEL="synthcraft"
|
|
SPAWN_PROTECTION="0"
|
|
|
|
# server settings
|
|
SERVER_NAME="Synthcraft"
|
|
MOTD="who up crafting they synths"
|
|
ICON="https://synth.download/assets/synth.download/synth.png"
|
|
MAX_PLAYERS="50"
|
|
MEMORY="6G"
|
|
VIEW_DISTANCE="16"
|
|
SIMULATION_DISTANCE="10"
|
|
JVM_XX_OPTS="-XX:+UseZGC -XX:+UseCompactObjectHeaders"
|
|
|
|
# == customizations ==========================
|
|
|
|
# vanilla tweaks datapacks
|
|
# https://vanillatweaks.net/share/#7QJLoW
|
|
# https://vanillatweaks.net/share/#n6Px7x
|
|
VANILLATWEAKS_SHARECODE="7QJLoW, n6Px7x"
|
|
|
|
# datapacks
|
|
DATAPACKS='https://pub.synth.download/minecraft/datapacks/player_scale_bee.zip
|
|
https://pub.synth.download/minecraft/datapacks/charlotte-crafting.zip'
|
|
|
|
# mods and datapacks from modrinth, by their project slug name (and version, when necessary)
|
|
MODRINTH_PROJECTS='fabric-api
|
|
fabric-language-kotlin
|
|
silk
|
|
almanac
|
|
blossomlib
|
|
collective
|
|
cloth-config
|
|
polymer
|
|
puzzles-lib
|
|
forge-config-api-port
|
|
architectury-api
|
|
jamlib
|
|
cristel-lib
|
|
player-animation-library
|
|
ferrite-core
|
|
servercore
|
|
scalablelux
|
|
lithium
|
|
c2me-fabric
|
|
chunky
|
|
lmd
|
|
no-chat-reports
|
|
luckperms
|
|
styled-chat
|
|
styled-nicknames
|
|
customnametags
|
|
welcome-message
|
|
styledplayerlist
|
|
fsit
|
|
emotecraft:beta
|
|
inventory-sorting
|
|
fallingtree
|
|
rightclickharvest
|
|
universal-graves
|
|
craftable-slime:N6IqM7FA
|
|
more-chains
|
|
pick-up-notifier
|
|
appleskin
|
|
jei:beta
|
|
blossomtpa
|
|
blossomback
|
|
blossomhomes
|
|
dungeons-and-taverns
|
|
towns-and-towers
|
|
explorify
|
|
geophilic
|
|
polyfactory
|
|
polydecorations
|
|
image2map
|
|
simple-voice-chat
|
|
simple-voice-chat-radio
|
|
enhanced-groups:beta
|
|
audioplayer:alpha
|
|
bluemap
|
|
bmarker
|
|
distanthorizons:beta
|
|
vivecraft
|
|
geyser:beta
|
|
floodgate' |