Commit Graph

500 Commits

Author SHA1 Message Date
tastybento
351318ef9f Update Maven plugin versions 2024-11-17 13:20:09 -08:00
tastybento
9469b6f2f7 Minor NPE defensive code 2024-11-17 13:13:57 -08:00
tastybento
f48269ba88
Merge pull request #335 from BentoBoxWorld/1_23_1_update
Update to 1.21.3
2024-11-09 11:12:42 -08:00
tastybento
d4226220c2 Remove unneeded deployment repo 2024-11-09 11:11:51 -08:00
tastybento
2d25bb5726 Version 2.17.0 is enough 2024-11-09 11:10:10 -08:00
tastybento
6eaff56c07 Update to 1.21.3 2024-11-09 11:09:12 -08:00
tastybento
b462aaa1f1 Version 2.17.0 2024-10-27 13:37:15 -07:00
tastybento
e7563b2f1c
Merge pull request #333 from BentoBoxWorld/332_non-items_in_the_level_value_menu
Fixes an issue where items can be a block but not an item #332
2024-09-18 14:50:32 -07:00
tastybento
db2ebac45d Remove unused import 2024-09-18 14:50:13 -07:00
tastybento
b66ecb23d1 Fixes an issue where items can be a block but not an item #332 2024-09-18 14:49:29 -07:00
tastybento
58bcf9e08b Version 2.16.2 2024-09-18 14:32:54 -07:00
tastybento
2c21c8da71 Version 2.16.1 2024-09-16 20:42:16 -07:00
tastybento
10d1709c6f Skip null worlds that have not been loaded but in database. 2024-09-16 20:41:06 -07:00
tastybento
dbf3621cee
Merge pull request #330 from BentoBoxWorld/329_Add_+/-_option_to_handicap_setting
Adds a +/- tp the sethandicap admin command #329
2024-09-16 19:08:41 -07:00
tastybento
09c83fa48e Adds a +/- tp the sethandicap admin command #329 2024-09-16 19:08:26 -07:00
tastybento
8caf0c45c8
Merge pull request #327 from BentoBoxWorld/custom_units
Custom units
2024-08-29 08:25:10 -07:00
tastybento
a09f68e8af Custom units for shorthand levels added to config.yml 2024-08-29 08:24:55 -07:00
tastybento
48fbd4b38d Version 2.16.0 2024-08-29 08:24:38 -07:00
tastybento
e2a62c17ed Fix POM and update API 2024-08-21 08:19:11 -07:00
tastybento
2d0382a14b Updated comments on tipped arrow 2024-08-21 07:39:06 -07:00
tastybento
4a5f967706
Merge pull request #326 from BentoBoxWorld/324_hide_in_values_panel
Use hidden blocks in values panel #324
2024-08-06 07:17:24 -07:00
tastybento
95a119c7cd Use hidden blocks in values panel #324 2024-08-06 07:16:50 -07:00
tastybento
7c98b17073
Merge pull request #325 from BentoBoxWorld/324_hide_blocks
Add the ability to hide blocks from the GUI #324
2024-08-05 17:41:24 -07:00
tastybento
b9b5668fb9 Add the ability to hide blocks from the GUI #324 2024-08-01 14:00:49 -07:00
tastybento
61719cdf3a
Merge pull request #322 from BentoBoxWorld/273_show_placed_and_limit_in_value_hand
Adds the number placed and limit to the value hand command #273
2024-07-20 10:36:00 -07:00
tastybento
fb107038ca Adds the number placed and limit to the value hand command #273 2024-07-20 10:15:08 -07:00
tastybento
1d1623813c
Merge pull request #321 from BentoBoxWorld/302_filter_on_value
Makes the default block tab show blocks with value only #302
2024-07-20 09:32:10 -07:00
tastybento
8255073706 Makes the default block tab show blocks with value only #302 2024-07-20 09:23:09 -07:00
tastybento
8636239e90
Merge pull request #320 from BentoBoxWorld/311_Request_for_Additional_Placeholders
311 request for additional placeholders
2024-07-20 08:48:09 -07:00
tastybento
92a4560879 Add placeholder that only gives level value for the owner #311 2024-07-20 08:40:30 -07:00
tastybento
a42d5c90a1 Version 2.15.0 2024-07-20 08:40:09 -07:00
tastybento
972b65847c Version 2.14.1 2024-07-05 10:31:41 -07:00
tastybento
b641d0f450 Return pladdon that was made. 2024-07-02 09:32:35 -07:00
tastybento
c0653790b1 Test fixes 2024-06-30 14:22:33 -07:00
tastybento
e374dbd1c1
Merge branch 'master' into merge-resolutions 2024-06-30 14:13:24 -07:00
Minecraft_15
7e8392d4f0
Update zh-CN.yml (#315)
* Delete src/main/resources/locales/zh-CN.yml

* Update zh-CN.yml

Update language files to adapt to the latest version of Bentobox-Level
2024-06-08 08:51:17 -07:00
tastybento
00f6fee1bf Remove unneeded import and reference to MultiLib 2024-06-01 10:32:11 -07:00
tastybento
f2da5ba104 Use new BentoBox API to avoid loading islands into cache on startup
Relates to #312
2024-06-01 08:40:29 -07:00
tastybento
c3e03a4f59 Uses better approach #313
This uses CompleteableFutures instead of a recurring Bukkit task to
check if collections have been removed. This is a much more reliable way
to do it because it will complete when all the tasks are done and not
before.
2024-05-31 17:59:56 -07:00
tastybento
7a241f898d Fix tests to run with latest BentoBox 2024-05-31 17:13:05 -07:00
tastybento
d37f9ddcdd Version 2.14.0 2024-05-31 16:17:05 -07:00
tastybento
0bb6eacaf7
Update IslandLevelCalculator.java (#314)
Fix for occasional errors likely due to the use of the remove() method within a lambda expression inside the thenAccept method. This lambda expression is executed asynchronously, which means that the iterator may not be in a consistent state when remove() is called.
2024-05-31 13:11:57 -07:00
tastybento
3983764353
Release 2.13.0 (#310)
* Update tipped arrows in GUI Panel

* Version 2.13.0

* Add more string replacements for /is level output (#303)

* Update hooks and fix UltimateStacker API (#305)

* Isolate UltimateStacker imports so no errors if US is not installed (#307) Fixes #306

* Implement a cache for top tens (#309)
2024-05-05 13:40:14 -07:00
tastybento
5dee0d2426 Fix space in locale file 2024-05-05 13:37:24 -07:00
tastybento
1369ffb8c8 Remove unused imports. 2024-05-05 13:34:25 -07:00
tastybento
e2cbd18f17
Merge branch 'master' into develop 2024-05-05 13:32:47 -07:00
tastybento
4d16e9c227
Implement a cache for top tens (#309) 2024-05-04 12:36:03 -07:00
tastybento
a4f8d12138
Isolate UltimateStacker imports so no errors if US is not installed (#307)
Fixes #306
2024-04-20 09:50:17 -07:00
Huynh Tien
1bd6219f94
Update hooks and fix UltimateStacker API (#305) 2024-04-19 07:31:23 -07:00
add5tar
2d1f618676
Add more string replacements for /is level output (#303)
* Add more string replacements to output

* Forgot to include the locale change
2024-04-16 17:55:17 -07:00