tastybento
d972dd10c1
Change priority of PlayerPortalEvent in PortalTeleportationListener
...
https://github.com/BentoBoxWorld/BentoBox/issues/1101
2020-02-07 14:07:12 -08:00
tastybento
898e310e4f
Handle null itemInHand for BlockPlaceEvent
...
Officially, null is invalid as an in-hand item. It should be AIR.
Fixes https://github.com/BentoBoxWorld/BentoBox/issues/1172
2020-02-07 11:52:01 -08:00
tastybento
559578002b
Add WorldBorderAPI as a softdepend to benefit Border addon
2020-02-07 11:48:41 -08:00
gitlocalize-app[bot]
008a158fd4
Translate lv.yml via GitLocalize ( #1171 )
...
Co-authored-by: BONNe <bonne@bonne.id.lv>
2020-02-06 07:44:27 +01:00
tastybento
2b997d46e1
Corrects language for piston push protection.
...
Fixes https://github.com/BentoBoxWorld/BentoBox/issues/1162
2020-02-04 13:34:35 -08:00
tastybento
ab89e4835e
Fixes island center startx/z correction.
...
https://github.com/BentoBoxWorld/BentoBox/issues/1169
2020-02-04 12:20:31 -08:00
tastybento
2a4522d7c3
Merge branch 'develop' of https://github.com/BentoBoxWorld/BentoBox.git into develop
2020-02-02 11:54:56 -08:00
Florian CUNY
2e3b9962c8
Fixed "PVP disabled in ..." messages not using world-specific messages.
...
No matter which dimension the player was in, in some cases, it was telling "PVP disabled in the Overworld".
2020-02-02 11:07:27 +01:00
Florian CUNY
61fde3bceb
Made AdminWhyCommand send debug messages to the issuer (if it is a player)
...
Implements https://github.com/BentoBoxWorld/BentoBox/issues/1126
2020-02-01 23:42:52 +01:00
Florian CUNY
6c5df58e2c
Added specific success messages for Island(Re)SetnameCommand
...
Implements https://github.com/BentoBoxWorld/BentoBox/issues/1164
2020-02-01 17:03:52 +01:00
tastybento
15014c8e01
Delay velocity setting for one tick after entering end portal.
2020-01-31 15:41:47 -08:00
tastybento
56fb7391da
Toggle priority of tree listener to wait for other events to occur.
2020-01-31 15:41:23 -08:00
Florian CUNY
8630c326a5
Credited CZghost and added flag in Czech translation
2020-01-31 14:16:23 +01:00
tastybento
8ef9312c83
Czech translation. Credit @Polda18
2020-01-30 10:19:35 -08:00
tastybento
07706d78e1
Enables tp commands to work from console.
...
Fixes https://github.com/BentoBoxWorld/BentoBox/issues/1158
2020-01-30 10:12:31 -08:00
johncsuti
d7b29c350f
Added ExtraMobs to the addons list ( #1153 )
2020-01-27 10:03:02 +01:00
Florian CUNY
a37df2325b
Added WorldEdit to the softdependencies
...
Fixes #1152
2020-01-27 07:56:58 +01:00
Florian CUNY
86fc567ee5
Version up 1.11.1
2020-01-26 14:28:46 +01:00
Florian CUNY
c0a7b89722
Release 1.11.0
2020-01-26 13:46:46 +01:00
Florian CUNY
fb19c1f2ac
Merge branch 'develop'
2020-01-26 13:46:22 +01:00
Florian CUNY
69248fd87e
Revert "Release 1.11.0"
...
This reverts commit bd1b7093
2020-01-26 13:46:10 +01:00
Florian CUNY
bd1b70938d
Release 1.11.0
2020-01-26 13:44:47 +01:00
Florian CUNY
9cc95c470d
Another try to exclude Google's GSON from being shaded in BentoBox
2020-01-26 13:37:40 +01:00
Florian CUNY
13dc39bff6
Exclude Google's GSON from being shaded into BentoBox
2020-01-26 12:01:49 +01:00
Florian CUNY
64fbbf8815
Fixed typos in config comments
2020-01-25 09:37:29 +01:00
tastybento
6e81af47b4
Adds explicit permissions to team commands ( #1146 )
...
https://github.com/BentoBoxWorld/BentoBox/issues/1144
Also fixes a bug where the untrust was using the coop perm.
Co-authored-by: Florian CUNY <poslovitch@bentobox.world>
2020-01-25 09:12:12 +01:00
Florian CUNY
093373550d
Fixed tests (again) for IslandTeamInviteAcceptCommand
2020-01-25 08:45:06 +01:00
Florian CUNY
1bcb12a51f
Fixed tests for IslandTeamInviteAcceptCommand
2020-01-24 21:56:18 +01:00
Florian CUNY
7e17474e83
Fixed the island untrust command not using the trust permission
...
It was using the coop permission instead
2020-01-24 21:19:13 +01:00
Florian CUNY
3b0f023fac
Fixed subcommands not inheriting permissions from parent commands (mostly admin commands)
2020-01-24 21:18:33 +01:00
Florian CUNY
3147357bad
Added an optional argument to AdminTeleportCommand to teleport another player
...
Implements https://github.com/BentoBoxWorld/BentoBox/issues/1120
2020-01-24 19:34:47 +01:00
Florian CUNY
12f483663c
Added 1.15.2 to the compatible versions
...
https://github.com/BentoBoxWorld/BentoBox/issues/1150
2020-01-24 14:41:26 +01:00
tastybento
5ab5954f47
Postgres implementation ( #1142 )
...
* WIP for https://github.com/BentoBoxWorld/BentoBox/issues/1093
* JSON based PostGresql
* Completes PostgreSQL suport
* Changed Postgres connector comments
* Put back rest of Postgres jdbc URL
* Update PostgreSQLDatabaseHandler.java
2020-01-23 07:56:30 -08:00
tastybento
ac850907cc
Zero fall velocity when going through end portals
...
https://github.com/BentoBoxWorld/BentoBox/issues/1118
2020-01-22 14:43:32 -08:00
tastybento
6ac51453a0
Removed Postgres DB from config until it is implemented.
...
Put minimum version numbers into config for databases.
https://github.com/BentoBoxWorld/BentoBox/issues/1149
2020-01-21 13:29:51 -08:00
tastybento
97f7b2c563
Deleted islands could not be used as new islands
...
Added test class for DefaultNewIslandLocationStrategy to cover the
cases.
https://github.com/BentoBoxWorld/BentoBox/issues/1147
2020-01-21 13:15:55 -08:00
AFGAME
5b8d854334
Updated French locale
...
Implements https://github.com/BentoBoxWorld/BentoBox/issues/639
Seemingly used a lot of machine translation, but it's a good start.
2020-01-19 11:03:18 +01:00
tastybento
a5503851c3
Change to island range perm check on ownership change.
...
If owner has no perms, then this check will not be done and the range
will not change. Previously, it was always reseting to the default
range.
https://github.com/BentoBoxWorld/BentoBox/issues/1145
2020-01-18 22:36:38 -08:00
tastybento
ea08bab01d
Typo fix DYING -> DYEING
2020-01-18 08:50:58 -08:00
tastybento
e6e5c901b7
Strengthens to error when not loading addon for API reasons.
...
Relates to
2f35f1145d
2020-01-18 08:46:30 -08:00
tastybento
013e17d73a
Removed unused import.
2020-01-18 08:43:47 -08:00
Florian CUNY
2f35f1145d
Made on-the-fly addon incompatibility detection logging as warning instead of default
2020-01-18 13:53:34 +01:00
Florian CUNY
d8d9061f84
Added 'api-version' parameter to addon.yml to allow specifying a minimum required BentoBox version
...
Implements https://github.com/BentoBoxWorld/BentoBox/issues/1131
API: added InvalidAddonDescriptionException, AddonDescription#getApiVersion()
2020-01-18 13:52:26 +01:00
Florian CUNY
d8dda75ca5
Improved '/bentobox version' gameworld layout to convey information through color-stripped text
...
The previous design had a flaw: if the output was pasted as text, we would not be able to tell if the dimension was disabled or if islands were disabled in that dimension.
2020-01-18 11:41:31 +01:00
Florian CUNY
01df19c424
Slightly improved the Blueprint Bundle Editor panel
...
Added icons for world's dimensions, and made the "separator" glass panes have an empty name instead of a '-'.
2020-01-18 11:24:50 +01:00
Florian CUNY
44354175e4
Moved world dimensions names to 'general.worlds' in en-US
2020-01-18 11:21:11 +01:00
Florian CUNY
0559a86e8d
Implemented optional argument to AdminGetrankCommand to specify which island to perform the check on.
...
Implements https://github.com/BentoBoxWorld/BentoBox/issues/1106
Updated en-US + added 'general.errors.player-is-not-owner' message.
2020-01-18 10:47:08 +01:00
Florian CUNY
abf5e1f071
Fixed failing test in JoinLeaveListener (erroneous)
2020-01-18 09:58:16 +01:00
Florian CUNY
e17056376a
Fixed erroring tests
2020-01-18 09:52:02 +01:00
Florian CUNY
0ffa1ab86a
Improved help for admin resets commands
...
Fixes https://github.com/BentoBoxWorld/BentoBox/issues/1140
2020-01-17 13:48:42 +01:00