tastybento
baf0ba0974
Fixes tests. Initializes background in constructor.
...
The background might be customizable in the future.
2020-06-28 10:08:08 -07:00
tastybento
256c0f1aea
Better looking top ten GUI with self at bottom.
...
https://github.com/BentoBoxWorld/Level/issues/143
2020-06-28 09:31:48 -07:00
tastybento
1a7d48a0ec
Fixes issue with null placeholder error
...
https://github.com/BentoBoxWorld/Level/issues/159
2020-06-26 15:44:03 -07:00
tastybento
a6be22bfe5
Fixes bugs introduced by code smell fixes.
2020-06-25 19:17:39 -07:00
tastybento
73fad8a808
Added main class methods for backward compatibility
2020-06-21 19:15:43 -07:00
tastybento
56530cecc1
Added locale for AdminLevelStatusCommand
2020-06-21 18:47:10 -07:00
tastybento
d5c4e3a53c
Bug fixes from sonar cloud.
2020-06-21 18:21:53 -07:00
tastybento
08b7c99c3f
Complete rewrite to enable pipelining.
...
Adds ability to scan chest contents.
2020-06-21 17:54:51 -07:00
tastybento
c19ae41cbb
Removes islands from Top Ten when admin deleted.
...
Fixes https://github.com/BentoBoxWorld/Level/issues/155
2020-06-13 08:05:33 -07:00
tastybento
f78b2c8231
Update to 1.14 BentoBox API
...
Uses shorter table names in SQL databases.
Uses async saving methods.
2020-06-10 20:49:28 -07:00
tastybento
0a768b0648
Adds some protection around TopTen generation.
...
Maybe related to https://github.com/BentoBoxWorld/BSkyBlock/issues/312
It appears that the map is being corrupted due to multithreading, but
it's not clear where that is happening.
2020-05-01 16:43:09 -07:00
tastybento
b92d412f0a
Implements better value command
...
Checks world value
Fixes https://github.com/BentoBoxWorld/Level/issues/148
2020-04-21 17:24:30 -07:00
tastybento
0a4b0af931
Check that config sections exist before trying to copy them.
2020-04-20 13:46:58 -07:00
tastybento
b2811edf99
AIR had value of 1 instead of 0 in the config.
2020-04-20 07:59:13 -07:00
tastybento
a5abd10678
Fixes placeholders.
2020-04-19 15:49:16 -07:00
tastybento
fe6ad81141
Added conversion to use blockconfig.yml
2020-04-19 15:17:34 -07:00
tastybento
c463170fdd
Removed uncaching as async saving can cause race condition
...
Fixed tests.
2020-04-19 14:02:45 -07:00
tastybento
6e64d274e8
Shifted to separate block and config settings.
2020-04-19 10:46:41 -07:00
tastybento
e93e606b02
Removed deprecated placeholders
2020-04-19 09:06:32 -07:00
tastybento
40681190c1
Remove null cache values
...
https://github.com/BentoBoxWorld/Level/issues/126
2020-02-01 20:24:08 -08:00
tastybento
82cbb487de
Fix LevelTest
2020-02-01 19:56:28 -08:00
Dalton Burchard
f779f0ca95
Add support for Wild Stacker ( #124 )
...
* Add support for Wild Stackers (Blocks Only)
* Shorten my recent commit, modified checkBlock method slightly to not pass full BlockData; rather just the Material that is used in the method
2020-01-28 08:32:52 -08:00
tastybento
1de94afe7e
Adds the ability to override the level in the IslandLevelCalculatedEvent
...
https://github.com/BentoBoxWorld/Level/issues/125
2020-01-24 17:06:30 -08:00
tastybento
fe0f084781
Adds performance tweaking settings to config.yml
...
https://github.com/BentoBoxWorld/Level/issues/122
2020-01-16 13:44:23 -08:00
tastybento
ccc3ef65be
Backwards compatibility restored.
...
Fixes https://github.com/BentoBoxWorld/Level/issues/119
2020-01-11 09:12:59 -08:00
tastybento
d8b838cc36
Makes result of the IslandLevelCalculatedEvent easier for plugins to get
...
https://github.com/BentoBoxWorld/Level/issues/118
2020-01-10 16:22:44 -08:00
tastybento
187e491bea
Updated to BentoBox 1.11.0 API
...
Fixes https://github.com/BentoBoxWorld/Level/issues/117
2020-01-10 14:05:00 -08:00
tastybento
1791108ef6
Removed invalid javadoc character
2020-01-10 14:01:56 -08:00
Florian CUNY
816a077ddd
Removed the warnings for deprecated placeholders
2019-12-31 11:07:44 +01:00
Gabriele C
3edb12581d
Fix top10 placeholders ( #110 )
2019-12-24 15:45:28 +01:00
tastybento
eba6e11ec9
Revert "Use enum map"
...
This reverts commit 09583aa3a7
.
2019-12-19 11:40:33 -08:00
tastybento
09583aa3a7
Use enum map
2019-12-18 14:45:15 -08:00
tastybento
5c9c84c98a
Removed condition that always waa true.
2019-12-18 13:27:59 -08:00
tastybento
002da7594f
Addresses issue with null targets and visited island placeholder
...
https://github.com/BentoBoxWorld/Level/issues/106
Added Level test class.
2019-11-30 18:30:08 -08:00
Florian CUNY
cc1cca1453
Fixed the "deprecated" messages for topten placeholders
2019-11-23 15:19:56 +01:00
Florian CUNY
dae58b8dff
Added the new top ten placeholders
...
Level_[gamemode]-island-top-name-# -> Level_[gamemode]_top_name_#
Level_[gamemode]-island-top-value-# -> Level_[gamemode]_top_value_#
2019-11-23 14:55:58 +01:00
Florian CUNY
801bfe6a39
New name for the level placeholder; added visited island level placeholder
...
Implements https://github.com/BentoBoxWorld/Level/issues/103
2019-11-23 14:45:21 +01:00
Florian CUNY
8181fbc431
"Deprecated" current placeholders (their name need to be changed) and their implementation
2019-11-23 14:43:24 +01:00
Josh
0eb3881a56
add throttle to calculate chunks ( #102 )
...
* add throttle to calculate chunks
* dont think the synchronized is needed
2019-11-22 20:21:01 -08:00
tastybento
b3d82a6456
Adds back in nether and end level calcs.
...
https://github.com/BentoBoxWorld/Level/issues/101
2019-11-19 13:06:29 -08:00
tastybento
255711afa4
Fixed bugs and removed code smells.
2019-11-16 19:19:03 -08:00
tastybento
05437ca14a
Added admin top remove command to remove players from top ten
...
https://github.com/BentoBoxWorld/Level/issues/98
2019-11-16 18:56:33 -08:00
tastybento
d6117e69d8
Properly deletes hidden players from top ten
...
https://github.com/BentoBoxWorld/Level/issues/98
2019-11-16 17:24:11 -08:00
tastybento
838507cc4a
Uses BentoBox 1.9.0 API for PaperLib
2019-11-16 15:31:58 -08:00
tastybento
d4c9bd654d
Uses PaperLib to get chunks async ( #95 )
...
* Uses PaperLib to get chunks async.
Appears to work fine on regular Spigot too.
* Removes config settings not required anymore.
* Future is on main thread, so do calcs async
* Implements multi-threaded level calculation.
* Remove debug from version
2019-11-15 19:31:58 -08:00
tastybento
e383f79e3e
Remove loadchunk from chunk snapshot.
2019-11-10 15:06:30 -08:00
tastybento
4e33df1927
Added forced chunk loading back in.
2019-11-09 20:51:41 -08:00
tastybento
55f6a124bf
Does not save chunks on unloading.
2019-11-09 20:34:12 -08:00
tastybento
91a69adae1
Split out Results class.
2019-11-09 20:09:16 -08:00
tastybento
dda2e66548
Fixes code smells
2019-10-30 16:29:42 -07:00