Challenges/src/main/java/world/bentobox/challenges/panel/admin
BONNe 29a77147b5 Fix issue when each save added unnecessary "|" at the end of rewards and unlock message. (#123)
Algorithm that I used to join output list into single string, always added "|" at the end. Last "|" should be removed.
2019-09-02 13:20:59 +03:00
..
AdminGUI.java Completely drop ability to import ASkyBlock challenges. 2019-08-26 09:08:56 +03:00
EditChallengeGUI.java Fix issue when each save added unnecessary "|" at the end of rewards and unlock message. (#123) 2019-09-02 13:20:59 +03:00
EditLevelGUI.java Fix issue when each save added unnecessary "|" at the end of rewards and unlock message. (#123) 2019-09-02 13:20:59 +03:00
EditSettingsGUI.java Separate all enums from Settings class into SettingsUtils. 2019-09-01 15:17:34 +03:00
ListChallengesGUI.java Fixes JavaDoc warnings. (#164) 2019-08-05 13:00:03 +03:00
ListLevelsGUI.java Fixes JavaDoc warnings. (#164) 2019-08-05 13:00:03 +03:00
ListUsersGUI.java Fixing various typos (#172) 2019-08-26 07:55:22 +03:00
ManageBlocksGUI.java Fix compilation error. 2019-08-25 23:09:44 +03:00
ManageEntitiesGUI.java Implement ability to select multiple Entities and Blocks in SelectBlockGUI and SelectEntityGUI. (#121) 2019-05-18 00:01:03 +03:00