15 lines
500 B
Plaintext
15 lines
500 B
Plaintext
{
|
|
// Should all items be reset on first world join? [default: false]
|
|
// This will delete all the items given on spawn from other mods guide books.
|
|
"clearInv": false,
|
|
|
|
// Should players' items be dropped when leaving a team? [default: true]
|
|
"dropItems": true,
|
|
|
|
// When should players receive their starting inventory?
|
|
// SPAWN - when joining world first time
|
|
// TEAM - when joining a team for the first time
|
|
// Allowed values: spawn, team
|
|
"initialInventoryType": "team"
|
|
}
|