-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom advancements not work #61
Comments
It does work, but the advancements.yml format is as follows:
So, don't put "bentobox:" on the front. Also, the zip file datapacks.zip is not a datapack file, so it won't work. But maybe you know that. If you use the BoxedDataPack.zip file, then it will. |
Hmm, tasty, don't you need a correct advancement location with providing datapack name? Also, I used bentobox in front and it worked |
I'm not sure what that means. Could you explain more please?
Are you sure you have automatic and unknown-advancement-increase set to 0? Here's the debug:
and the code from AdvancementsManager.java:
I don't think the YAML check would work with bentobox: on the front. We can change the code to require it, but |
Hmm, then I do not know how are you getting correct advancement via: The code So, a method where you check advancements in https://github.com/BentoBoxWorld/Boxed/blob/develop/src/main/java/world/bentobox/boxed/AdvancementsManager.java#L232-L234 I tested in the debug, with 2 quests: |
Also, if you use just the last part of |
Expected behavior
When the progress is accomplished the box should expand by the chosen number.
Observed/Actual behavior
The advancement is not detected, and border not change
The directory IslandAdvancements in database directory not created
But player Advancements exist in world directory
Steps/models to reproduce
datapacks.zip
advancements.zip
BentoBox version
Running Invalid (PUFFERFISH) 1.20.1.
BentoBox version: 2.0.0-SNAPSHOT-b2474
Database: JSON
Loaded Game Worlds:
boxed_world (Boxed): Overworld, Nether
Loaded Addons:
BentoBoxFAWEHandler 1.1.0 (ENABLED)
Border 4.1.1-SNAPSHOT-b185 (ENABLED)
Boxed 2.3.1-SNAPSHOT-b242 (ENABLED)
Challenges 1.3.0-SNAPSHOT-b531 (ENABLED)
Chat 1.1.4 (ENABLED)
ControlPanel 1.13.1-SNAPSHOT-b61 (ENABLED)
InvSwitcher 1.12.0-SNAPSHOT-b230 (ENABLED)
IslandFly 1.11.1-SNAPSHOT-b165 (ENABLED)
Level 2.11.0-SNAPSHOT-b541 (ENABLED)
Likes 2.4.0-SNAPSHOT-b97 (ENABLED)
Limits 1.19.1-SNAPSHOT-b318 (ENABLED)
RoseStackerHook 1.0.0 (ENABLED)
Visit 1.7.0-SNAPSHOT (ENABLED)
Plugin list
No response
Other
No response
The text was updated successfully, but these errors were encountered: