- Offizieller Beitrag
Wir haben auch die Möglichkeit durch das RPGEssentials Plugin diverse Quests anzubieten. Allerdings müssen die erst einmal entwickelt werden. Hier ist eine Beispielconfig und ich hoffe ich kriege ein paar Anregungen welche Quests wir integrieren sollen.
Code
Quests:
test:
text:
name: The test quest.
welcome: Hello.
between: This quest is accepted but doesn't meet the requirements.
end: Congrats, you have finished "The test quest".
task: Break a stone block, place a stone block and kill a zombie.
repeatable: true
task:
place:
'1':
amount: 1
break:
'1':
amount: 1
kill:
zombie:
amount: 1
reward:
'354':
amount: 10
xp: 100
Snow Wand:
amount: 1
Alles anzeigen