Create a new quest
Start writing
1.write quest goal
goals:
swim:
type: MOVE
value: '' #because the objective can have no value so this filled empty.
amount: 100 #100m
conditions:
- "[world]world" #Check if the current world name is 'world'
#If serber's version above 1.13
- "[swim]" #Check if the player is swimming (1.13+)
#If server's version below 1.13
- "[stand]WATER" #Check if the player is in water (1.13 below)2.write quest basics
3.save file
4.add the quest to a categorie
5.reload plugin

Last updated