actions-vps-mirror/minecraft-compose.yml

40 lines
1.4 KiB
YAML
Raw Normal View History

2024-10-05 07:34:43 -04:00
services:
minecraft:
image: itzg/minecraft-server
tty: true
stdin_open: true
ports:
- "25565:25565"
2024-10-08 04:53:51 -04:00
- "19132:19132/udp"
2024-10-05 07:38:57 -04:00
- "8123:8123"
2024-10-05 07:34:43 -04:00
environment:
TZ: "America/Los_Angeles"
EULA: "TRUE"
INIT_MEMORY: "4G"
MAX_MEMORY: "14G"
USE_AIKAR_FLAGS: "true"
TYPE: "paper"
MOTD: "§dA Minecraft Server hosted on GitHub Actions :D"
ONLINE_MODE: "false"
DIFFICULTY: "peaceful"
MAX_PLAYERS: "100"
ENABLE_COMMAND_BLOCK: "true"
MODE: "creative"
ALLOW_FLIGHT: "true"
RCON_PASSWORD: "minecraft" # totally secure password wow
PLUGINS: |
https://github.com/EssentialsX/Essentials/releases/download/2.20.1/EssentialsX-2.20.1.jar
2024-10-07 06:18:04 -04:00
https://github.com/EssentialsX/Essentials/releases/download/2.20.1/EssentialsXChat-2.20.1.jar
2024-10-05 07:34:43 -04:00
https://hangarcdn.papermc.io/plugins/ViaVersion/ViaBackwards/versions/5.0.3/PAPER/ViaBackwards-5.0.3.jar
https://cdn.modrinth.com/data/fRQREgAc/versions/AdtrWcU2/Dynmap-3.7-beta-7-spigot.jar
2024-10-07 05:46:44 -04:00
https://ci.athion.net/job/FastAsyncWorldEdit/lastSuccessfulBuild/artifact/artifacts/FastAsyncWorldEdit-Bukkit-2.11.3-SNAPSHOT-934.jar
2024-10-08 04:30:17 -04:00
https://download.geysermc.org/v2/projects/geyser/versions/latest/builds/latest/downloads/spigot
2024-10-07 06:18:04 -04:00
SPIGET_RESOURCES: "19254,52109,81534" # viaversion, viarewind, chunky
2024-10-05 07:34:43 -04:00
volumes:
- ./data:/data