Distance travelled by boat does not work
Description of Bug
As soon as I add a displacement mode, the counter no longer increases; here's my configuration, I tried 2 methods with and without “ ”. Similar problem with walking and running mode.
I'd also like to know if it's possible to combine several modes?
Thanks in advance for your feedback.
Steps to Reproduce
Use this quest :
tasks:
walking:
type: "walking"
distance: 1000
mode: "boat"
display:
name: "&6&lCapitaine &7&oI"
lore-normal:
- "&7Pour compléter cette quête vous devez:"
- "&7 - Parcourir une distance en bateau de &61000 &7blocs."
- ""
- "&7Récompenses:"
- "&7 - &e10.000$"
- "&7 - &c1 clé de quête"
lore-started:
- ""
- "&7Votre progression:"
- "&7 - &6{walking:progress}&7/1000 blocs."
type: "BOAT"
rewards:
- "eco give {player} 10000"
- "ac key give {player} quete 1"
options: category: "Deplacement" repeatable: false autostart: true sort-order: 4
Environment
- Minecraft version: 1.8
- Server software: Paper 1.8.8
- Quests version: v3.14.2-3345d07
Agreements
- [X] I am running the latest version of Quests
- [X] I am certain this issue is unique and a similar issue is not currently open
- [X] I am using a version of Minecraft which is supported by Quests
Other
No response
Your Quests plugin is outdated
The latest version of the plugin does not work on my server. I jave this error : 20:15:11 ERROR]: Could not load 'plugins/Quests-3.15.2-b216e2b.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/leonardobishop/quests/bukkit/BukkitQuestsPlugin has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 61.0
Hello,
Were you able to find out about my problem?
The latest version of the plugin does not work on my server. I jave this error : 20:15:11 ERROR]: Could not load 'plugins/Quests-3.15.2-b216e2b.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/leonardobishop/quests/bukkit/BukkitQuestsPlugin has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 61.0
Outdated Java, the not-downgraded build requires Java 21. Also there was a dev builds issue with bukkit scheduler on 1.8 but I just fixed it so you can test with this version