Making quests has never been this easy!
###########
# General #
###########
# When linking a quest with a NPC, should the name of the NPC change? #
change_npc_name: true
##################
# Quest Settings #
##################
# How long should be between 2 actions (messages, titles, ect) in seconds? #
Quest_timing: 5
# Should players be able to play quest even if they have completed them before? #
Quest_replay: false
# Should players get a message on completing a quest? This message can be changed in the message.yml #
Quest_message: true
###############################
# Accept or declining a quest #
###############################
message: "&bWould you like to accept this quest?"
# Cannot use minecraft color codes #
Accept: "Accept"
Decline: "Decline"
# When accepting a quest #
accepted_quest: "&aYou accepted the quest"
# When declining a quest #
declined_quest: "&cYou declined this quest!"
######################
# Titles & Subtitles #
######################
# How long should a title or subtitle stay in the screen? #
Quest_title: 5
# How long should a title or subtitle fade in? #
Quest_title_fade: 1
############
# Messages #
############
Reload: "&aSuccesfully reloaded!"
complete_quest: "&aYou have completed this quest!"
declined_quest: "&cYou have declined this quest, you can still play it again later!"
remove_quest: "&aSuccesfully deleted this quest!"
####################
# Creating a quest #
####################
Click_npc: "&aPlease click on the NPC that you want to link!"
Waited_too_long_new: "&cYou waited too long with linking a NPC, please use the command again if you still want to link the NPC!"
# Placeholders: %quest% for the questname, %part% for the questpart.
Succesfully_linked: "&aYou succesfully linked the quest: %quest% part %part% with the NPC!"
# No placeholders: #
type_title: "&aPlease type the title you want to send!"
type_subtitle: "&aPlease type the subtitle you want to send!"
type_message: "&aPlease type the message you want to send!"
type_takeitem: "&aPlease type the item you want to take and the amount!"
type_takeitem2: "&aFor example: 10 grass blocks would be 'grass_block 10'!"
type_giveitem: "&aPlease type the item you want to give and the amount!"
type_giveitem2: "&aFor example: 10 grass blocks would be 'grass_block 10'!"
quest_saved: "&aSuccesfully saved the quest!"
#########################
# Linking and unlinking #
#########################
Waited_too_long_link: "&cYou waited too long with linking a NPC, please use the command again if you still want to link the NPC!"
Waited_too_long_unlink: "&cYou waited too long with unlinking a NPC, please use the command again if you still want to unlink the NPC!"
Succesfully_unlinked: "&aYou succesfully unlinked the quest: %quest% part %part% from the NPC!"
##########
# Errors #
##########
##################
# General Errors #
##################
# The message when a player doesn't have the correct permissions #
No_perms: "&cYou don't have the right permissions to do this!"
# The message when only a player can do an action #
Players_only: "&cOnly players can do this!"
# When quest_replay is false in the config and a player tries to play a quest again #
already_played: "&cYou can't play this quest for a second time!"
# Unknown command #
unknown_command: "&cUnknown command!"
###############################
# Creating a new quest errors #
###############################
# The messages when trying to make a new quest, but the quest already exists #
Already_exists: "&cThis quest already exists!"
# Wrong usage for creating a new quest #
Wrong_usage_new: "&cPlease use the command: /EpicQuests new "
# When someone uses an invalid item name #
invalid_item: "&cThis is an invalid item!"
###########################
# Deleting a quest errors #
###########################
# Wrong usage for deleting a quest #
Wrong_usage_delete: "&cPlease use the command: /EpicQuests delete "
# Trying to delete a quest that doesn't exist #
Does_not_exist: "&cThis quest doesn't exist!"
###############
# List errors #
###############
# When someone uses /epicquests list but the player hasn't played any quests yet #
non_completed: "&cYou didn't play any quests yet!"
# When someone used /epicquest list , but the targeted player hasn't played any quests yet #
non_completed2: "&cThis player didn't play any quests yet!"
# The message when trying to get the list of completed quests from a different player, but the player is not online #
Player_not_online: "&cThis player is not online!"
################################
# Linking and unlinking quests #
################################
# Wrong usage for linking a quest #
Wrong_usage_link: "&cPlease use the command: /EpicQuests link "
# Wrong usage for unlinking a quest #
Wrong_usage_unlink: "&cPlease use the command: /EpicQuests unlink "
##########################
# Playing a quest errors #
##########################
# When trying to take an item but the player doesn't have the item #
need_item: "&cYou need %amount% %item% for this!"
# When trying to give an item but the player doesn't have the needed free slots #
need_free_slots: "&cYou need more free slots for this!"
# When trying to play a quest in the incorrect order #
need_to_play_other: "&cYou need to play %quest% part %part% before you can do this!"
# When trying to start a quest while a quest is active #
Already_playing: "&cYou're already playing a quest!"