mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-06 04:32:43 +00:00
Merge branch 'main' into cron-backup
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
[](https://hub.docker.com/r/thijsvanloef/palworld-server-docker)
|
||||
[](https://hub.docker.com/r/thijsvanloef/palworld-server-docker/tags)
|
||||
[](https://discord.com/invite/UxBxStPAAE)
|
||||
[](https://github.com/thijsvanloef/palworld-server-docker/blob/main/docs/zh-CN/README.md?tab=readme-ov-file#palworld-dedicated-server-docker)
|
||||
[](https://github.com/thijsvanloef/palworld-server-docker?tab=readme-ov-file#palworld-dedicated-server-docker)
|
||||
|
||||
[View on Docker Hub](https://hub.docker.com/r/thijsvanloef/palworld-server-docker)
|
||||
@@ -143,6 +144,8 @@ It is highly recommended you set the following environment values before startin
|
||||
| QUERY_PORT | Query port used to communicate with Steam servers | 27015 | 1024-65535 |
|
||||
| BACKUP_CRON_EXPRESSION | Setting affects frequency of automatic backups. | 0 0 \* \* \* | Needs a Cron-Expression - See [Configuring Automatic Backups with Cron](#configuring-automatic-backups-with-cron) |
|
||||
| BACKUP_ENABLED | Enables automatic backups | true | true/false |
|
||||
| DELETE_OLD_BACKUPS | Delete backups after a certain number of days | false | true/false |
|
||||
| OLD_BACKUP_DAYS | How many days to keep backups | 30 | any positive integer |
|
||||
|
||||
*highly recommended to set
|
||||
|
||||
@@ -252,9 +255,9 @@ Example Usage: If BACKUP_CRON_EXPRESSION to `0 2 * * *`, the backup script will
|
||||
| BUILD_OBJECT_DETERIORATION_DAMAGE_RATE | Structure determination rate | 1.000000 | Float |
|
||||
| COLLECTION_DROP_RATE | Getherable items multipiler | 1.000000 | Float |
|
||||
| COLLECTION_OBJECT_HP_RATE | Getherable objects HP multipiler | 1.000000 | Float |
|
||||
| COLLECTION_OBJECT_RESPAWN_SPEED_RATE | Getherable objects respawn interval | 1.000000 | Float |
|
||||
| COLLECTION_OBJECT_RESPAWN_SPEED_RATE | Getherable objects respawn interval - The smaller the number, the faster the regeneration | 1.000000 | Float |
|
||||
| ENEMY_DROP_ITEM_RATE | Dropped Items Multipiler | 1.000000 | Float |
|
||||
| DEATH_PENALTY | What will drop when you die | All | `None`,`Item`,`ItemAndEquipment`,`All` |
|
||||
| DEATH_PENALTY | Death Penalty</br>None: No death penalty</br>Item: Drops items other than equipment</br>ItemAndEquipment: Drops all items</br>All: Drops all PALs and all items. | All | `None`,`Item`,`ItemAndEquipment`,`All` |
|
||||
| ENABLE_PLAYER_TO_PLAYER_DAMAGE | Allows players to cause damage to players | False | Boolean |
|
||||
| ENABLE_FRIENDLY_FIRE | Allow friendly fire | False | Boolean |
|
||||
| ENABLE_INVADER_ENEMY | Enable invaders | True | Boolean |
|
||||
|
||||
Reference in New Issue
Block a user