mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-31 14:57:59 +00:00
update description
This commit is contained in:
12
README.md
12
README.md
@@ -205,12 +205,12 @@ The server will run a save before the backup if rcon is enabled.
|
|||||||
> These Environment Variables/Settings are subject to change since the game is still in beta
|
> These Environment Variables/Settings are subject to change since the game is still in beta
|
||||||
|
|
||||||
| Variable | Description | Default Value | Allowed Value PLAYER_STOMACH_DECREASE_RATE |
|
| Variable | Description | Default Value | Allowed Value PLAYER_STOMACH_DECREASE_RATE |
|
||||||
|-------------------------------------------|------------------------------------------------------------------------|----------------------------------------------------------------------------------------------|--------------------------------------------------|
|
|-------------------------------------------|----------------------------------------------------------------|----------------------------------------------------------------------------------------------|--------------------------------------------------|
|
||||||
| NETSERVERMAXTICKRATE | Changes the TickRate of the server, be very careful with this setting! | 120 | 30-120 |
|
| NETSERVERMAXTICKRATE | Changes the TickRate of the server. | 120 | 30-120 |
|
||||||
| DIFFICULTY | Game Difficulty: | None | `None`,`Normal`,`Difficult` |
|
| DIFFICULTY | Game Difficulty | None | `None`,`Normal`,`Difficult` |
|
||||||
| DAYTIME_SPEEDRATE | Day time speed - Smaller number means shorter days | 1.000000 | Float |
|
| DAYTIME_SPEEDRATE | Day time speed - Smaller number means shorter days | 1.000000 | Float |
|
||||||
| NIGHTTIME_SPEEDRATE | Night time speed - Smaller number means shorter nights | 1.000000 | Float |
|
| NIGHTTIME_SPEEDRATE | Night time speed - Smaller number means shorter nights | 1.000000 | Float |
|
||||||
| EXP_RATE | EXP rate | 1.000000 | Float |
|
| EXP_RATE | EXP earn rate | 1.000000 | Float |
|
||||||
| PAL_CAPTURE_RATE | Pal capture rate | 1.000000 | Float |
|
| PAL_CAPTURE_RATE | Pal capture rate | 1.000000 | Float |
|
||||||
| PAL_SPAWN_NUM_RATE | Pal appearance rate | 1.000000 | Float |
|
| PAL_SPAWN_NUM_RATE | Pal appearance rate | 1.000000 | Float |
|
||||||
| PAL_DAMAGE_RATE_ATTACK | Damage from pals multipiler | 1.000000 | Float |
|
| PAL_DAMAGE_RATE_ATTACK | Damage from pals multipiler | 1.000000 | Float |
|
||||||
@@ -235,7 +235,7 @@ The server will run a save before the backup if rcon is enabled.
|
|||||||
| ENABLE_PLAYER_TO_PLAYER_DAMAGE | Allows players to cause damage to players | False | Boolean |
|
| ENABLE_PLAYER_TO_PLAYER_DAMAGE | Allows players to cause damage to players | False | Boolean |
|
||||||
| ENABLE_FRIENDLY_FIRE | Allow friendly fire | False | Boolean |
|
| ENABLE_FRIENDLY_FIRE | Allow friendly fire | False | Boolean |
|
||||||
| ENABLE_INVADER_ENEMY | Enable invaders | True | Boolean |
|
| ENABLE_INVADER_ENEMY | Enable invaders | True | Boolean |
|
||||||
| ACTIVE_UNKO | Enable UNKO | False | Boolean |
|
| ACTIVE_UNKO | Enable UNKO (?) | False | Boolean |
|
||||||
| ENABLE_AIM_ASSIST_PAD | Enable controller aim assist | True | Boolean |
|
| ENABLE_AIM_ASSIST_PAD | Enable controller aim assist | True | Boolean |
|
||||||
| ENABLE_AIM_ASSIST_KEYBOARD | Enable Keyboard aim assist | False | Boolean |
|
| ENABLE_AIM_ASSIST_KEYBOARD | Enable Keyboard aim assist | False | Boolean |
|
||||||
| DROP_ITEM_MAX_NUM | Maximum number of drops in the world | 3000 | Integer |
|
| DROP_ITEM_MAX_NUM | Maximum number of drops in the world | 3000 | Integer |
|
||||||
@@ -257,7 +257,7 @@ The server will run a save before the backup if rcon is enabled.
|
|||||||
| EXIST_PLAYER_AFTER_LOGOUT | Toggle for deleting players when they log off | False | Boolean |
|
| EXIST_PLAYER_AFTER_LOGOUT | Toggle for deleting players when they log off | False | Boolean |
|
||||||
| ENABLE_DEFENSE_OTHER_GUILD_PLAYER | Allows defense against other guild players | False | Boolean |
|
| ENABLE_DEFENSE_OTHER_GUILD_PLAYER | Allows defense against other guild players | False | Boolean |
|
||||||
| COOP_PLAYER_MAX_NUM | Maximum number of players in a guild | 4 | Integer |
|
| COOP_PLAYER_MAX_NUM | Maximum number of players in a guild | 4 | Integer |
|
||||||
| REGION | Area | | String |
|
| REGION | Region | | String |
|
||||||
| USEAUTH | Use authentication | True | Boolean |
|
| USEAUTH | Use authentication | True | Boolean |
|
||||||
| BAN_LIST_URL | Which ban list to use | [https://api.palworldgame.com/api/banlist.txt](https://api.palworldgame.com/api/banlist.txt) | string |
|
| BAN_LIST_URL | Which ban list to use | [https://api.palworldgame.com/api/banlist.txt](https://api.palworldgame.com/api/banlist.txt) | string |
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user