New placeholder for MVdWPlaceholderAPI: {quests_complete}
A new way of selecting quests: daily random quests. By this I mean you can now have an option in the config to enable random quests. You will get 5 random quests per set amount of time (for this example it will be day) and if you don't do them you get new ones the next day.
Code (YAML):
quest-settings:
all:
quest-selector-method
: RANDOM
# 'RANDOM' will activate the new selection type, 'ALL' will keep it the same as before.
random-method-refresh-rate
: 1440
#The amount of minutes you get to do the quest. Default = 1 day.
expire-string
: '&cExpires
:
%time%'
New configurable messages:
Code (YAML):
messages:
started-quest
: '&aStarted quest
:
%quest%'
complete-quest
: '&aSuccessfully completed
%quest%'
rewards
: '&aYour rewards:'
reward-string-format
: '&8 *
%rewardstring%'
sync-playtime
: '&aTo CONFIRM that you want to sync your play time FROM &2
%playtimebefore%&a TO &2%playtimeafter%&a, please repeat command &2%command%&a. Request will automatically time out in 15 seconds.'
sync-timeout
: '&aSync request timed out.'
sync-success
: '&aSync successful.'
quests-refresh
: '&aYour quests have refreshed.'