tastybento
3e3754d335
Removes home locations that are null
2019-06-02 21:17:30 -07:00
tastybento
390532adbc
Fixes an error that can occur with sign pasting
2019-06-02 21:17:16 -07:00
tastybento
5a6b1862a0
Added Island Creation Panel Test.
...
Fixed bugs with slot management.
2019-06-02 16:49:20 -07:00
tastybento
40f0591f7a
Enables blueprint bundle slot positioning in GUI
...
https://github.com/BentoBoxWorld/BentoBox/issues/708
2019-06-02 15:52:27 -07:00
Florian CUNY
5c8d88868a
Added 'rl' as an alias for /bentobox reload
2019-06-02 18:38:20 +02:00
jummes
5ac7769cad
Added it-IT.yml ( #724 )
...
* Added it-IT.yml
* Added banner
2019-06-02 18:37:14 +02:00
BONNe
2d8b9ad628
Disable physics update when blocking the end dragon ( #723 )
2019-06-02 13:31:48 +02:00
tastybento
9b0575246c
Reworked island team coop command and test.
2019-06-01 13:22:28 -07:00
tastybento
0ab56028dc
Fixed bug with Addon for saving non-existent files from jar
...
Improved addon tests.
2019-06-01 12:23:29 -07:00
tastybento
d38912cb2f
Removed stacktrace
2019-06-01 11:17:51 -07:00
BONNe
dd1b1176ef
Update Latvian language file ( #721 )
2019-06-01 10:01:28 +02:00
Florian CUNY
c9936d18bc
Continued to work on fr-FR locale
2019-06-01 09:59:08 +02:00
Florian CUNY
86b9202b53
Fixes commit 4f84f37461
...
It was using the Player#sendMessage() instead of User#sendMessage()
2019-06-01 07:33:03 +02:00
Florian CUNY
eebb2a982d
Added MVdWPlaceholderAPI support and improved placeholders integration
...
#651
2019-05-31 10:56:03 +02:00
tastybento
a87ef8bff6
Fixes new team members randomly cannot join island.
...
https://github.com/BentoBoxWorld/BentoBox/issues/718
Caused by edge case where island owner has no safe home spot and all
other safe spots checked were unsafe too. Now uses homeTeleport method
to do a full island search for a safe spot.
2019-05-30 23:30:34 -07:00
tastybento
2946e3c298
Fixes superflat generation with Multiverse
...
https://github.com/BentoBoxWorld/BentoBox/issues/716
2019-05-30 23:04:23 -07:00
YellowZaki
bd1cbf3252
End/Nether blueprint paste on teleport to dimension
2019-05-30 17:22:39 +02:00
tastybento
c7f2eb5f2a
Fixes drop into block after island reset issue.
...
https://github.com/BentoBoxWorld/BentoBox/issues/705
2019-05-29 17:13:22 -07:00
YellowZaki
c7046be1de
Create end/nether island if not exists (TODO)
2019-05-29 21:33:16 +02:00
Florian CUNY
110deea28e
Added "diameter" placeholder alternatives for island_distance and island_protection_range
...
Suggested on SpigotMC
2019-05-29 21:17:03 +02:00
Florian CUNY
8eadfc9212
Added since javadoc tag for IslandNearCommand
2019-05-29 21:08:20 +02:00
tastybento
607d92868e
Hides deprecated flags from the flags list.
...
Related to https://github.com/BentoBoxWorld/BentoBox/issues/680
Redoes commit
095237cd5db3b7169df1275759c885b42d9d8d45#diff-fee448dd4d94f3c5faaab7655c47682c
Unknown flags in the database are now handled correctly. Added a test to
confirm correct operation.
2019-05-28 09:30:21 -07:00
Florian CUNY
ffd151c881
Added 1.14.2 as NOT_SUPPORTED
...
1.14.2 is still a buggy update, and SpigotMC likely won't release an official build for it at all.
2019-05-28 13:44:59 +02:00
tastybento
87e82f4d23
Stores blocks in order so blueprints are built from bottom up.
2019-05-27 14:44:58 -07:00
tastybento
7843d2b23a
Fixes blueprint saving with same name.
...
Blueprints saved with the same name were not overwriting the internal
blueprint list causing duplicates.
2019-05-27 09:16:22 -07:00
tastybento
cca381e51a
Fixes bug where chests were not being copied in blueprints
...
https://github.com/BentoBoxWorld/BentoBox/issues/706
2019-05-27 08:52:32 -07:00
tastybento
76391fd055
Fixes clearing of clipboard when copying
...
https://github.com/BentoBoxWorld/BentoBox/issues/707
2019-05-27 08:43:58 -07:00
tastybento
fb8e3887de
Removes redundant approach.
...
https://github.com/BentoBoxWorld/BentoBox/issues/702
2019-05-26 22:18:03 -07:00
tastybento
94e90257fa
Adds renaming and icon setting to the Blueprint Management panel
...
https://github.com/BentoBoxWorld/BentoBox/issues/701
2019-05-26 22:03:09 -07:00
tastybento
5acae3ff30
Fix instruction localization.
2019-05-26 19:41:57 -07:00
tastybento
2a1ce5eafa
Added Blueprint Bundle renaming
2019-05-26 19:40:13 -07:00
tastybento
f5338bfaac
Fix tests
2019-05-26 17:35:19 -07:00
tastybento
7882a77b14
Small optimization around utility sameworld check
...
May improve https://github.com/BentoBoxWorld/BentoBox/issues/676
2019-05-26 17:19:31 -07:00
tastybento
8ac0f08285
Fix - saved blueprints were using a null name until reload.
2019-05-26 16:33:29 -07:00
tastybento
0fd25f02cd
Fixes pasting of blueprints with crops, etc.
...
https://github.com/BentoBoxWorld/BentoBox/issues/702
Also fixes pasting of entities in the ground when they are on blocks
like crops that are slightly less than an integer block high.
2019-05-26 16:07:50 -07:00
tastybento
c725a397e1
Added switch command help description.
2019-05-26 14:23:04 -07:00
tastybento
9e36865a9f
Fixed some code smells ( #698 )
...
* WIP code clean up and code smell removal
* Tried to fix a few more code smells
2019-05-26 22:14:24 +02:00
Florian CUNY
daeae01d7b
Added addon state display in /bbox v output
...
Updated all the locales accordingly
2019-05-26 21:59:51 +02:00
Florian CUNY
08b490c631
Added nullability annotations to PlayersManager#getName(UUID)
2019-05-26 21:58:24 +02:00
Florian CUNY
443a7c30c1
Added class-level javadoc in AdminSwitchCommand
2019-05-26 21:57:19 +02:00
tastybento
e1c8bb9f1c
Adds Admin switch command to bypass protections.
...
Re-adds the global mod bypassprotect permission.
Adds removePerm and addPerm to user class.
2019-05-25 20:00:24 -07:00
tastybento
fc082558d5
Adjusted ordering of schematic block copying.
2019-05-25 12:34:53 -07:00
tastybento
f7ee12527a
Fixes bedrock placement in blueprint.
...
Picks highest bedrock block as center block.
2019-05-25 12:18:41 -07:00
Florian CUNY
775b7f2377
Improved gameworlds output in /bentobox version
...
It now displays the three dimensions for each world using a three-colour scale. Green means the world is generated and is an "island" world; orange means the world is generated but is not an "island" world and red means the world is not generated or does not exist. Actually, the overworld is always green, so I didn't put checks for it.
I also improved the overall layout for the game worlds display in each localization file.
2019-05-25 10:34:32 +02:00
Florian CUNY
0d89f42441
Renamed "commands.bentobox.version.game-worlds" to "commands.bentobox.version.game-world" in locales
2019-05-25 09:58:18 +02:00
tastybento
a0d2320a04
Merge branch 'develop' of https://github.com/BentoBoxWorld/BentoBox.git into develop
2019-05-24 19:43:02 -07:00
tastybento
184a5712ae
Fixes bugs with Blueprint locale.
...
Ensures newly saved Blueprints appear in blueprint manager.
2019-05-24 19:42:51 -07:00
Florian CUNY
e184ed833c
Slightly improved Catalog code
2019-05-24 22:04:28 +02:00
tastybento
068b0e7667
Merge branch 'blueprint-locale' into develop
2019-05-24 12:40:52 -07:00
BONNe
f2877da896
Added Addon#registerFlag(...) method ( #697 )
...
* Add registerFlag method in Addon class that allows to register a new Flag just from Addon class.
This was missing, as request handlers and listeners already has faster methods.
* Update src/main/java/world/bentobox/bentobox/api/addons/Addon.java
Co-Authored-By: Florian CUNY <poslovitch@bentobox.world>
* Update src/main/java/world/bentobox/bentobox/api/addons/Addon.java
Co-Authored-By: Florian CUNY <poslovitch@bentobox.world>
* Use #getPlugin() instead of the getInstance
2019-05-24 17:33:54 +02:00