Skip to content

Commit

Permalink
UPDATE: switch to paper server
Browse files Browse the repository at this point in the history
  • Loading branch information
wiemanboy committed Jan 17, 2025
1 parent 6d47b7e commit 975efaa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- master
- release/**
workflow_dispatch:

jobs:
deploy:
Expand Down
9 changes: 4 additions & 5 deletions swarm-compose.minecraft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,23 @@ services:
environment:
EULA: "TRUE"
MAX_MEMORY: "16G"
TYPE: "AUTO_CURSEFORGE"
TYPE: "PAPER"
VERSION: "1.21.1"
DIFFICULTY: "hard"
ICON: "https://jarnowieman.nl/api/files/minecraft/server_icon"
MOTD: "§l§5WiemanServer§r\n§rWelcome to my server!"
VANILLATWEAKS_SHARECODE: "cFTVFy,M6j9tu"
DATAPACKS: ""
CF_PAGE_URL: "https://www.curseforge.com/minecraft/modpacks/all-the-mods-10/files/6091559"
# CF_PAGE_URL: "https://www.curseforge.com/minecraft/modpacks/all-the-mods-10/files/6091559"
CF_API_KEY: %%CF_API_KEY%%
CURSEFORGE_FILES: |
https://www.curseforge.com/minecraft/mc-mods/bluemap/files/5919132
# https://www.curseforge.com/minecraft/bukkit-plugins/dynmap/files/6090792 # PAPERMC dynmap
https://www.curseforge.com/minecraft/bukkit-plugins/dynmap/files/6090792
MAX_PLAYERS: "20"
SNOOPER_ENABLED: "false"
MAX_BUILD_HEIGHT: "256"
SPAWN_PROTECTION: "0"
VIEW_DISTANCE: "10"
LEVEL: "atm10"
LEVEL: "world"
ALLOW_FLIGHT: "TRUE"
SERVER_NAME: "WiemanServer"
PLAYER_IDLE_TIMEOUT: "0"
Expand Down

0 comments on commit 975efaa

Please sign in to comment.