Commit Graph

  • 235da81ba0 Move Settings class to separate package. BuildTools 2019-09-01 15:10:05 +0300
  • fe3a18c459 Fix copy-paste issue that prevent from completing ISLAND type challenges. BONNe1704 2019-08-30 17:15:36 +0300
  • fda0ac8318
    Update README.md BONNe 2019-08-30 16:29:41 +0300
  • a35374ecd1
    Update README.md BONNe 2019-08-30 16:28:06 +0300
  • f4f18c85f3 Merge remote-tracking branch 'origin/develop' into develop BuildTools 2019-08-29 00:07:20 +0300
  • 592a4c7310 Fix server crash when COOP player tried to complete ISLAND type challenge (#174). BONNe 2019-08-29 00:07:08 +0300
  • 6d8b1cb761 Fix some issues in default challenges. - remove parallel stream reading, as it may not load all challenges/levels. - fix chef challenge not detected by level. - fix some typos. BONNe1704 2019-08-28 17:21:39 +0300
  • 9a97b5ed53 Merge remote-tracking branch 'origin/develop' into develop BONNe1704 2019-08-28 16:55:34 +0300
  • 8e0448eac7 Reintroduce Multiple Completions Add [gamemode].complete.multiple permission that will allow/prevent to complete challenge multiple times at once. Introduce new MultipleGUI that opens GUI with 5 buttons that allows to choose how many times challenge should be completed. BONNe1704 2019-08-28 16:55:18 +0300
  • 01d4f8fde2 Update ReadMe a bit. BONNe1704 2019-08-28 13:11:03 +0300
  • 049121ec08
    Update latvian locale (#173) BONNe 2019-08-28 13:01:04 +0300
  • acab78dfae Translate lv.yml via GitLocalize machine-translation 2019-08-28 12:59:44 +0300
  • 4ceb6fa55f Translate lv.yml via GitLocalize BONNe 2019-08-28 12:59:42 +0300
  • 1543c329f1 Update to BentoBox 1.7-SNAPSHOT Upgrade to Spigot 1.14.4 Change locales to gitLocalize friendly file names. BONNe1704 2019-08-28 12:47:16 +0300
  • 9d7a5db290 Fix issue when multiple completions were not saved correctly. BONNe 2019-08-28 11:50:16 +0300
  • 12dd740959 Merge remote-tracking branch 'origin/develop' into develop BuildTools 2019-08-26 09:09:10 +0300
  • ac79fa5d56 Completely drop ability to import ASkyBlock challenges. BuildTools 2019-08-26 09:08:56 +0300
  • 36255d07a2 Fixing various typos (#172) NotMyFault 2019-08-26 06:55:22 +0200
  • 01178f0c28 Fixing various typos NotMyFault 2019-08-26 01:14:22 +0200
  • 7fce1a1fd4 Fix compilation error. BuildTools 2019-08-25 23:09:44 +0300
  • c516d53907 Update to v1.6.0 version. Remove AnvilGUI, as it is broken. Replaced with Spigot Conversation API. Remove lore-config from GUI (broken). Remove RIGHT_CLICK to complete multiple times (broken). BuildTools 2019-08-25 22:43:15 +0300
  • b6e2133782 Fix issue with non-migrated levels. #168 BuildTools 2019-08-25 00:07:44 +0300
  • 15f4c8abd4 Fix error in Challenge Level description. BuildTools 2019-08-19 00:37:26 +0300
  • 54f91180d6 Fix issue in importing challenges from ASkyBlock when importing crashes with null-pointer. Null-pointer happened because there were mistake in level unique_id getting. It was leftover from old unique_id scheme... 0.8.0-Prerelease-1 BuildTools 2019-08-14 22:00:11 +0300
  • 6f357b3197 Update code to new API. BuildTools 2019-08-13 22:49:37 +0300
  • dea71358ae
    Update Utils.java BONNe 2019-08-11 18:12:56 +0300
  • a50d00b2e7 Fixes JavaDoc warnings. (#164) tastybento 2019-08-05 03:00:03 -0700
  • 37361fb4c2 Fixes JavaDoc warnings. tastybento 2019-08-02 12:12:03 -0700
  • 76fb30be36 Add ability to migrate challenges from 0.5.0 - 0.7.5 data storage mode to new 0.8.0 format. BONNe1704 2019-08-02 12:22:52 +0300
  • 3985efa4d0 Fix issue when uniqueID changes did not work for imported challenges. BONNe1704 2019-08-01 15:06:06 +0300
  • e9f9b1b8d5 Rework how challenges are stored. This is old change that was declined (#105), but unfortunately it is necessary. If every ID is based on world names, than addon cannot process "/" in it. It mean that worlds cannot be put into different folders. This change will fix it, but it is not completed. BONNe1704 2019-08-01 13:19:15 +0300
  • 80ed7eab3e
    Update README.md BONNe 2019-08-01 10:43:45 +0300
  • 9800da5973 Fixed permissions check to remove dot tastybento 2019-07-31 23:21:52 -0700
  • 6c22185626
    Remove crashing strings. BONNe 2019-07-31 12:03:40 +0300
  • 4f35f69960 Fix tabComplete method. BONNe1704 2019-07-24 14:34:33 +0300
  • 9681494c1c Fix issue with wrongly applied world name lowercasing. It looks like, exist plugins that keep capital letters in world names. That mean, it is not correct to lowercasing any id's. To fix it, now, instead of lowercasing, challenges should be case insensitive. BONNe1704 2019-07-24 13:43:29 +0300
  • 2a30185922
    Create zh-TW.yml BONNe 2019-07-14 13:44:33 +0300
  • f475cc17be
    Create zh-CN.yml BONNe 2019-07-14 13:43:44 +0300
  • 39bd3cbec9
    Update AnvilGUI api. BONNe 2019-07-13 19:31:12 +0300
  • cfad9150c7
    Increase max value to order number BONNe 2019-07-08 20:30:34 +0300
  • cd85a929d0 Fix issue when custom generated default challenges were overwritten and deleted. BONNe1704 2019-07-08 09:36:28 +0300
  • 52f9ee10bf Switch AnvilGUI to forked version. BuildTools 2019-06-24 16:56:46 +0300
  • 5e0f0510d9 Add admin reset command, that allows to reset player challenges (#141) BONNe 2019-06-23 16:51:49 +0300
  • d4bcc1ee19 Fix admin message about setting up database objects. BONNe 2019-06-23 12:42:01 +0300
  • b2f2c4a0bb Fix issue with corrupted world names after upgrading from 1.13 to 1.14. BuildTools 2019-06-20 08:11:38 +0300
  • 4527216dc2 Add ability for admins to complete challenge without gui. (#136) BONNe 2019-06-16 21:21:25 +0300
  • ca5ff504f0 Add protection code in TryToComplete task, to avoid negative numbers in max completion times. BONNe 2019-06-16 20:46:12 +0300
  • 4e2181f524 Add ability to complete challenge multiple times at once via command. BONNe 2019-06-16 20:43:07 +0300
  • 526fe9ce81 Update flag Registering to newest addon API. BONNe 2019-06-16 20:25:02 +0300
  • 071c6ca83a Improve item description management. BONNe 2019-06-16 20:22:42 +0300
  • 68a26e4d28 Fix unstackable reward item displaying (#135) BONNe 2019-06-16 15:59:41 +0300
  • a7f9e01d61 Fix issue when unstackable items flood challenge description (#135) BONNe 2019-06-16 15:57:05 +0300
  • 1a70ee3ad8 Fix issue with Entity and Block selecting GUIs. Items were not selected unless player use right click. Not it will work correctly. BONNe 2019-06-16 11:43:05 +0300
  • e0610c1800 Init 0.8.0 release BONNe 2019-06-16 11:42:07 +0300
  • e868577b2f
    ChallengeCompletedEvent made visible out of BentoBox YellowZaki 2019-06-15 14:30:44 +0200
  • 4d9f817be6 Merge develop into master 0.7.5 BONNe 2019-06-12 23:01:06 +0300
  • 64f04829bd Update to BentoBox 1.5.0 release version. BONNe 2019-06-12 22:59:38 +0300
  • fc4f3ca0b6 Add AutoSaver task for Challenges Addon. Remove WorldSave event listener. BONNe 2019-06-12 22:56:52 +0300
  • daeaafd0b2 Added fr-FR translation (#131) nivcoo 2019-06-10 13:37:22 +0200
  • f9b9a0c615
    Added nivcoo to the authors of this locale Florian CUNY 2019-06-10 13:33:57 +0200
  • e74e399d36
    feat. add FR language nivcoo 2019-06-10 11:49:35 +0200
  • 140f8971ee
    feat. add FR language nivcoo 2019-06-10 11:39:27 +0200
  • e2238d6eb0
    feat. add FR language nivcoo 2019-06-10 11:33:28 +0200
  • 94c3fd9fa4 Add Complete Wipe button in AdminGUI that allows to remove all Challenges Addon data from database. This request comes from Discord. BONNe1704 2019-06-05 12:30:48 +0300
  • a9abe32dbe Add a lot null-pointer checks and console errors about loading null-value element from database. BONNe 2019-06-03 23:14:12 +0300
  • 7914f315f4 Use codemc-nms repo. BONNe 2019-05-28 20:18:29 +0300
  • 6a7b26afc0 Add missing Spigot Group Repository. BONNe1704 2019-05-28 16:37:16 +0300
  • 66351b5776 Replace org.spigotmc.spigot to org.bukkit.craftbukkit dependency for Mojang Account shadowing. Spigot close their server-side code. BONNe1704 2019-05-28 16:04:07 +0300
  • deab2d3530 Fix failing Tests. BONNe 2019-05-24 09:39:40 +0300
  • 330034ea8e Add SIGN_MATERIAL constant in ChallengesAddon which value depends on Minecraft version. This will allow to drop down 1.14 branch. BONNe 2019-05-20 08:28:35 +0300
  • 7e04f592ad Add custom admin message that informs about non-existing challenges in current world. BONNe 2019-05-19 13:29:02 +0300
  • c3f93fd797 Implement ability to select multiple Entities and Blocks in SelectBlockGUI and SelectEntityGUI. (#121) Fix issue with unsplitted text in ManageBlocksGUI and ManageEntitiesGUI. (#121) BONNe 2019-05-18 00:01:03 +0300
  • 413429a091 Merge remote-tracking branch 'origin/develop' into develop BONNe1704 2019-05-16 10:30:46 +0300
  • 9704ed32aa Fix issue when IslandTypeChallenges required blocks were cleared if completion was uncessesfull. BONNe1704 2019-05-16 10:30:01 +0300
  • 3521495739 Fix issue when entities has not been removed on challenge completion (#118). BONNe 2019-05-14 09:55:34 +0300
  • 9f8bf03708 Fix wrongly display message for required money in edit challenge gui (#119) BONNe 2019-05-14 09:20:17 +0300
  • 34ed09e768 Change json adapter factory to BentoBoxTypeAdapterFactory class. BONNe1704 2019-05-09 16:45:53 +0300
  • a25796613f Changes to fit new API for database transition. (#114) tastybento 2019-05-09 06:24:01 -0700
  • e64d50fd4e
    Merge branch 'develop' into dbtrans BONNe 2019-05-09 16:23:00 +0300
  • ff6e28b27e Init next release (for BentoBox 1.5.0) BONNe1704 2019-05-09 16:22:02 +0300
  • 76b7580de3 Prepare 0.7.0 Release 0.7.0 BONNe1704 2019-05-09 15:54:47 +0300
  • 698473e747 Add Latvian lang file. Address some eng file errors. BONNe1704 2019-05-09 15:50:14 +0300
  • 9b8d7b3717 Update level addon dependency. BONNe1704 2019-05-09 12:34:50 +0300
  • 218d952d92 Add es-ES.yml translation. BONNe1704 2019-05-09 11:48:28 +0300
  • ec491284b6 Add missing Title for Choosing Game Mode gui. BONNe1704 2019-05-09 11:45:39 +0300
  • 6c10fcdca9 Fix NPE when opening ChallengesGUI (#116). BONNe1704 2019-05-09 11:22:01 +0300
  • dd56842dca Merge remote-tracking branch 'origin/develop' into develop BONNe1704 2019-05-09 10:54:32 +0300
  • cd2a1826d9 Changes to fit new API for database transition. tastybento 2019-05-07 21:48:49 -0700
  • c8088f275d
    Rework TryToComplete. (#109) BONNe 2019-05-06 12:10:02 +0300
  • d9486bbbdb Fix issue when Import Default Challenges Button did not work BONNe 2019-05-05 23:54:35 +0300
  • f18c8d0dff Remove NBT editing via NMS. BONNe 2019-05-05 17:10:10 +0300
  • f62816f9c3 Update ReadMe with newest information. BONNe 2019-05-04 19:31:01 +0300
  • 322be0a249
    Merge branch 'develop' into multiple-complete BONNe 2019-05-04 19:04:21 +0300
  • 88e84cef2a Color extends on further locale text (#112) wellnesscookie 2019-05-04 18:01:44 +0200
  • 09eab46e93
    Merge branch 'develop' into patch-1 BONNe 2019-05-04 19:00:15 +0300
  • 336e22c7aa Implement Multiple Challenge Completion command and GUI. (#73) BONNe 2019-05-04 18:56:24 +0300
  • 265fe8804d
    Color extends on further locale text wellnesscookie 2019-05-04 17:51:58 +0200
  • cded315e16 Add method that returns removed items, if somehow algorithm did not manage to remove all items. Fix issue when removeItems method did not merge ItemStacks as they had different item amount. BONNe 2019-05-04 16:52:40 +0300
  • d60f20e394 Fix issue when Color codes did not work in opened Panels and Titles (#110) BONNe 2019-05-04 11:16:41 +0300
  • b3ce8f52f5 Rework TryToComplete. BONNe1704 2019-05-03 18:04:50 +0300