addon-challenges/src/main/java/world/bentobox/challenges/panel
BONNe 7f615018a0 Rewrite action display logic.
There were no filters for action displaying. All actions were active from the start, even if they are not possible.
I added action filter that will remove impossible actions:
    - COMPLETE_MAX and MULTIPLE_PANEL for non-repeatable challenge,
    - already completely finished challenge.
Fixes #307
2022-11-21 07:59:53 +02:00
..
admin Remove various code smells. 2022-04-16 15:54:49 -07:00
user Rewrite action display logic. 2022-11-21 07:59:53 +02:00
util Added null check 2022-04-16 15:21:29 -07:00
CommonPagedPanel.java Null check 2022-04-16 15:15:26 -07:00
CommonPanel.java Fixes missing "required level" string. 2022-07-25 11:00:05 +03:00
ConversationUtils.java Address some code quality reports from SonarCloud. 2021-12-01 11:30:02 +02:00