Florian CUNY
551975d6c9
Added Credits GUI for addons and BentoBox
...
Implements https://github.com/BentoBoxWorld/BentoBox/issues/993
2019-10-24 13:56:06 +02:00
Florian CUNY
856572941e
Removed no longer needed allow-nether and allow-end warnings
...
Fixed https://github.com/BentoBoxWorld/BentoBox/issues/977
2019-10-22 09:45:37 +02:00
Florian CUNY
6ed1212e47
Improved the island creation feedback messages
...
Based on advice from @wellnesscookie, I made these messages feel more welcoming to the user.
2019-10-21 23:07:03 +02:00
Florian CUNY
8692685822
Improved user feedback when pasting (creation/reset) an island
...
Implements https://github.com/BentoBoxWorld/BentoBox/issues/996
2019-10-21 17:55:35 +02:00
Florian CUNY
ba35d7c062
Simplified methods in BlueprintPaster
...
There wasn't the need for that many parameters in each method.
2019-10-21 15:20:02 +02:00
NotMyFault
947f9fb997
Generalize protection messages ( #1001 )
...
Implements #1000
* Generalize protection flag messages and rewrite some entries
* Fix enchantment name
2019-10-20 20:18:51 +02:00
NotMyFault
df9b3f75dd
Set the bentobox.version permission default value to op ( #1004 )
...
Fixes #1002
2019-10-20 18:11:16 +02:00
Florian CUNY
cc3d5f33cc
Release 1.8.0
2019-10-20 15:15:18 +02:00
Florian CUNY
a904882726
Removed the long-deprecated Flags#TNT flag
...
It was deprecated as of 1.5.0.
2019-10-20 14:57:57 +02:00
Florian CUNY
4f297614a3
Fixed DYE signs protection not working on most recent 1.14 versions
...
Fixes https://github.com/BentoBoxWorld/BentoBox/issues/999
I simply removed the server compatibility check right away, since we're expected to be full 1.14 as of a few versions already.
2019-10-20 14:56:54 +02:00
Florian CUNY
24d6b15340
Fixed MySQLDatabaseHandlerTest
2019-10-20 09:31:40 +02:00
Florian CUNY
3fd92f05e8
Improved error handling when establishing a MongoDB connection
...
Also improved the "error" messages when the credentials in the config are not correct.
2019-10-19 22:57:19 +02:00
tastybento
c67f1ac48b
Made method calls more robust.
...
Calling these methods using a valid world but one that was not a
gameworld created an NPE. Now they respond with a default value.
2019-10-19 11:32:18 -07:00
tastybento
784988ca54
Test class cleanup. Use Bukkit direct calls instead of Bukkit.getServer
2019-10-18 19:33:24 -05:00
tastybento
02e8243bd0
Fixed admin register of spawn island.
...
https://github.com/BentoBoxWorld/BentoBox/issues/991
2019-10-18 19:32:54 -05:00
tastybento
bee960d823
Fixes invites.
...
https://github.com/BentoBoxWorld/BentoBox/issues/988
Adds test classes for IslandTeam command and redoes
IslandTeamInviteCommand test class.
2019-10-17 20:43:01 -07:00
NotMyFault
0d5ff1eaf4
Add cake protection flag ( #986 )
...
Implements #987 .
* Add cake protection flag
* Improved CONTAINER flag description
2019-10-17 07:41:34 +02:00
tastybento
595de7a602
Waits until blueprints loaded before firing BentoBoxReady event
...
https://github.com/BentoBoxWorld/BentoBox/issues/985
2019-10-13 21:02:25 -07:00
Leonardo Chaia
2484421d92
Allows customizing where islands are created ( #984 )
...
Implements https://github.com/BentoBoxWorld/BentoBox/issues/983 .
* Allows customizing where islands are created
NewIsland receives a new interface which determines the location
where the next island will be created
A default implementation is provided which mirrors the previous behavior
* Adds autors to DefaultNewIslandLocationStrategy
Co-Authored-By: Florian CUNY <poslovitch@bentobox.world>
* Improves Javadocs
Co-Authored-By: Florian CUNY <poslovitch@bentobox.world>
2019-10-13 16:11:59 +02:00
Florian CUNY
a080e4f4c4
Fixed crashing tests
2019-10-13 10:39:27 +02:00
Florian CUNY
77e0f01510
Added options to reset player's health, hunger and XP
...
Implements https://github.com/BentoBoxWorld/BentoBox/issues/958
Added the following methods in WorldSettings and IslandWorldManager:
* #isOnJoinResetHealth()
* #isOnJoinResetHunger()
* #isOnJoinResetXP()
* #isOnLeaveResetHealth()
* #isOnLeaveResetHunger()
* #isOnLeaveResetXP()
2019-10-13 10:29:32 +02:00
tastybento
6f96f47ae5
Adds invites to trust and coop ( #971 )
...
Implements https://github.com/BentoBoxWorld/BentoBox/issues/800
* WIP
* Generic invites for team, coop and trusting.
Needs play testing.
https://github.com/BentoBoxWorld/BentoBox/issues/800
* Fixed tests and added handling in trust and coop commands
* Completes invite, trust and coops command and tests.
* Minor documentation/settings improvements
* Renamed InviteType to Invite.Type
* Fixed compilation error
2019-10-13 09:28:49 +02:00
tastybento
d27ea949d0
Fixes potential error in asyncSaveAll of players
...
https://github.com/BentoBoxWorld/BentoBox/issues/982
2019-10-11 08:39:45 -07:00
tastybento
7d8539b4cd
Should fix CHM error in asyncSaveAll
...
https://github.com/BentoBoxWorld/BentoBox/issues/982
2019-10-11 08:36:23 -07:00
tastybento
e9e10eed75
Fixes island near command for team members.
...
https://github.com/BentoBoxWorld/BentoBox/issues/981
2019-10-10 08:14:00 -07:00
tastybento
6085deff49
Clears home locations when admin kicking a player
...
https://github.com/BentoBoxWorld/BentoBox/issues/980
2019-10-09 12:57:29 -07:00
tastybento
2db926f640
Spreads out backup database saving to avoid lag
...
https://github.com/BentoBoxWorld/BentoBox/issues/976
2019-10-07 16:16:26 -07:00
Florian CUNY
27647da6f4
Force the Blueprint name to be lowercased using English locale
2019-10-05 22:22:25 +02:00
tastybento
94ff2ebf75
Tie banned falling command to world flag and fix bugs
...
https://github.com/BentoBoxWorld/BentoBox/issues/863
2019-10-03 14:11:32 -07:00
tastybento
215c79d74d
Now with a fall distance check!
...
https://github.com/BentoBoxWorld/BentoBox/issues/863
2019-10-03 13:42:40 -07:00
tastybento
42ba6dcc50
Adds banned commands when falling to WorldSettings
...
To complete the functionality, the addon will need to overrider the
banned falling command method
https://github.com/BentoBoxWorld/BentoBox/issues/863
2019-10-03 13:34:03 -07:00
tastybento
75ec023249
Creates a spot for a player to teleport to if there is none available.
...
https://github.com/BentoBoxWorld/BentoBox/issues/963
2019-10-03 13:01:14 -07:00
tastybento
b448df5418
Improves mob removal on teleport.
...
Will not remove mobs for chorus fruit, ender pearl or spectator
teleports. Will not remove mobs if the teleport distance is less than
the mob removal distance.
Mob teleport removal is already a world setting.
2019-10-02 16:11:15 -07:00
tastybento
7bf0de9eda
Merge branch 'develop' of https://github.com/BentoBoxWorld/BentoBox.git into develop
2019-09-30 15:38:15 -07:00
tastybento
8c037fc1a3
Shifted GSON conversion to main thread to avoid concurrent modification
...
https://github.com/BentoBoxWorld/BentoBox/issues/968
2019-09-30 15:38:00 -07:00
tastybento
d2502a6289
Merge branch 'develop' of https://github.com/BentoBoxWorld/BentoBox.git into develop
2019-09-29 16:31:51 -07:00
tastybento
4d861613e9
Added test class for AdminResetFlagsCommand
2019-09-29 14:35:30 -07:00
tastybento
8a1d969103
Added ability to reset one island flag to default for all islands
...
https://github.com/BentoBoxWorld/BentoBox/issues/958
2019-09-29 14:35:15 -07:00
Florian CUNY
477f60ae03
Added Banner patterns support in Blueprints
...
Implements https://github.com/BentoBoxWorld/BentoBox/issues/961
2019-09-29 10:26:39 +02:00
Florian CUNY
a415a65e7e
Added AdminResetsAddCommand and AdminResetsRemoveCommand
2019-09-29 09:59:20 +02:00
Florian CUNY
ac2f45ac8c
Fixed mistake in 'commands.admin.resets.reset.success-everyone' in en-US
2019-09-29 09:56:47 +02:00
Florian CUNY
6c3667e3ed
Improved success messages for AdminResetsSetCommand and AdminResetsResetCommand
...
Also allowed AdminResetsSetCommand to set the resets to 0.
2019-09-29 09:55:00 +02:00
Florian CUNY
e20690935a
Fixed AdminDeathsRemoveCommand allowing to set a negative number of deaths
...
Also fixed the "[total]" textvariable not working in its success message
2019-09-29 09:18:22 +02:00
tastybento
f8c4ea568f
Adds auto-updating of locale files
...
https://github.com/BentoBoxWorld/BentoBox/issues/960
2019-09-28 17:10:30 -07:00
Florian CUNY
6799c43a0a
Added AdminDeathsAddCommand and AdminDeathsRemoveCommand
...
Implements https://github.com/BentoBoxWorld/BentoBox/issues/950
2019-09-28 14:37:29 +02:00
Florian CUNY
d9dc337de9
Should fix NPE when setting up connection to GitHub
2019-09-28 14:21:16 +02:00
Florian CUNY
4eae5fada0
Fixed tests compilation errors
2019-09-28 14:05:58 +02:00
Florian CUNY
93219cbc1c
Merge branch 'commands-on-island-creation' into develop
2019-09-28 13:55:01 +02:00
Florian CUNY
c53fece28f
Added WorldSettings to run commands on island creation/join and deletion/leave
...
Implements https://github.com/BentoBoxWorld/BentoBox/issues/704
Gamemode addons will need to be updated to use the new WorldSettings, which have been properly documented so it should be easy to write down comments about them.
2019-09-28 13:48:24 +02:00
tastybento
2f7a4b2528
move entity attribute setting
2019-09-26 08:52:57 -07:00
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
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
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
tastybento
f9a5f05987
Adds a delete speed option to BentoBox's config.yml
...
Reduces the chunk regen speed to 1 chunk per tick or 3 chunks/tick if
there is a nether and end world.
2019-08-31 17:13:19 -07:00
tastybento
2f35a6c77c
Sets pos1 and pos2 after pasting island and show clipboard.
2019-08-31 16:39:38 -07:00