mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-11-15 23:26:33 +01:00
a9707b2925
Now for the hard work to begin.
17 lines
564 B
YAML
17 lines
564 B
YAML
# Challenges Config
|
|
|
|
# Reset Challenges - if this is true, player's challenges will reset when they
|
|
# reset an island or if they are kicked or leave a team. Prevents exploiting the
|
|
# challenges by doing them repeatedly.
|
|
resetchallenges: false
|
|
|
|
# Broadcast 1st time challenge completion messages to all players.
|
|
# Change to false if the spam becomes too much.
|
|
broadcastmessages: true
|
|
|
|
# Remove non-repeatable challenges from the challenge GUI when complete
|
|
removecompleteonetimechallenges: false
|
|
|
|
# Add enchanted glow to completed challenges
|
|
addcompletedglow: true
|