-
Notifications
You must be signed in to change notification settings - Fork 141
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
Palworld #261
Conversation
palworld/palworld.json
Outdated
}, | ||
"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)", |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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)" | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And an extra ,
Stable, works, tested. Happy to maintain