# BedWars1058-Quests Configuration File.
# Be careful when edit the configuration.
# YAML Parser: https://yamlchecker.com
time-zone: America/Los_Angeles
# Daily challenges remaining.
# How many daily challenges a player can complete.
# Method for reset remaining challenges for players.
# METHODS: ON_STARTUP, COUNTDOWN (coming soon)
# ON_STARTUP: When plugin is enabling remaining challenges
# less than "remaining-challenges" value will be reset.
remaining-challenges-reset-type: ON_STARTUP
# Title showed in the quests menu.
menu-title: Bed Wars Quests
# Available: 9, 18, 27, 36, 45, 54
# Every how many ticks the menu is refreshed.
# Format: ENUM_SOUND;VOLUME;PITCH
# Set the sound to none for disabled sound.
# When player started a quest.
quest-started: BLOCK_NOTE_BLOCK_PLING;1;3
# When clicked on a started quest.
quest-already-started: ENTITY_ENDERMAN_TELEPORT;1;1
# When clicked on a completed quest.
quest-already-completed: ENTITY_ENDERMAN_TELEPORT;1;1
# When clicked on a challenge.
is-challenge: ENTITY_ENDERMAN_TELEPORT;1;1
# The rank shown in the item.
# The permission needed for use the
permission: bedwars.quests.autoaccept
# The text placeholder when feature is disabled.
# The text placeholder when feature is enabled.
# The color placeholder when feature is disabled.
# The color placeholder when feature is enabled.
# Related to item displayed in the menu.
# The material displayed when feature is disabled.
# The material displayed when feature is enabled.
# The amount displayed in the menu.
# The position where the item will be.
# The display name for the item.
display-name: '{COLOR}Auto-Accept Quests: {STATUS}'
# The description for the item.
- '&7Click to automatically accept'
- '&7quests whenever you join a'
# Sections for add custom items.
# Add the items you want with the attributes you want.
# Just follow the format below.
# The material displayed in the menu.
# The amount displayed in the menu.
# The position where the item will be.
# The display name for the item.
display-name: '&aBed Wars Quests & Challenges'
# The description for the item.
- '&7View all available quests and'
- '&7challenges that you can complete by'