Commit Graph

331 Commits

Author SHA1 Message Date
gitlocalize-app[bot] c06e69e1b5 Translate lv.yml via GitLocalize (#116)
Co-authored-by: BONNe <bonne@bonne.id.lv>
2020-01-10 16:27:57 -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
tastybento dab37e6af4 Version 1.9.1 2019-11-30 18:29:22 -08:00
tastybento 1a9cd23205 Merge branch 'develop'
Conflicts:
	.gitignore
2019-11-30 09:07:49 -08:00
tastybento c8c7bef765 Updated gitignore 2019-11-30 09:05:44 -08:00
András Marczinkó 61d3fb5779 Translated into Hungarian (#104) 2019-11-24 13:51:07 -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
Florian CUNY f97a252840 Removed issue templates and FUNDING: using organization's ones 2019-11-23 14:08:12 +01:00
tastybento 67535ddec8 Merge branch 'develop' of https://github.com/BentoBoxWorld/Level.git into develop 2019-11-22 20:21:31 -08: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 a83e119b00 Merge branch 'develop' of https://github.com/BentoBoxWorld/Level.git into develop 2019-11-22 20:19:28 -08:00
tastybento 43a8cb4153 Updated .gitignore 2019-11-22 20:14:47 -08:00
tastybento 7803e71a7c
Create FUNDING.yml 2019-11-19 15:41:45 -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
gitlocalize-app[bot] 2cea8e942f Updated German localization (#99)
* Translate de.yml via GitLocalize

* Translate de.yml via GitLocalize
2019-11-17 15:46:11 -08:00
gitlocalize-app[bot] 9066c8ddf2 Translate fr.yml via GitLocalize (#100) 2019-11-17 15:45:41 -08:00
tastybento 1282cb95b5 Merge branch 'develop' of https://github.com/BentoBoxWorld/Level.git into develop 2019-11-16 19:19:12 -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 d227606f7a
Create id.yml 2019-11-16 18:26:04 -08:00
tastybento 7ef2e35d92
Create ro.yml 2019-11-16 18:25:54 -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 a443e434f9 Fixed travis.yml to point to right project 2019-11-07 16:58:37 -08:00
tastybento c7f597e2ac Removed sonar_token reference from travis.yml 2019-11-07 16:56:26 -08:00
tastybento 10a7b451ba Merge remote-tracking branch 'origin/master' into develop 2019-11-03 18:15:55 -08:00
tastybento 62bf2a6e88 Added SonarCloud 2019-11-03 18:14:10 -08:00
tastybento dda2e66548 Fixes code smells 2019-10-30 16:29:42 -07:00
tastybento 01dd6597d4 Added sonarcloud to POM. 2019-10-30 16:16:54 -07:00
tastybento 1f8accedc5 Updated SonarCube Travis to go to BentoBox World 2019-10-30 16:11:07 -07:00
tastybento ca46b3c107 Merge remote-tracking branch 'origin/develop' 2019-10-20 19:44:13 -07: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 737df3b778 Merge remote-tracking branch 'origin/develop' 2019-10-20 17:44:09 -07:00
tastybento bdb319b8a1 Renamed locales for GitLocalize 2019-09-09 10:42:05 -07:00