Trying to learn the BetonQuest plugin and I stumbled across this issue I'm having.
Following the tutorial, I encounter this problem in the "Conditions" section.
"foo: location 100;200;300;world;5" (changed to my location and world) results with this error in the console:
My actual values in the config are:
"foo: location -433.500;88;2182.500;overworld;5"
I can not tell if there are some instructions missing, or if I'm doing something wrong that I can't see.
That's an error in the quickstart tutorial, as you can see here:
https://github.com/Co0sh/BetonQuest/wiki/Conditions-List#location-location
The last argument must be seperated by a space instead of a ;
So it should be foo: location -433.500;88;2182.500;overworld 5
Got me by a few seconds... Dammit :P
Hey, thank you for the help.
This worked.
For newbies like me, a swift correction of the tutorial would be great!
Then leave the issue open, as it isn't fixed yet ;)
Fixed. I also set the wiki to be editable, so next time you can change the info there yourselves. Just keep in mind that the wiki is for the latest stable version, not for development versions.
@Co0sh Looking at the increasing amount oft reported "Issues" it may be a good idea to to allow contributors to add labels to issues or mark issues as duplicates so wie can better manage issues if you are away and also save you some time.
But I don't know of it is possible at all, as I'm personally using Gitlab for my projects where such things can be a bit different.