tastybento
014c5d574f
Fixes clean super flat tests.
2019-07-05 20:07:19 -07:00
tastybento
5c3817d9fe
Added ELYTRA protection flag.
...
https://github.com/BentoBoxWorld/BentoBox/issues/386
2019-07-05 16:15:13 -07:00
tastybento
cb8b3234c8
Changes clean super flat to use manual chunk gen
...
https://github.com/BentoBoxWorld/BentoBox/issues/720
2019-07-05 15:24:01 -07:00
Florian CUNY
3a854d1fbd
Fixed lock/ban causing the player to be put in SPECTATOR gamemode
...
https://github.com/BentoBoxWorld/BentoBox/issues/578
2019-07-05 20:27:09 +02:00
tastybento
b1f66eb31b
Fixes bugs and code smells from Sonarcloud.
2019-07-04 16:54:05 -07:00
tastybento
cd4bea8a3e
Fixes error with WorldEdit hook.
2019-07-04 13:56:52 -07:00
tastybento
349f339be3
Fixed tests for BlueprintsManager.
...
https://github.com/BentoBoxWorld/BentoBox/pull/811
2019-07-04 13:08:50 -07:00
Florian CUNY
f5a3fdee82
Another try at fixing NoClassDefFoundError with WorldEdit hook...
2019-07-04 17:11:17 +02:00
Florian CUNY
67a9dfa1cc
Fixed NoClassDefFoundError when loading BentoBox without WorldEdit installed
2019-07-04 16:48:38 +02:00
Florian CUNY
d9d4805ea8
Added ability to edit the BlueprintBundle in IslandCreate/ResetEvent
...
https://github.com/BentoBoxWorld/BentoBox/issues/635
2019-07-04 14:31:21 +02:00
Florian CUNY
00ac8dd12a
Added PostgreSQL database type
...
https://github.com/BentoBoxWorld/BentoBox/issues/789
2019-07-04 13:49:20 +02:00
Florian CUNY
45c78fc7f2
Minor code smells/javadoc fixes in database code
2019-07-04 13:47:48 +02:00
Florian CUNY
9fdf320fdf
Ignored failing/errors in BlueprintsManagerTest
2019-07-04 13:26:46 +02:00
CustomEntity
6e8d5ef903
More async stuff & WorldEdit integration: Blueprint ClipboardFor… ( #811 )
...
* Add asynchronous task
* First commit
* Add asynchronous tasks for Blueprint.
* Add BlueprintSchematicConverter class to convert schematic in blueprint and inversely
* BlueprintClipboardReader, BlueprintClipboardWriter and BlueprintClipboardFormat have been added !
* BlueprintClipboardReader, BlueprintClipboardWriter and BlueprintClipboardFormat have been added !
* javadoc in BlueprintClipboardFormat
* Rename src/main/java/world/bentobox/bentobox/blueprints/BlueprintClipboardFormat.java to src/main/java/world/bentobox/bentobox/blueprints/worldedit/BlueprintClipboardFormat.java
* Update and rename src/main/java/world/bentobox/bentobox/blueprints/converter/BlueprintClipboardReader.java to src/main/java/world/bentobox/bentobox/blueprints/worldedit/BlueprintClipboardReader.java
* Update and rename src/main/java/world/bentobox/bentobox/blueprints/converter/BlueprintClipboardWriter.java to src/main/java/world/bentobox/bentobox/blueprints/worldedit/BlueprintClipboardWriter.java
* Update and rename src/main/java/world/bentobox/bentobox/blueprints/converter/BlueprintSchematicConverter.java to src/main/java/world/bentobox/bentobox/blueprints/worldedit/BlueprintSchematicConverter.java
2019-07-04 09:22:59 +02:00
Florian CUNY
6759a8acc9
We're no longer switching the player to SPECTATOR mode when teleporting
...
Fixes https://github.com/BentoBoxWorld/BentoBox/issues/786
Fixes https://github.com/BentoBoxWorld/BentoBox/issues/578
2019-07-03 10:36:50 +02:00
Florian CUNY
18f37c4efa
Improved the on-the-fly Blueprint conversion
...
https://github.com/BentoBoxWorld/BentoBox/issues/802
It now avoids sending warnings if the conversion could be achieved seamlessly.
2019-07-02 09:31:51 +02:00
Florian CUNY
1fd880a529
Fixed code smell in AdminResetsResetCommand
2019-07-02 09:13:13 +02:00
tastybento
bd69179354
Ensures a single database connection is used. ( #807 )
...
https://github.com/BentoBoxWorld/BentoBox/issues/805
Database connectors were creating a new connection every time they were
called. Also the top-level database object was being recreated every
time getDatabase was requested.
2019-07-02 06:46:54 +02:00
Florian CUNY
810e4806f3
Added WorldEditHook
2019-06-30 14:12:51 +02:00
Florian CUNY
4cccc8b2cf
Fixed typo in one of DeleteIslandChunks' methods' name
2019-06-30 13:37:35 +02:00
Florian CUNY
d6112c8c25
Updated PlaceholderAPI version to 2.10.3
2019-06-30 11:16:18 +02:00
Florian CUNY
563465ad14
Increased the minimum time between connections to the GH API to 60 minutes
2019-06-30 08:56:38 +02:00
Florian CUNY
64d89f9ca9
Improved success messages for admin commands and fixed failing tests
...
#630
2019-06-30 08:51:33 +02:00
Florian CUNY
6ecc021401
Deleted REFERENCES.md
2019-06-30 08:26:27 +02:00
Florian CUNY
6ceebe09ce
Fixed tests
2019-06-30 08:24:55 +02:00
Florian CUNY
c09ff50604
Added better success message to island expel command
...
#630
2019-06-29 18:07:47 +02:00
Florian CUNY
9fe43fe75c
Added better success message to island team commands
...
#630
2019-06-29 17:34:55 +02:00
Florian CUNY
a0785a79ec
Fixed slight code smell in CatalogPanel
2019-06-29 16:55:00 +02:00
Florian CUNY
e23ed0b25d
Added translatable tags and topics for the Catalog entries
2019-06-29 13:35:27 +02:00
Florian CUNY
3ce8b3060a
Added BentoBoxLocale#set(String, String)
2019-06-29 13:35:27 +02:00
tastybento
4efdada98e
Checks 4 corners of island to avoid overlapping issues
...
Relates to https://github.com/BentoBoxWorld/BSkyBlock/issues/149
2019-06-28 18:28:57 -07:00
tastybento
feef61cad5
Removed debug...
2019-06-28 17:18:03 -07:00
tastybento
a6dd175d61
Handles island deletion gracefully if use-own-generator is set to true.
...
Also handles situations where islands are pending deletion in the
database but the world they refer to has gone.
https://github.com/BentoBoxWorld/BentoBox/issues/797
2019-06-28 16:49:01 -07:00
tastybento
006305f7cf
Added toString to IslandDeletion class for debugging use.
2019-06-28 16:46:39 -07:00
tastybento
a147f3fda7
Fixed bug with SQLite deletion not working.
2019-06-28 16:45:39 -07:00
Florian CUNY
64f03bad04
Updated the WebManager to gather the data from the new repo
2019-06-28 21:25:09 +02:00
BONNe
94a884b425
Added more transition databases ( #794 )
...
Fixes #793
Add missing database transitions from YAML to MongoDB and SQLite.
Add missing database transitions from JSON to MongoDB and SQLite.
Add database transitions from SQLite to JSON.
Add database transitions from MongoDB to JSON.
Add database transitions from MariaDB to JSON.
2019-06-28 15:42:01 +02:00
Florian CUNY
e7133b2176
Added SQLite database ( #791 )
...
* Added SQLite database
#570
* Makes SQLite work. Added config.yml option.
Tested on SQLite 3.24.0 2018-06-04 14:10:15
95fbac39baaab1c3a84fdfc82ccb7f42398b2e92f18a2a57bce1d4a713cbaapl
* Fix mariaDB test for close.
* Added test to MySQLDatabaseConnector and Handler
2019-06-28 08:33:43 +02:00
BONNe
a8655aa669
Fix error on bentobox version check ( #792 )
...
Comes from #149
We cannot ask GameSettings for The End or Nether worlds, as if they are disabled, then they do not have settings.
2019-06-27 22:58:36 +02:00
Florian CUNY
23f4e66a02
Switched to TheBusyBiscuit's GitHubWebAPI4Java
2019-06-27 21:20:12 +02:00
Florian CUNY
3c3e01747b
Removed the .github files as they are now global over the organization
2019-06-27 15:01:35 +02:00
Florian CUNY
eb37beb79c
Ignored failing tests
2019-06-27 14:39:34 +02:00
Florian CUNY
544bda4e01
Use DatabaseConnector#closeConnection() instead of duplicating code in database handlers
2019-06-27 14:19:26 +02:00
Florian CUNY
195eac09cf
Fixed some code smells in JSONDatabaseHandler
2019-06-27 09:24:41 +02:00
tastybento
1f4fa0e203
Fixes bug where NPC inventories were protected by the container flag
...
https://github.com/BentoBoxWorld/BentoBox/issues/788
2019-06-26 20:51:02 -07:00
tastybento
3f217e30ad
Adds involved player UUID to IslandDeleteEvent
...
https://github.com/BentoBoxWorld/BentoBox/issues/790
2019-06-26 19:03:56 -07:00
Florian CUNY
7c16908768
Added MC 1.14.3 as supported
2019-06-26 00:10:30 +02:00
tastybento
d6248a3577
Fixes code smells.
2019-06-23 19:13:00 -07:00
Florian CUNY
9798edebd5
Added package-info for all database type packages
2019-06-23 09:19:08 +02:00
Florian CUNY
bfcc50aeed
Fixed CleanSuperFlatListener tests
2019-06-23 09:09:54 +02:00