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

Epic BetterParties update (real) #376

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions config/betterparties.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Configuration file

general {
# Quest completion is shared between team members
B:"Shared Completion"=true

# Once any team member claimed a reward, it is claimed for others
B:"Shared Rewards"=false

# Adds `/party_sync` to forcefully sync quests with all members
# WARNING: If your intent is to disallow syncing to new team members,
# set `Sync On Join` to false too, or else this change would be useless!
B:"Sync Command"=true

# Synchronizes quests with team members on player joining to a party
# WARNING: If your intent is to disallow syncing to new team members,
# set `Sync Command` to false too, or else this change would be useless!
B:"Sync On Join"=true
}


5 changes: 5 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -919,6 +919,11 @@
"projectID": 870211,
"fileID": 4567593,
"required": true
},
{
"projectID": 880959,
"fileID": 4610305,
"required": true
}
],
"overrides": "overrides"
Expand Down