-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Not show Challenges that are not deployed. #175
Comments
If this would be toggleable, then yes, I'd like this too. |
This feature was not intended to use it like that @wellnesscookie 😁 |
Buut, it's really cool to have it! If you would let me try to explain what we do: We implement a challenge and make it undeployed. We write that the challenge will unlock on DD.MM.YYYY in HH:MM and our players prepare for it. We say them that it will last only for 2 hours, so they prepare as many materials as they can to complete it. It gets our players hyped and interested in always checking the GUI for something new! :) |
oOo, |
Yes, but it would be kinda useless if you make it invisible when undeployed. We want them to see it but not do it as well |
When i will implement it, it will be the same as it is in Biomes.
|
Should undeployed challenges count in the uncompleted challenge list that prevents from unlocking next level? |
As for me, yes. |
For me, it doesn't really matter. |
Added new config option "gui-settings.undeployed-view-mode" with 3 values - 'VISIBLE' - all challenges are visible - 'HIDDEN' - only deployed challenges are visible - 'TOGGLEABLE' - users will be able to choose option for themself (not implemented) Implement functionality in ChallengesGUI, where if option hidden is set, then all undeployed challenges are removed. Implement ability to edit this option via admin Settings panel.
Partially implemented in build #365 |
Description
Is your feature request related to a problem?
Players currently are still able to see challenges that are not deployed.
Describe the solution you'd like us to implement.
It would be nice to have an option, just like the biomes addon, such that people are not able to see those challenges anymore when they are not deployed.
The text was updated successfully, but these errors were encountered: