Skip to content

Commit

Permalink
fix Lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
win5923 committed Feb 12, 2024
1 parent 96f4912 commit e1ff1f2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ sidebar_position: 1
## 将数据目录附加到主机文件系统

将 palworld 文件夹附加到主机系统的最简单方法是使用 docker-compose.yml 文件中给出的示例:

```yml
volumes:
- ./palworld:/palworld/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ sidebar_position: 2
| COLLECTION_OBJECT_HP_RATE | 多人游戏中对象生命比率 | 1.000000 | Float |
| COLLECTION_OBJECT_RESPAWN_SPEED_RATE | 可获取对象的刷新速度 - 更小的值代表更快的刷新速度 | 1.000000 | Float |
| ENEMY_DROP_ITEM_RATE | 多人游戏中敌人掉落道具的比率 | 1.000000 | Float |
| DEATH_PENALTY | 死亡惩罚</br>None: 没有死亡惩罚</br>Item: 更高几率掉落道具</br>ItemAndEquipment: 掉落所有道具</br>All: 掉落所有道具和帕鲁 | All | `None`,`Item`,`ItemAndEquipment`,`All` |
| DEATH_PENALTY | 死亡惩罚 None: 没有死亡惩罚 Item: 更高几率掉落道具 ItemAndEquipment: 掉落所有道具 All: 掉落所有道具和帕鲁 | All | `None`,`Item`,`ItemAndEquipment`,`All` |
| ENABLE_PLAYER_TO_PLAYER_DAMAGE | 允许 PVP 伤害 | False | Boolean |
| ENABLE_FRIENDLY_FIRE | 允许队友伤害 | False | Boolean |
| ENABLE_INVADER_ENEMY | 启用营地入侵 | True | Boolean |
Expand Down Expand Up @@ -80,7 +80,6 @@ sidebar_position: 2
| USEAUTH | 使用授权验证 | True | Boolean |
| BAN_LIST_URL | 使用禁用列表 | [https://api.palworldgame.com/api/banlist.txt](https://api.palworldgame.com/api/banlist.txt) | string |


### 手动设置

当服务器启动时,将在以下位置创建一个 `PalWorldSettings.ini` 文件: `<mount_folder>/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ docker exec -it palworld-server rcon-cli "Broadcast Hello everyone"

| 命令 | 信息 |
|----------------------------|----------------|
| Shutdown {秒} {信息} | 服务器将在{秒}后关闭 |
| Shutdown (秒) (信息) | 服务器将在(秒)后关闭 |
| DoExit | 强制关闭服务器。 |
| Broadcast | 向服务器中所有玩家发送消息。 |
| KickPlayer {SteamID} | 从服务器中踢出玩家。 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ sidebar_position: 1
| RCON_ENABLED*** | 为服务器启用 RCON。 | true | true/false |
| RCON_PORT | RCON 连接端口。 | 25575 | 1024-65535 |
| QUERY_PORT | 用于与 Steam 服务器通信的查询端口。 | 27015 | 1024-65535 |
| BACKUP_CRON_EXPRESSION | 自动备份的频率。 | 0 0 \* \* \* | 需要一个Cron表达式 - 参见 [使用 Cron 执行自动备份](#使用-cron-执行自动备份)|
| BACKUP_CRON_EXPRESSION | 自动备份的频率。 | 0 0 \* \* \* | 需要一个Cron表达式 - 参见 [使用 Cron 执行自动备份](https://palworld-server-docker.loef.dev/zh/guides/backup/automated-backup/)|
| BACKUP_ENABLED | 启用自动备份。 | true | true/false |
| DELETE_OLD_BACKUPS | 在一定天数后删除备份。 | false | true/false |
| OLD_BACKUP_DAYS | 保留备份的天数。 | 30 | 任何正整数 |
| AUTO_UPDATE_CRON_EXPRESSION | 自动更新的频率。 | 0 \* \* \* \* | 需要一个Cron表达式 - 参见 [使用 Cron 执行自动更新](#使用-cron-执行自动更新)|
| AUTO_UPDATE_CRON_EXPRESSION | 自动更新的频率。 | 0 \* \* \* \* | 需要一个Cron表达式 - 参见 [使用 Cron 执行自动更新](https://palworld-server-docker.loef.dev/zh/guides/automatic-updates)|
| AUTO_UPDATE_ENABLED | 启用自动更新。 | false | true/false |
| AUTO_UPDATE_WARN_MINUTES | 在通知玩家后等待多长时间更新服务器。 | 30 | !0 |
| AUTO_REBOOT_CRON_EXPRESSION | 设置自动重启的频率。 | 0 0 \* \* \* | 需要一个Cron表达式 - 参见 [使用 Cron 执行自动重启](#使用-cron-执行自动重启)|
| AUTO_REBOOT_CRON_EXPRESSION | 设置自动重启的频率。 | 0 0 \* \* \* | 需要一个Cron表达式 - 参见 [使用 Cron 执行自动重启](https://palworld-server-docker.loef.dev/zh/guides/automatic-reboots)|
| AUTO_REBOOT_ENABLED | 启用自动重启 | false | true/false |
| AUTO_REBOOT_WARN_MINUTES | 在通知玩家后等待多长时间重启服务器。 | 5 | !0 |
| DISCORD_WEBHOOK_URL | Discord 服务器上创建 Webhook 后的 Discord Webhook URL | | `https://discord.com/api/webhooks/<webhook_id>` |
Expand All @@ -53,7 +53,6 @@ sidebar_position: 1
| DISCORD_PRE_SHUTDOWN_MESSAGE | 服务器关闭时发送到 Discord 的消息 | Server is shutting down... | "string" |
| DISCORD_POST_SHUTDOWN_MESSAGE | 服务器停止时发送到 Discord 的消息 | Server is stopped! | "string" |


* 强烈建议设置

** 在运行此选项时,请确保您知道自己在做什么
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ sidebar_position: 4
[Crontab Generator](https://crontab-generator.org).
:::

设置 `AUTO_REBOOT_CRON_EXPRESSION` 以更改时程, 默认为每天午夜,根据设置的时区进行调整。
设置 `AUTO_REBOOT_CRON_EXPRESSION` 以更改时程, 默认为每天午夜,根据设置的时区进行调整。

0 comments on commit e1ff1f2

Please sign in to comment.