Add quest to your server!
Add quest to your server.
Commands
Permissions
PlaceholderAPI Expansion
Action List
Quest Type
main_command:
name: "quest"
description: "Main Quest command"
aliases:
- "q"
database:
type: sqlite
mysql:
host: localhost
port: 3306
database: quest
username: root
password: password
messages:
no-permission: '&cYou don''t have permission to use this command!'
reload: "&aPlugin reloaded!"
gui:
title: "&8Quests"
completed-symbol: "§a✔"
inprogress-symbol: "§c✖"
quest-name: "%status% %quest_name%"
progress-line: "&7Progress: &f%progress%&7/&f%amount%"
material-line: "&eMaterial: &f%material%"
entity-line: "&eEntity: &f%entity%"
completed-line: "&a✔ Completed!"
in-progress-line: "&eIn Progress..."
quest-info:
- "&eQuest: &f%quest_name%"
- "&7Progress: &f%progress%/%amount%"
already-completed: "&aYou’ve already completed this quest!"
quests:
1:
name: "Break 10 Stone"
type: BLOCK_BREAK
material: STONE
amount: 10
icon: STONE_PICKAXE
reward:
actions:
- "BROADCAST:%player% completed the break stone quest!"
2:
name: "Place 10 Stone"
type: BLOCK_PLACE
material: STONE
amount: 10
icon: STONE
reward:
actions:
- "BROADCAST:%player% completed the place stone quest!"
3:
name: "Kill 10 Zombies"
type: ENTITY_KILL
entity: ZOMBIE
amount: 10
icon: IRON_SWORD
reward:
actions:
- "BROADCAST:%player% completed the zombie kill quest!"
4:
name: "Deal 100 Damage"
type: ENTITY_DAMAGE
amount: 100
icon: DIAMOND_SWORD
reward:
actions:
- "BROADCAST:%player% completed the deal 100 damage quest!"
5:
name: "Harvest 10 Wheat"
type: FARMING
amount: 10
icon: WOODEN_HOE
reward:
actions:
- "BROADCAST:%player% completed the harvest 10 wheat quest!"
6:
name: "Catch 10 Cod"
type: FISHING
entity: COD
amount: 10
icon: FISHING_ROD
reward:
actions:
- "BROADCAST:%player% completed the fish 10 cod quest!"
7:
name: "Enchant 1 Stone Sword"
type: ENCHANT
material: STONE_SWORD
amount: 1
icon: ENCHANTING_TABLE
reward:
actions:
- "BROADCAST:%player% completed the enchant 1 stone sword quest!"
8:
name: "Craft 1 Diamond Chestplate"
type: CRAFT
material: DIAMOND_CHESTPLATE
amount: 1
icon: CRAFTING_TABLE
reward:
actions:
- "BROADCAST:%player% completed the craft 1 diamond chestplate quest!"
9:
name: "Chat 30 Times"
type: CHAT
amount: 30
icon: PAPER
reward:
actions:
- "BROADCAST:%player% completed the chat 30 times quest!"
10:
name: "Walk 50 Blocks"
type: WALK
amount: 50
icon: GRASS_BLOCK
reward:
actions:
- "BROADCAST:%player% completed the walk 50 blocks quest!"
For support, please use only resource discussion
Terms of Service
By using this plugin, you agree to the following terms, which may be updated by the author at any time.