Skip to content

Instantly share code, notes, and snippets.

@mallardduck
Last active February 3, 2024 11:05
Show Gist options
  • Save mallardduck/23a96e92558f4469fb9ec810fc788495 to your computer and use it in GitHub Desktop.
Save mallardduck/23a96e92558f4469fb9ec810fc788495 to your computer and use it in GitHub Desktop.
Palworld Server Config Values Guide
  • Difficulty: The difficulty of the server's map. (Default: None)
  • DayTimeSpeedRate: Day time speed (Default: 1.000000)
  • NightTimeSpeedRate: Night time speed (Default: 1.000000)
  • ExpRate: EXP rate (Default: 1.000000)
  • PalCaptureRate: Pal capture rate (Default: 1.000000)
  • PalSpawnNumRate: Pal appearance rate; note, may affect game performance. (Default: 1.000000)
  • PalDamageRateAttack: Damage from pals multiplier (Default: 1.000000)
  • PalDamageRateDefense: Damage to pals multiplier (Default: 1.000000)
  • PlayerDamageRateAttack: Damage from player multiplier (Default: 1.000000)
  • PlayerDamageRateDefense: Damage to player multiplier (Default: 1.000000)
  • PlayerStomachDecreaceRate: Player hunger depletion rate (Default: 1.000000)
  • PlayerStaminaDecreaceRate: Player stamina reduction rate (Default: 1.000000)
  • PlayerAutoHPRegeneRate: Player auto HP regeneration rate (Default: 1.000000)
  • PlayerAutoHpRegeneRateInSleep: Player sleep HP regeneration rate (Default: 1.000000)
  • PalStomachDecreaceRate: Pal hunger depletion rate (Default: 1.000000)
  • PalStaminaDecreaceRate: Pal stamina reduction rate (Default: 1.000000)
  • PalAutoHPRegeneRate: Pal auto HP regeneration rate (Default: 1.000000)
  • PalAutoHpRegeneRateInSleep: Pal sleep health regeneration rate (in Palbox) (Default: 1.000000)
  • BuildObjectDamageRate: Damage to structure multiplier (Default: 1.000000)
  • BuildObjectDeteriorationDamageRate: Structure deterioration rate (Default: 1.000000)
  • CollectionDropRate: Gatherable items multiplier (Default: 1.000000)
  • CollectionObjectHpRate: Gatherable objects HP multiplier (Default: 1.000000)
  • CollectionObjectRespawnSpeedRate: Gatherable objects respawn interval (Default: 1.000000)
  • EnemyDropItemRate: Dropped Items multiplier (Default: 1.000000)
  • DeathPenalty: Death penalty (Default: All)
    • Options: None (No loss), Item (Lost item without equipment), ItemAndEquipment (Lost item and equipment), All (Lost all item, equipment, pal in inventory)
  • bEnablePlayerToPlayerDamage: False
  • bEnableFriendlyFire: False
  • bEnableInvaderEnemy: True
  • bActiveUNKO: False
  • bEnableAimAssistPad: True
  • bEnableAimAssistKeyboard: False
  • DropItemMaxNum: Maximum number of dropped items in the world. (Default: 3000)
  • DropItemMaxNum_UNKO: 100
  • BaseCampMaxNum: 128
  • BaseCampWorkerMaxNum: Max Pals Working at Base. (Default: 15)
  • DropItemAliveMaxHours: 1.000000
  • bAutoResetGuildNoOnlinePlayers: False
  • AutoResetGuildTimeNoOnlinePlayers: 72.000000
  • GuildPlayerMaxNum: Max players in Guild (Default: 20)
  • PalEggDefaultHatchingTime: Time (hours) to incubate massive egg; note, other eggs also require time to incubate. (Default: 72.000000)
  • WorkSpeedRate: 1.000000
  • bIsMultiplay: False
  • bIsPvP: False
  • bCanPickupOtherGuildDeathPenaltyDrop: False
  • bEnableNonLoginPenalty: True
  • bEnableFastTravel: True
  • bIsStartLocationSelectByMap: True
  • bExistPlayerAfterLogout: False
  • bEnableDefenseOtherGuildPlayer: False
  • CoopPlayerMaxNum: 4
  • ServerPlayerMaxNum: Maximum number of people who can join the server (Default: 32)
  • ServerName: Server name (Default: None, should be set.)
  • ServerDescription: Server description (Default: None)
  • AdminPassword: Admin Password (Default: None, should be set to protect admin.)
  • ServerPassword: Server password (Default: None, should be set to password protect.)
  • PublicPort: Public port number (Default: 8211)
  • PublicIP: Public IP (Default: Blank, will try to autodetect)
  • RCONEnabled: Enable RCON (Default: False)
  • RCONPort: Port number for RCON (Default: 25575)
  • Region: ""
  • bUseAuth: True
  • BanListURL: "https://api.palworldgame.com/api/banlist.txt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment