Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Palworld #261

Merged
merged 4 commits into from
Feb 19, 2024
Merged

Palworld #261

merged 4 commits into from
Feb 19, 2024

Conversation

spusuf
Copy link
Contributor

@spusuf spusuf commented Feb 19, 2024

Stable, works, tested. Happy to maintain

@LordRalex LordRalex changed the title Pufferpanel Palworld Feb 19, 2024
},
"DeathPenalty": {
"type": "string",
"desc": "What you drop on death. Valid options are None (keep inventory), Item (drop inventory, keep equipment), ItemAndEquipment (drop inventory and equipment), All (drop inventory, equipment, and pals. this is default for servers)",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Options are permitted which help create dropdowns for this. https://github.com/pufferpanel/templates/blob/v2.6/minecraft-forge-legacy/minecraft-forge-legacy.json#L55-L84 is an example

"desc": "What you drop on death. Dropping inventory, equipment, and pals (All) is default for dedicated servers, ItemAndEquipment (drop Inventory and Equipment, keep pals) is default for base game singleplayer and multiplayer so it is selected as default",
"display": "Multiplayer Difficulty (Death Penalty)",
"required": true,
"value": "ItemAndEquipment"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing ,

{
"value": "All",
"display": "All (Drop Inventory, Equipment, and Pals)"
},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And an extra ,

@LordRalex LordRalex merged commit 71084d6 into pufferpanel:v2.6 Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants