BuildTools
7af213bb76
Add missing lore titles
2019-09-03 09:03:51 +03:00
BONNe
c7fe138d78
Add GUI for editing Challenge and Challenge Level lore messages.
...
Rework Lore message construction.
2019-09-03 09:03:21 +03:00
tastybento
83c22f5a0d
Japanese translation ( #176 )
...
* Translate ja.yml via GitLocalize
* Translate ja.yml via GitLocalize
2019-09-03 00:03:03 +03:00
BONNe
747c12f1a6
Remove all references to GitHubWebAPI4Java and use lambda instead.
2019-09-02 19:24:30 +03:00
BuildTools
b719b88bf1
Add shaded pattern.
2019-09-02 18:52:26 +03:00
BuildTools
419f0c596a
Add missing dependency.
2019-09-02 18:48:47 +03:00
BONNe1704
f611727d4e
Implement WebManager that will download Challenges Libraries from GitHub.
...
Implement GUI for selecting and downloading Challenges Libraries.
2019-09-02 17:56:24 +03:00
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
BONNe
707625a9da
Fix the issue with incorrect unlock status. ( #169 )
...
The issue was that it never decrease challengesToDo with completed challenges from previous level, so only first level was unlocked. My mistake.
2019-09-02 09:05:18 +03:00
BONNe
0026cb7404
Separate all enums from Settings class into SettingsUtils.
2019-09-01 15:17:34 +03:00
BuildTools
235da81ba0
Move Settings class to separate package.
2019-09-01 15:10:05 +03:00
BONNe1704
fe3a18c459
Fix copy-paste issue that prevent from completing ISLAND type challenges.
2019-08-30 17:15:36 +03:00
BONNe
fda0ac8318
Update README.md
2019-08-30 16:29:41 +03:00
BONNe
a35374ecd1
Update README.md
2019-08-30 16:28:06 +03:00
BuildTools
f4f18c85f3
Merge remote-tracking branch 'origin/develop' into develop
2019-08-29 00:07:20 +03:00
BONNe
592a4c7310
Fix server crash when COOP player tried to complete ISLAND type challenge ( #174 ).
...
The issue was that I used wrong command to check island owner. It is fixed.
Also added 2 protective code, that prevents from trying to select large areas for block searching.
2019-08-29 00:07:08 +03:00
BONNe1704
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.
2019-08-28 17:21:39 +03:00
BONNe1704
9a97b5ed53
Merge remote-tracking branch 'origin/develop' into develop
2019-08-28 16:55:34 +03:00
BONNe1704
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.
2019-08-28 16:55:18 +03:00
BONNe1704
01d4f8fde2
Update ReadMe a bit.
2019-08-28 13:11:03 +03:00
BONNe
049121ec08
Update latvian locale ( #173 )
...
* Translate lv.yml via GitLocalize
2019-08-28 13:01:04 +03:00
BONNe1704
1543c329f1
Update to BentoBox 1.7-SNAPSHOT
...
Upgrade to Spigot 1.14.4
Change locales to gitLocalize friendly file names.
2019-08-28 12:47:16 +03:00
BONNe
9d7a5db290
Fix issue when multiple completions were not saved correctly.
2019-08-28 11:50:16 +03:00
BuildTools
12dd740959
Merge remote-tracking branch 'origin/develop' into develop
2019-08-26 09:09:10 +03:00
BuildTools
ac79fa5d56
Completely drop ability to import ASkyBlock challenges.
...
This option was not working properly and were used wrongly. To avoid that, importing challenges and player data will be handled by converter.
2019-08-26 09:08:56 +03:00
NotMyFault
36255d07a2
Fixing various typos ( #172 )
2019-08-26 07:55:22 +03:00
BuildTools
7fce1a1fd4
Fix compilation error.
2019-08-25 23:09:44 +03:00
BuildTools
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).
2019-08-25 22:43:15 +03:00
BuildTools
b6e2133782
Fix issue with non-migrated levels.
...
#168
2019-08-25 00:07:44 +03:00
BuildTools
15f4c8abd4
Fix error in Challenge Level description.
...
Copy-paste error, instead of experience, it returned waiver-amount.
Reported in discord.
2019-08-19 00:37:26 +03:00
BuildTools
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...
2019-08-14 22:00:11 +03:00
BuildTools
6f357b3197
Update code to new API.
...
Replace PremadeEvent with BentoBoxEvent.
2019-08-13 22:49:37 +03:00
BONNe
dea71358ae
Update Utils.java
...
Avoid null-pointer issue if given item-list contains null elements.
The issue is still that list contains these elements.
2019-08-11 18:12:56 +03:00
tastybento
a50d00b2e7
Fixes JavaDoc warnings. ( #164 )
...
@inheritDoc cannot be used on Constructors.
Fixed some other warnings.
2019-08-05 13:00:03 +03:00
BONNe1704
76fb30be36
Add ability to migrate challenges from 0.5.0 - 0.7.5 data storage mode to new 0.8.0 format.
...
Part of implementing #105
2019-08-02 12:22:52 +03:00
BONNe1704
3985efa4d0
Fix issue when uniqueID changes did not work for imported challenges.
2019-08-01 15:06:06 +03:00
BONNe1704
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.
In progress.
There does not exist converter, so old data is not usable with this version.
2019-08-01 13:19:15 +03:00
BONNe
80ed7eab3e
Update README.md
2019-08-01 10:43:45 +03:00
tastybento
9800da5973
Fixed permissions check to remove dot
2019-07-31 23:21:52 -07:00
BONNe
6c22185626
Remove crashing strings.
...
mode-in-world and mode-with-island were not working as a used symbol were not parsable.
2019-07-31 12:03:40 +03:00
BONNe1704
4f35f69960
Fix tabComplete method.
2019-07-24 14:34:33 +03:00
BONNe1704
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.
2019-07-24 13:43:29 +03:00
BONNe
2a30185922
Create zh-TW.yml
...
From #152
2019-07-14 13:44:33 +03:00
BONNe
f475cc17be
Create zh-CN.yml
...
From #152
2019-07-14 13:43:44 +03:00
BONNe
39bd3cbec9
Update AnvilGUI api.
2019-07-13 19:31:12 +03:00
BONNe
cfad9150c7
Increase max value to order number
...
Previous 54 was a limitation of slot count. Remove it as it is redundant.
#146
2019-07-08 20:30:34 +03:00
BONNe1704
cd85a929d0
Fix issue when custom generated default challenges were overwritten and deleted.
2019-07-08 09:36:28 +03:00
BuildTools
52f9ee10bf
Switch AnvilGUI to forked version.
2019-06-24 16:56:46 +03:00
BONNe
5e0f0510d9
Add admin reset command, that allows to reset player challenges ( #141 )
...
Fix some bugs in complete command that did not display challenge list.
Add new lang parameters in en-US and lv-LV.
2019-06-23 16:51:49 +03:00
BONNe
d4bcc1ee19
Fix admin message about setting up database objects.
2019-06-23 12:42:01 +03:00