addon-challenges/src/main/java/world/bentobox/challenges
BONNe 643c5e8f7c Add an option to hide undeployed challenges from challenge list (#175)
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.
2019-09-05 15:52:14 +03:00
..
commands Separate all enums from Settings class into SettingsUtils. 2019-09-01 15:17:34 +03:00
config Add an option to hide undeployed challenges from challenge list (#175) 2019-09-05 15:52:14 +03:00
database/object Add GUI for editing Challenge and Challenge Level lore messages. 2019-09-03 09:03:21 +03:00
events Update code to new API. 2019-08-13 22:49:37 +03:00
handlers Fixes JavaDoc warnings. (#164) 2019-08-05 13:00:03 +03:00
listeners Add AutoSaver task for Challenges Addon. 2019-06-12 22:56:52 +03:00
panel Add an option to hide undeployed challenges from challenge list (#175) 2019-09-05 15:52:14 +03:00
tasks Fix copy-paste issue that prevent from completing ISLAND type challenges. 2019-08-30 17:15:36 +03:00
utils Add generic methods that allows to get next or previous elements in given array. 2019-09-05 13:23:19 +03:00
web Merge remote-tracking branch 'origin/develop' into develop 2019-09-05 09:37:05 +03:00
ChallengesAddon.java Implement WebManager that will download Challenges Libraries from GitHub. 2019-09-02 17:56:24 +03:00
ChallengesImportManager.java Fix typos and make challenge descriptions looking a bit nicer (#177) 2019-09-04 18:21:39 +03:00
ChallengesManager.java Improve Wipe Button behaviour. 2019-09-05 12:19:05 +03:00