How to add your own quests: Adding quests is extremely simple! Open the config.yml file and add a new section under "quests:".
Example:
my_custom_quest:
type: "CRAFT"
target: "DIAMOND_PICKAXE"
amount: 1
icon: "DIAMOND_PICKAXE"
points: 50
rewards: ["eco give %player% 1000", "give %player% diamond 1"]
Supported Triggers (Types): BLOCK_BREAK, KILL_MOB, CRAFT, PLACE, CONSUME, FISH_CAUGHT, ENCHANT_ITEM, BREED_ENTITY, TAME_ENTITY, ENTER_BED.