tastybento
3ae98741c6
Removed unused imports
2019-06-15 22:08:29 -07:00
tastybento
5793608e08
Removed unused imports
2019-06-15 22:07:27 -07:00
Florian CUNY
07be933a9d
Fixed some code smells
2019-06-15 22:56:57 +02:00
tastybento
c7cb7a4327
Updated README sonarcloud badges
2019-06-15 09:54:40 -07:00
tastybento
a0e35b240b
Added BlueprintsManagerTest and improved BlueprintsManager
2019-06-15 09:47:05 -07:00
Florian CUNY
6e734fc343
Fixed Island's BoundingBoxes being a bit too large
2019-06-15 13:56:32 +02:00
Florian CUNY
02ca693ade
Improved bentobox commands descriptions in en-US locale
2019-06-15 13:43:48 +02:00
tastybento
86f6043421
Adds error reporting on addon incompatibility.
2019-06-14 18:49:42 -07:00
BONNe
673436a5b7
Finally fixed NPEs in PanelListenerManager tests ( #765 )
...
Tests failing because 'getClickedInventory()' was not defined there
2019-06-14 14:57:32 +02:00
BONNe
492361663e
Fixed NPE in PanelListenerManager tests ( #764 )
...
* Fix NPE in PanelListenerTests
This will fix null-pointer.
One test will fail, as it is kinda bad as it conflicts with #761
* Re-ignored one of the test as it still fails
2019-06-14 14:03:08 +02:00
BONNe
d1e9188959
Added ability to explicitly define asynchronous PremadeEvent ( #763 )
...
* Add ability to define asynchronous event
* minor formatting
* Removed another line jump
2019-06-14 13:59:47 +02:00
Florian CUNY
3c1f033819
Added a period to "commands.bentobox.reload.warning" in en-US
2019-06-14 11:12:14 +02:00
Florian CUNY
7c6f6a991b
Ignored failing tests
2019-06-14 10:34:53 +02:00
Florian CUNY
bd64f94e13
Merge remote-tracking branch 'origin/develop' into develop
2019-06-14 10:23:06 +02:00
Florian CUNY
d064ed71ec
Fixed NPE when the WebManager fails to gather data from GitHub API
...
Fixes https://github.com/BentoBoxWorld/BentoBox/issues/760
2019-06-14 10:22:26 +02:00
BONNe
ebe2f5aa4c
Secured the handling of InventoryClickEvent for panels ( #761 )
...
* Fix Challenges GUI issue 132
Fixed https://github.com/BentoBoxWorld/Challenges/issues/132
This issue happens because AnvilGUIClick event was processed after BentoBox registers new Panel.
I add extra check in InventoryClickEvent that not only checks if user has opened panel, but also compares if event and panel has the same inventory, before processing it as BentoBox Panel.
* Removed the unneeded PlayerKickEvent
2019-06-14 10:03:54 +02:00
Florian CUNY
2e84860aa0
Added Island#getBoundingBox() and Island#getProtectionBoundingBox()
...
https://github.com/BentoBoxWorld/BentoBox/issues/758
2019-06-13 10:00:12 +02:00
Florian CUNY
0cdd774d0b
Added nullable annotations to Island#getOwner() and Island#getName()
2019-06-13 09:57:11 +02:00
Florian CUNY
8cb5234a0c
Added Island#getMaxX(), #getMaxZ(), #getMaxProtectedX(), #getMaxProtectedZ()
2019-06-13 09:56:24 +02:00
Florian CUNY
51738df54c
Improved Island#onIsland(Location) javadoc
2019-06-13 09:48:34 +02:00
Florian CUNY
ad3cb821f4
Fixed BentoBoxReloadCommandTest
2019-06-12 13:25:28 +02:00
Florian CUNY
3e6fe52f95
Fixed CompositeCommand not handling correctly null permission prefixes
...
Added nullability annotations
2019-06-12 13:25:10 +02:00
Florian CUNY
e7f90bbd21
Fixed issues with permissions for /bentobox commands
...
- Each /bentobox subcommand now has its own dedicated permission
- bentobox.admin is a permission node for most of them
- /bentobox about: bentobox.about
- /bentobox version: bentobox.version
- updated the plugin.yml with the new permissions
2019-06-12 10:40:16 +02:00
Florian CUNY
880185ad4b
Added "rl" alias for the AdminReloadCommand
2019-06-10 17:36:20 +02:00
Florian CUNY
35f8a80167
Improved the code for the RANK placeholder
2019-06-10 15:16:16 +02:00
ramirilyasov999
44038ddbda
Added ru-RU translation
...
It is however based on 1.4.0's locales, so it may need to be updated.
2019-06-10 13:24:15 +02:00
Florian CUNY
51327b10e2
Version up 1.5.2
2019-06-10 09:48:45 +02:00
Florian CUNY
69a477a678
Version 1.5.1
2019-06-10 09:40:43 +02:00
Florian CUNY
efbdcfc587
Simplified the selectBundle(...) method in IslandResetCommand
2019-06-10 09:18:30 +02:00
tastybento
54756e97e0
Fixes PLAINS biome in nether and end after island reset.
...
https://github.com/BentoBoxWorld/BentoBox/issues/745
2019-06-09 18:36:32 -07:00
tastybento
d5be5f81c2
Fixes and adds tests for IslandCreateCommand
...
Tests were failing from 824a744cd1
2019-06-09 17:18:17 -07:00
tastybento
db5bb8ed8b
Creating end/nether islands on first join to dimension
...
Substitutes for PR #713 because the code did not work.
https://github.com/BentoBoxWorld/BentoBox/pull/713
Pastes and teleports to preferred spawn location.
2019-06-09 16:20:08 -07:00
tastybento
ca8b453e4b
Merge branch 'develop' of https://github.com/BentoBoxWorld/BentoBox.git into develop
2019-06-09 15:04:20 -07:00
Florian CUNY
824a744cd1
Fixed the Island Creation Panel showing although there is 1 bundle available
...
Implements #744
2019-06-09 23:05:47 +02:00
tastybento
8ede58814a
Merge remote-tracking branch 'YellowZaki/patch-4' into develop
2019-06-09 13:15:28 -07:00
Florian CUNY
5fc39b3691
Removed the check for updates button in the Management Panel
...
It needs the update checker to be implemented first
2019-06-09 17:52:15 +02:00
Florian CUNY
2bc0b824a6
Version up 1.5.1
2019-06-09 10:10:38 +02:00
Florian CUNY
8e262fa933
Release 1.5.0
...
Finally!
2019-06-09 09:37:46 +02:00
Florian CUNY
284de9e288
Added config option 'logs.github-download-data'
2019-06-09 09:18:30 +02:00
Florian CUNY
2340b1991c
Readded the description in CatalogEntry
2019-06-09 09:07:18 +02:00
Florian CUNY
870bdcb9f8
Catalog: rather send the user to the releases tab instead of the latest release
2019-06-09 09:02:25 +02:00
Florian CUNY
ad5aa4a938
Added compatible/supported versions to the disclaimer
2019-06-09 08:50:11 +02:00
Florian CUNY
d91222d30b
Added ServerCompatibility.ServerVersion#getVersions(Compatibility...)
2019-06-09 08:49:37 +02:00
Florian CUNY
44e7004db1
Added javadoc since tag to PanelListenerManager#closeAllPanels()
2019-06-09 08:48:50 +02:00
tastybento
e4026928cd
Completely redid the MySQL tests and added MariaDB tests
2019-06-08 23:01:20 -07:00
tastybento
fc2de2501c
Added assertions to tests per SonarCloud
2019-06-08 19:14:25 -07:00
Florian CUNY
272e99bc12
Close all panels on plugin disable ( #743 )
...
* Close all panels on plugin disable
https://github.com/BentoBoxWorld/BentoBox/issues/726
* Adds panel closing to bbox reload and fixes errors.
2019-06-08 19:13:19 -07:00
tastybento
eeb3e64a97
Uses newer API for signs.
2019-06-08 17:27:24 -07:00
tastybento
c463ad0ea0
Fixed and added to InventoryListenerTest
2019-06-08 17:02:06 -07:00
tastybento
7f2d7ab03b
protects 1.14 blocks
...
https://github.com/BentoBoxWorld/BentoBox/issues/732
2019-06-08 15:44:25 -07:00