Skip to content

Releases: mbround18/palworld-docker

v2.2.1 | Rebuilt for Palworld 1.0

Choose a tag to compare

@mbround18 mbround18 released this 17 Jul 01:01
435834e

What's Changed

Full Changelog: v2.1.0...v2.2.1

v2.1.0 | Crossplay Compatible ❀️

Choose a tag to compare

@mbround18 mbround18 released this 22 Mar 01:35
e33597f

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

Choose a tag to compare

@mbround18 mbround18 released this 18 Mar 02:27
476d0e8

Release Notes - Palworld Server

Version Update

New Features:

  • GSM Management Badge: Introduced a badge linking to Game Server Management (GSM), indicating active repository management.
  • Expanded Configuration Options: Added a detailed list of environment variables covering:
    • General Server Settings (e.g., SERVER_NAME, SERVER_DESCRIPTION, PUBLIC_IP)
    • Performance and Networking (e.g., MULTITHREADING, RCON_ENABLED, RESTAPI_ENABLED)
    • Gameplay and Balance (e.g., EXP_RATE, PAL_CAPTURE_RATE, ENABLE_FAST_TRAVEL, HARDCORE)
    • Multiplayer and Guild Settings (e.g., GUILD_PLAYER_MAX_NUM, CHAT_POST_LIMIT_PER_MINUTE)
  • Discord Webhook Integration: Added support for sending server event notifications to a Discord webhook via WEBHOOK_URL. Notifications include:
    • Server start/stop events
    • Player joins and leaves
  • Automatic Server Updates: Introduced an Auto Update feature using AUTO_UPDATE and AUTO_UPDATE_SCHEDULE environment variables.
    • If AUTO_UPDATE is enabled, the server will automatically check for updates at the scheduled time and restart if necessary.
    • Default update schedule is 0 3 * * * (3 AM daily).
  • Enhanced docker-compose.yml Example: Now includes:
    • PUBLIC_IP
    • PUBLIC_PORT
    • SERVER_NAME
    • EXP_RATE
    • WEBHOOK_URL (for Discord notifications)

Improvements:

  • More Explicit Port Configuration: The updated docker-compose.yml example now explicitly defines PUBLIC_IP and PUBLIC_PORT for better connectivity.
  • Better Log Monitoring: Added monitoring rules to track important log messages, improving server event tracking.

Fixes:

  • Grammar & Formatting Enhancements: Improved readability and clarity across documentation.
  • More Robust Update Handling: Server will now properly stop, update, and restart when an update is available.

Full Changelog: v1.0.0...v2.0.0

v1.0.0

Choose a tag to compare

@mbround18 mbround18 released this 26 Jan 17:18
317f0e5

What's Changed

  • Initial release with a working container :)

New Contributors

Full Changelog: https://github.com/mbround18/palworld-docker/commits/v1.0.0