tastybento
7265b5ae16
Use 1.17.0-SNAPSHOT BentoBox
2021-05-31 16:16:14 -07:00
tastybento
04596915ce
Pladdon version
2021-05-30 18:40:58 -07:00
tastybento
e0736fca4c
Version 2.6.4
2021-04-08 16:51:05 -07:00
tastybento
33a3425619
Updated to support AdvancedChests 15.0
...
Fixes https://github.com/BentoBoxWorld/Level/issues/218
2021-04-08 16:49:18 -07:00
tastybento
9bff48b7b0
Version 2.6.3
2021-03-27 08:21:35 -07:00
tastybento
f2b3903c6f
Version 2.6.2
2021-03-07 13:54:35 -08:00
tastybento
ff670c04d8
Use release version of BentoBox
2021-03-07 13:53:29 -08:00
tastybento
5452b3a9d9
Not show private classes in JavaDocs.
2021-03-06 10:11:35 -08:00
tastybento
39423508b9
Version 2.6.1
2021-02-28 11:12:28 -08:00
tastybento
e002ade414
Version 2.6.0
2021-02-23 18:58:47 -08:00
tastybento
49c7d8a09e
Version 2.5.3
2021-02-20 19:06:55 -08:00
tastybento
01004e00ac
Version 2.5.2
2021-02-14 12:57:15 -08:00
tastybento
4b196f4f31
Use BentoBox 1.15.4
2020-12-30 22:57:56 -08:00
tastybento
7973ef1154
Updated to BentoBox 1.15.4 API
2020-12-27 11:10:53 -08:00
tastybento
920f3675f7
Version 2.5.0
2020-09-13 11:21:00 -07:00
tastybento
4efc5cbc06
2.4.2
2020-09-07 11:18:35 -07:00
tastybento
49e56b515a
Version 2.4.1
2020-08-15 09:59:08 -07:00
tastybento
dab0e84bc0
Island levels ( #178 )
...
* Stores level data on a per island basis
* Migrate after BentoBox worlds have loaded.
* Added new Admin set initial level handicap command
* Bug fixing
* Fix test
* Removed code smell
2020-07-26 14:40:17 -07:00
tastybento
6800bdd3ce
Version 2.3.4
2020-07-20 23:16:53 -07:00
tastybento
3cc887b6d3
Adds concurrent island leveling.
...
New config.yml entry. Can do concurrent checks up to amount admin
decides.
Fixes issue with reloading where the queue was not disabled and
continued to run.
2020-07-18 13:39:10 -07:00
tastybento
35da2246c5
Added eclipse annotation dependency to POM
2020-07-17 15:27:09 -07:00
tastybento
52a5da55bd
Version up
2020-07-11 15:34:32 -07:00
tastybento
9fb7d7897d
Handles null values for LevelsData
...
https://github.com/BentoBoxWorld/Level/issues/169
2020-07-10 20:36:58 -07:00
tastybento
6efa22e77f
1.14.0 BentoBox API
2020-07-07 18:40:46 -07:00
tastybento
a6be22bfe5
Fixes bugs introduced by code smell fixes.
2020-06-25 19:17:39 -07:00
tastybento
08b7c99c3f
Complete rewrite to enable pipelining.
...
Adds ability to scan chest contents.
2020-06-21 17:54:51 -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
95875b10ec
Version 2.0.0
2020-04-19 09:06:19 -07:00
tastybento
b3b6502ef3
Version 1.9.4
2020-02-01 20:07:12 -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
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
dab37e6af4
Version 1.9.1
2019-11-30 18:29:22 -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
62bf2a6e88
Added SonarCloud
2019-11-03 18:14:10 -08:00
tastybento
62f65e23ac
Config now has 1.14.x blocks in it by default.
...
https://github.com/BentoBoxWorld/Level/issues/61
Version update to 1.8.0
2019-10-20 19:43:47 -07:00
tastybento
378a855bde
Version 1.7.0 up
...
Adjusted Travis
2019-08-16 14:21:17 -07:00
tastybento
904522367d
Updates POM to show build numbers in final name
...
https://github.com/BentoBoxWorld/Level/issues/74
Also updates to latest PowerMockito and Mockito2
2019-08-07 08:08:11 -07:00
tastybento
b950177ead
Fixed permission bug where players were not added to top ten
...
https://github.com/BentoBoxWorld/Level/issues/71
Added test case classes - still a WIP
2019-07-31 23:32:20 -07:00
tastybento
908027e6ba
Adds support for double slabs.
...
https://github.com/BentoBoxWorld/Level/issues/64
2019-07-06 10:31:42 -07:00
tastybento
d811b30d3f
Fix unknown player [name] bug
...
Version up.
2019-06-20 18:01:26 -07:00
tastybento
6415efee28
1.5.0 Release
2019-06-09 19:17:49 -07:00
tastybento
2ea430554f
Uses BentoBox 1.5.0 API and Spigot 1.14.1 API
2019-05-15 15:50:23 -07:00
tastybento
6e8890161f
Version 1.4.0
2019-03-28 19:59:11 -07:00
tastybento
bcfb5f2155
Merge remote-tracking branch 'origin/master' into develop
2019-03-12 19:38:43 -07:00
tastybento
3038cca894
Added codemc public repo to POM
...
To resolve releases, not just snapshots.
2019-03-03 17:47:07 -08:00
tastybento
f4d7299015
Removed SonarCloud from pom to get Travis to build for now.
2019-02-24 09:18:00 -08:00
tastybento
61d19053ab
Version up 1.3.0
2019-02-23 20:17:01 -08:00
tastybento
ddbe806af5
Fixes a load of bugs.
...
https://github.com/BentoBoxWorld/Level/issues/41
https://github.com/BentoBoxWorld/Level/issues/44
https://github.com/BentoBoxWorld/Level/issues/45
2019-02-21 19:56:44 -08:00
tastybento
d4e1bbf0bd
Fixes exploit where players could get duplicate top ten entries
...
https://github.com/BentoBoxWorld/Level/issues/22
Requires 1.3.0 or later BentoBox because it listens for new events fired
by that version.
2019-02-02 20:44:15 -08:00
tastybento
8eaca607d8
Added level placeholder
...
This requires BentoBox 1.3.0
This needs testing with plugins that use placeholders.
2019-02-02 12:31:14 -08:00
tastybento
6364ee4360
Updated to new SonarCloud settings
2019-01-13 19:10:28 -08:00
tastybento
d0305e3d7e
Updated to 1.1-SNAPSHOT
...
Removed deprecated command classes.
2019-01-13 18:51:46 -08:00
tastybento
28e6ea4377
Version up.
...
Cleaned up JavaDoc
2019-01-03 10:27:20 -08:00
Florian CUNY
ba606abfef
Lowercased artifactId
2018-12-30 14:09:35 +01:00
Florian CUNY
68af2d63e7
Version 0.3.0-SNAPSHOT (develop)
2018-12-23 21:23:13 +01:00
Florian CUNY
dfd9d3cb3d
Version 0.2.0
2018-12-23 21:21:46 +01:00
Florian CUNY
eb7a953875
Updated to BentoBox Alpha 13 (0.18.0-SNAPSHOT)
2018-12-23 20:53:06 +01:00
Florian CUNY
62c9932f5d
Fixed pom & updated to Spigot 1.13.2
2018-12-23 20:49:54 +01:00
Florian CUNY
e384999e13
Version 0.2.0-SNAPSHOT
2018-12-23 20:48:45 +01:00
tastybento
67fa9e31e4
Updated to latest BentoBox version and API
2018-12-01 19:34:08 -08:00
tastybento
5eea419746
Uses a trial generic event to expose add-on data as K,V pairs.
2018-11-25 22:29:45 -08:00
Florian CUNY
413887d31f
Added CodeMC CI to distribution management in POM
2018-10-31 14:14:30 +01:00
Florian CUNY
70d29e62ae
The Flattening & renamed the addon "Level" instead of "BentoBox-Level"
2018-10-31 14:09:56 +01:00
tastybento
c269482447
Updated to 0.12.0 API.
2018-10-30 18:27:18 -07:00
tastybento
cbf3f6cbd5
Adjusted config.yml comments.
...
Switched POM to reference 0.9.0 Bentobox.
2018-09-23 13:23:28 -07:00
tastybento
b3ba8c935e
Makes the BSkyBlock and AcidIsland commands configurable.
...
https://github.com/BentoBoxWorld/addon-acidisland/pull/4
2018-09-16 15:44:48 -07:00
tastybento
3d8c7dafea
Added POM version to addon.yml
2018-09-03 21:39:41 -07:00
tastybento
621749d0d4
Changed sonarcloud POM part
2018-09-01 19:42:18 -07:00
tastybento
f68967ec69
Version up
2018-09-01 19:33:38 -07:00
tastybento
6d48064c73
Use 1.13.1 API
2018-08-26 08:38:45 -07:00
tastybento
54335f1a49
Try version number for sonarcloud plugin
2018-08-24 16:33:03 -07:00
tastybento
407a099167
Added codemc repo to POM
2018-08-24 16:18:53 -07:00
tastybento
5748493617
Removed POM dependencies on BSkyBlock and AcidIsland
2018-08-23 13:39:09 -07:00
tastybento
3de5dea136
Updated artifact id for AcidIsland
2018-08-23 13:36:20 -07:00
tastybento
4c7a6a710c
Fixes points to next level bug.
...
https://github.com/BentoBoxWorld/addon-level/issues/17
2018-08-23 12:05:28 -07:00
tastybento
2f268ac172
Removed deprecation.
2018-08-15 23:58:58 -07:00
tastybento
c4e8fe0662
BentoBox version up.
2018-08-12 19:58:08 -07:00
tastybento
e226e106bd
New Bentobox version.
2018-08-12 03:04:54 +09:00
tastybento
02bc7c15e5
Fixed resource folder location.
2018-08-10 15:11:23 +09:00
tastybento
60ec40830c
Updated to FC-0.9
...
Moved folders to match Maven layout.
Added LevelPresenterTest class.
2018-08-09 06:34:35 +09:00
tastybento
c3f8879a8a
Updated to renamed API
2018-08-05 20:38:50 -07:00
tastybento
e559c67dd3
BentoBox version
2018-07-28 21:42:29 -07:00
tastybento
5137efb7f0
Rewrote island calculations to be cleaner.
2018-07-28 13:38:04 -07:00
tastybento
181cb25357
Updated to latest CompositeCommand API
...
Updated POM to use latest BSB version.
2018-07-18 22:58:43 -07:00
tastybento
99adc51d65
Updated to latest BSkyBlock
2018-03-12 04:06:31 +09:00
Tastybento
78d3999451
Updated POM
2018-03-10 18:55:48 -08:00
Tastybento
ab39dd4ac5
Finished version (for now).
...
Adds top ten and integration with welcome warps addon.
2018-02-19 13:06:58 -08:00
Tastybento
71480798bc
Moved folder structure
2018-02-12 19:15:19 -08:00
Tastybento
10d2737e67
Renamed package to be addon instead of addin.
2017-12-31 17:21:07 -08:00
Tastybento
fcf944e027
Moved folder
2017-10-26 17:01:25 -07:00