Skip to content

Commit

Permalink
Merge pull request #325 from Diyagi/main
Browse files Browse the repository at this point in the history
Fix typo in env option
  • Loading branch information
thijsvanloef authored Feb 8, 2024
2 parents 2e8b095 + 5c3d682 commit c903120
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ENABLE_AIM_ASSIST_KEYBOARD=False
DROP_ITEM_MAX_NUM=3000
DROP_ITEM_MAX_NUM_UNKO=100
BASE_CAMP_MAX_NUM=128
BASE_CAMP_WORKER_MAXNUM=15
BASE_CAMP_WORKER_MAX_NUM=15
DROP_ITEM_ALIVE_MAX_HOURS=1.000000
AUTO_RESET_GUILD_NO_ONLINE_PLAYERS=False
AUTO_RESET_GUILD_TIME_NO_ONLINE_PLAYERS=72.00000
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ For example:
| DROP_ITEM_MAX_NUM | Maximum number of drops in the world | 3000 | Integer |
| DROP_ITEM_MAX_NUM_UNKO | Maximum number of UNKO drops in the world | 100 | Integer |
| BASE_CAMP_MAX_NUM | Maximum number of base camps | 128 | Integer |
| BASE_CAMP_WORKER_MAXNUM | Maximum number of workers | 15 | Integer |
| BASE_CAMP_WORKER_MAX_NUM | Maximum number of workers | 15 | Integer |
| DROP_ITEM_ALIVE_MAX_HOURS | Time it takes for items to despawn in hours | 1.000000 | Float |
| AUTO_RESET_GUILD_NO_ONLINE_PLAYERS | Automatically reset guild when no players are online | False | Bool |
| AUTO_RESET_GUILD_TIME_NO_ONLINE_PLAYERS | Time to automatically reset guild when no players are online | 72.000000 | Float |
Expand Down
2 changes: 1 addition & 1 deletion charts/palworld/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ server:
DROP_ITEM_MAX_NUM: "3000"
DROP_ITEM_MAX_NUM_UNKO: "1000"
BASE_CAMP_MAX_NUM: "128"
BASE_CAMP_WORKER_MAXNUM: "15"
BASE_CAMP_WORKER_MAX_NUM: "15"
DROP_ITEM_ALIVE_MAX_HOURS: "1.000000"
AUTO_RESET_GUILD_NO_ONLINE_PLAYERS: "False"
AUTO_RESET_GUILD_TIME_NO_ONLINE_PLAYERS: "72.000000"
Expand Down
2 changes: 1 addition & 1 deletion docs/kr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ AUTO_REBOOT_CRON_EXPRESSION을 설정하여 기본 스케줄을 변경하세요.
| DROP_ITEM_MAX_NUM | 월드 내의 드롭 아이템 최대 수 | 3000 | Integer |
| DROP_ITEM_MAX_NUM_UNKO | 월드 내의 UNKO 드롭 최대 수 | 100 | Integer |
| BASE_CAMP_MAX_NUM | 거점 최대 수량 | 128 | Integer |
| BASE_CAMP_WORKER_MAXNUM | 거점 작업 PAL 최대 수 | 15 | Integer |
| BASE_CAMP_WORKER_MAX_NUM | 거점 작업 PAL 최대 수 | 15 | Integer |
| DROP_ITEM_ALIVE_MAX_HOURS | 드롭 아이템이 사라지기까지 걸리는 시간 | 1.000000 | Float |
| AUTO_RESET_GUILD_NO_ONLINE_PLAYERS | 온라인 플레이어가 없을 때 길드 자동 리셋 여부 | False | Bool |
| AUTO_RESET_GUILD_TIME_NO_ONLINE_PLAYERS | 온라인 플레이어가 없을 때 길드를 자동 리셋 시간(h) | 72.000000 | Float |
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-CN/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ docker compose down && docker compose up -d
| DROP_ITEM_MAX_NUM | 世界中最大掉落物品数量 | 3000 | Integer |
| DROP_ITEM_MAX_NUM_UNKO | 世界中最大 UNKO 掉落数量 | 100 | Integer |
| BASE_CAMP_MAX_NUM | 最大营地数量 | 128 | Integer |
| BASE_CAMP_WORKER_MAXNUM | 营地最大工位数量 | 15 | Integer |
| BASE_CAMP_WORKER_MAX_NUM | 营地最大工位数量 | 15 | Integer |
| DROP_ITEM_ALIVE_MAX_HOURS | 掉落物品移除时间 | 1.000000 | Float |
| AUTO_RESET_GUILD_NO_ONLINE_PLAYERS | 无玩家在线时自动重置公会 | False | Bool |
| AUTO_RESET_GUILD_TIME_NO_ONLINE_PLAYERS | 无玩家在线时自动重置公会的时间 | 72.000000 | Float |
Expand Down

0 comments on commit c903120

Please sign in to comment.