Commit Graph

77 Commits

Author SHA1 Message Date
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