Releases: mbround18/palworld-docker
Releases Β· mbround18/palworld-docker
Release list
v2.2.1 | Rebuilt for Palworld 1.0
v2.1.0 | Crossplay Compatible β€οΈ
What's Changed
- Readme updates by @mbround18 in #11
- Crossplay update by @mbround18 in #12
Full Changelog: v2.0.0...v2.1.0
v2.0.0
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)
- General Server Settings (e.g.,
- 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_UPDATEandAUTO_UPDATE_SCHEDULEenvironment variables.- If
AUTO_UPDATEis 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).
- If
- Enhanced
docker-compose.ymlExample: Now includes:PUBLIC_IPPUBLIC_PORTSERVER_NAMEEXP_RATEWEBHOOK_URL(for Discord notifications)
Improvements:
- More Explicit Port Configuration: The updated
docker-compose.ymlexample now explicitly definesPUBLIC_IPandPUBLIC_PORTfor 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
What's Changed
- Initial release with a working container :)
New Contributors
- @renovate made their first contribution in #1
- @mbround18 made their first contribution in #3
Full Changelog: https://github.com/mbround18/palworld-docker/commits/v1.0.0