tastybento
bd34f2c4bc
Reordered to Java spec
2019-09-26 08:18:46 -07:00
tastybento
d6e4280a44
Removed todos in code. If they are needed, let's make an issue in Github
2019-09-26 08:17:01 -07:00
tastybento
3e94418e54
Fix nullable annotations in PanelItemBuilder
...
If null checks are being done, then the parameter annotation must be
@Nullable.
2019-09-26 08:15:43 -07:00
tastybento
0f63353e2b
Merge branch 'develop' of https://github.com/BentoBoxWorld/BentoBox.git into develop
2019-09-26 08:11:10 -07:00
tastybento
18c374bfa9
Add null protection for player death requests.
2019-09-25 13:46:34 -07:00
BONNe
ff04f407af
Fixed noban, noexpel and bypassexpel permissions ( #956 )
2019-09-25 12:33:20 +02:00
BONNe
6b42d07185
Prevent to set null as icon in PanelItems. ( #957 )
...
Add protection code from null types of icons in PanelItemBuilder.
Relates to https://github.com/BentoBoxWorld/BSkyBlock/issues/203
2019-09-25 12:06:08 +02:00
tastybento
4d045aa966
Removed debug.
2019-09-21 16:50:20 -07:00
tastybento
2e8a3e2abb
Protects sweet berry bushes
...
https://github.com/BentoBoxWorld/BentoBox/issues/948
2019-09-20 18:57:18 -07:00
tastybento
55544ada0a
Fixes island respawn bug.
...
Not all players were respawning on their island. Also, deaths in nether
or end did not teleport back to overworld island.
2019-09-20 18:39:50 -07:00
tastybento
86da94182c
Reduces safe spot search radius and checks a few more chunks per tick
...
https://github.com/BentoBoxWorld/BentoBox/issues/952
2019-09-20 15:16:09 -07:00
tastybento
ff1c984fd0
Teleports instantly to end if location is safe
...
https://github.com/BentoBoxWorld/BentoBox/issues/952
2019-09-20 12:56:49 -07:00
tastybento
1557bcab61
Merge branch 'develop' of https://github.com/BentoBoxWorld/BentoBox.git into develop
2019-09-20 11:58:43 -07:00
tastybento
c5c5731ce3
Return null if user/player is null
...
Relates to https://github.com/BentoBoxWorld/Level/issues/86
2019-09-20 11:58:33 -07:00
tastybento
ad33d7fc9d
Added a stack trace for this error handling.
2019-09-20 11:57:41 -07:00
tastybento
7e3e7541c3
Gitlocalize 9225 ( #955 )
...
* Translate zh-CN.yml
2019-09-20 07:12:57 -07:00
tastybento
60e85d6512
No wither damage on non-BentoBox game worlds
...
https://github.com/BentoBoxWorld/BentoBox/issues/954
2019-09-19 15:37:45 -07:00
tastybento
6cd8c70bd4
Pastes default nether or end blueprints if island doesn't exist
...
Fixes issue where the nether-island or end-island named blueprints were
deleted.
https://github.com/BentoBoxWorld/BentoBox/issues/943
2019-09-15 14:10:52 -07:00
tastybento
6e3e3561c1
Cleans directory before deleting.
2019-09-14 16:40:30 -07:00
Florian CUNY
1ccc1822a7
Fixed one of BlueprintsManagerTests to be less OS-dependant
2019-09-14 22:03:23 +02:00
BONNe
fd5f4841b2
Fixed HeadGetter overwriting item amount ( #941 )
2019-09-14 21:53:28 +02:00
Florian CUNY
115f434a30
Added parsing placeholders in entities' name when pasting blueprints
...
Implements https://github.com/BentoBoxWorld/BentoBox/issues/898
Also adds a few nullability annotations
2019-09-14 21:51:28 +02:00
BONNe
4206435d65
Easier addon getter by their name ( #939 )
...
* Easier addon getter by their name
A small improvement to get a certain addon from its name.
This allows getting addon main class without the necessity to cast if afterwards (as the cast is done in `getAddonByName()` method).
* Use cast on CompositeCommand#getAddons()
This will allow getting correct addon class without casting in code.
Casting will be done in CompositeCommand#getAddons() method.
2019-09-14 21:12:18 +02:00
Florian CUNY
e38c3b55f4
Updated pom.xml to use the "version" variables for the most recently added dependencies
2019-09-14 21:08:08 +02:00
tastybento
6154e65b6e
Merge branch 'develop' of https://github.com/BentoBoxWorld/BentoBox.git into develop
2019-09-13 20:44:03 -07:00
tastybento
deb21e7ed6
Adds GameModeAddon method that is called when BentoBox loads all addons.
...
Required to fix https://github.com/BentoBoxWorld/BentoBox/issues/940
2019-09-13 20:43:53 -07:00
tastybento
5164b1a02d
Leader should not see kicked message
...
Adds test to make sure leader does not see kicked string and fixes
ignores.
2019-09-13 20:41:14 -07:00
tastybento
797f7146dc
Fixed standard nether and end spawn protection. Added test class.
...
https://github.com/BentoBoxWorld/BentoBox/issues/927
2019-09-12 16:53:35 -07:00
tastybento
65e4868641
Adds try around Vault hook.
...
https://github.com/BentoBoxWorld/BentoBox/issues/938
2019-09-12 13:04:27 -07:00
tastybento
5c1824050a
Added protection against incompatible Dynmap plugins
...
https://github.com/BentoBoxWorld/BentoBox/issues/938
2019-09-12 07:59:26 -07:00
tastybento
24b1689b03
Merge branch 'develop' of https://github.com/BentoBoxWorld/BentoBox.git into develop
2019-09-08 07:41:33 -07:00
tastybento
692f506261
Merge remote-tracking branch 'origin/separate_world_gens' into develop
2019-09-08 07:40:46 -07:00
BONNe
1ace6faded
Update latvian translation ( #935 )
2019-09-08 16:28:57 +02:00
Florian CUNY
51ee5294b1
Version up 1.8.0
2019-09-08 16:24:44 +02:00
Florian CUNY
f4f33bbb72
Release 1.7.0
2019-09-08 16:22:14 +02:00
Florian CUNY
87e4aeb9fb
Added a warning on startup stating to switch from YAML asap
2019-09-08 16:20:48 +02:00
Florian CUNY
5f65ba5968
Ignored error-ing tests
...
I need to learn how to deal with it, but for now I'd like 1.7.0 to be released before I got to go.
2019-09-08 15:52:14 +02:00
Florian CUNY
d957a50fc1
Fixed compilation issue
2019-09-08 15:37:18 +02:00
Florian CUNY
835f152a45
Decreased default values for 'island.paste-speed' and 'island.delete-speed'
...
Also updated config comments.
These new values are more suitable to 1.14+ servers, on which chunk loading causes a lot of performance issues.
2019-09-08 15:35:00 +02:00
Florian CUNY
06893223d9
Added 'since' and improved comments for 'island.delete-speed' in config.yml
2019-09-08 15:12:50 +02:00
Florian CUNY
6f16c28591
Fixed a few code smells
2019-09-08 15:10:00 +02:00
Florian CUNY
6aff686763
Made the 'owner kicked you from island' message more precise
...
Implements https://github.com/BentoBoxWorld/BentoBox/issues/923
This also adds a message sent to island members when the owner resets the island.
2019-09-08 15:04:41 +02:00
Florian CUNY
c90fb88590
Improved "unhandled exception" message in WebManager
2019-09-08 14:49:35 +02:00
Florian CUNY
5cd2df08b8
Catch JsonParseExceptions in WebManager when parsing weblink's json files
2019-09-08 14:49:11 +02:00
tastybento
46a432e75f
Fix tests
2019-09-07 14:45:15 -07:00
tastybento
94cb0fb188
Sets table storage engine to be explicitly InnoDB for MySQL
...
https://github.com/BentoBoxWorld/BentoBox/issues/934
2019-09-07 11:14:20 -07:00
tastybento
e0c3e41fb4
Fixes multiverse bugs. Needs testing.
2019-09-07 11:01:35 -07:00
SrAcosta
1406534266
Updated es translation ( #929 )
...
* Translate es.yml via GitLocalize
* Translate es.yml via GitLocalize
2019-09-07 14:44:56 +02:00
tastybento
678f7cf5fc
Only register generator with multiverse if a generator is available.
2019-09-04 16:09:42 -07:00
tastybento
49d8cd8791
Added BlueprintManagementPanel test class
2019-09-04 16:08:50 -07:00