tastybento
650e370ffe
Rewrote chunk deletion ( #648 )
...
As of 1.14, chunk regeneration is no longer supported. This PR implements a not-chunk-based deletion that supports both 1.13 and 1.14 and which also allows us to get rid of the "multiple of 16" rule for island distances. This PR however does not remove the "multiple of 16" rule and a commit should be made thereafter.
This PR is also a pre-requisite to #640 .
* Makes GameModes responsible for regenerating chunks.
* Deletes chunks manually to solve 1.14 chunk regen removal
* Fixes round up to 16 for island distance bug.
* Clean up - removing imports and stack traces
* Revert "Fixes round up to 16 for island distance bug."
This reverts commit 54f1ce0940
.
* Adds island edge protection for deletion. Needs full testing.
* Completed testing. Works correctly.
2019-05-01 16:25:35 +02:00
Florian CUNY
95c0c612da
Improved /bbox locale
2019-05-01 10:48:47 +02:00
Florian CUNY
51505ce276
Fixed typo in fr-FR locale
2019-05-01 10:21:10 +02:00
Florian CUNY
aee54b2162
Started fr-FR locale
...
#639
2019-05-01 10:00:55 +02:00
tastybento
6f00db0cc1
Added an admin locale analysis command.
...
Shows what strings are missing from which locale files.
2019-04-30 22:10:50 -07:00
tastybento
17493966d2
Merge remote-tracking branch 'origin/master' into develop
2019-04-29 19:43:09 -07:00
wellnesscookie
2ded5be6d6
Fixes user being spawned instead of target ( #646 )
...
If target had no island to be expelled to, second if statement would expel User (executor) itself
2019-04-29 18:25:08 -07:00
Florian CUNY
661bffad44
Improved javadoc on IslandsManager#getIslandCache()
2019-04-29 14:43:24 +02:00
tastybento
c785ccb39d
Adds method to copy a clipboard without having to be a user.
2019-04-28 17:57:23 -07:00
tastybento
2b42de44c4
Adds method to obtain the island cache.
2019-04-28 17:57:01 -07:00
tastybento
4472817b07
Removed tests.
2019-04-28 07:32:42 -07:00
tastybento
2ee03cd081
Merge branch 'develop' of https://github.com/BentoBoxWorld/BentoBox.git into develop
2019-04-28 07:32:24 -07:00
tastybento
f714baaa5c
Made a fix method private - should not be public API
2019-04-28 07:31:12 -07:00
Florian CUNY
f5b9b772d8
Made en-US more consistent
2019-04-28 15:11:45 +02:00
Florian CUNY
2eb0d657b4
Fixed typo in en-US locale
2019-04-28 14:40:28 +02:00
Florian CUNY
3fca2d7b8e
Fixes build failing due to old Clipboard reference in Blueprint
2019-04-28 13:58:34 +02:00
Florian CUNY
2bc590d8d1
Slightly improved javadoc in Clipboard
2019-04-28 13:55:54 +02:00
Florian CUNY
bf7e3ab7b8
Removed duplicate Clipboard in api/blueprints package
2019-04-28 13:50:48 +02:00
Florian CUNY
854d06eef2
Improved code readability in Clipboard
2019-04-28 13:50:15 +02:00
tastybento
8a885eac7f
Refactor of clipboard to separate out file saving/loading ( #641 )
...
* Refactor of clipboard to separate out file saving/loading
There's now a clipboard manager to handle file system loading and saving
so that the clipboard works purely in blocks (YAML).
* Fixes a few bugs
* Renamed getClipBoard to getClipboard
2019-04-28 13:41:24 +02:00
Florian CUNY
6100420bae
Added better success messages to admin team commands
...
#630
2019-04-28 11:21:58 +02:00
Florian CUNY
f333cfbe6f
Added [name] textvariable to admin setowner command 'already-owner' message
2019-04-28 11:15:26 +02:00
Florian CUNY
722f136e3f
Added better success message to AdminTeamKickCommand
...
#630
2019-04-28 10:39:31 +02:00
Florian CUNY
a612f20af9
Removed useless empty strings from en-US locale
2019-04-28 10:23:16 +02:00
Florian CUNY
3ef6529c40
Added better success messages for admin deaths and island team kick commands
...
#630
2019-04-28 10:21:35 +02:00
Florian CUNY
c2659b8d12
Merge remote-tracking branch 'origin/develop' into develop
2019-04-27 21:05:03 +02:00
Florian CUNY
8ba0ebd170
Added better success feedback messages for IslandBanCommand and IslandUnbanCommand
...
#630
2019-04-27 21:03:40 +02:00
Florian CUNY
7a1b32eecf
Changed 1.14 to incompatible
...
Extensive tests proved BentoBox to not be 1.14-ready for now. Panels and Schems are breaking. Island deletion fires errors.
2019-04-23 13:29:09 +02:00
Florian CUNY
a268bf7b52
Added 1.14 as not supported
2019-04-23 06:42:30 +02:00
tastybento
cfee1229d1
Uses BoundingBox for copying blocks to schems
...
https://github.com/BentoBoxWorld/BentoBox/issues/636
2019-04-22 07:35:54 -07:00
Florian CUNY
b556b3fb0a
Added a description templates for icons in the catalog
...
Also made them display the (unlocalized) description and topic.
2019-04-21 16:10:09 +02:00
Florian CUNY
5333f694cb
Made the GitHub data addons catalog parser supports spread JSON
2019-04-21 14:16:21 +02:00
Florian CUNY
e182bbac2a
Made the addon icon in Catalog send a link to latest release in chat
2019-04-21 11:55:26 +02:00
Florian CUNY
e522d7155a
Added some since javadoc annotations in WebManager
2019-04-21 11:12:22 +02:00
Florian CUNY
0f7c5895f5
Made the GitHub connection interval config check more permissive
...
So that negative values will also disable the repeating task
2019-04-21 10:39:01 +02:00
Florian CUNY
f5df341212
Removed 'web.github.flush-data-to-files' from config
2019-04-21 10:34:48 +02:00
Florian CUNY
aebbbabb5c
Updated ManagementPanel to use the new methods from CatalogPanel
...
And added some nullability annotations there
2019-04-21 10:30:03 +02:00
Florian CUNY
a728f5e531
Finished implementation of the Catalog Panel
...
It requires some polishing, but it is working.
2019-04-21 10:28:48 +02:00
Florian CUNY
8fcbdc716e
Un-hid 'web.github.connection-interval' in config.yml
2019-04-20 12:01:29 +02:00
Florian CUNY
70f589538c
Setup the basic Catalog panel
2019-04-20 12:00:59 +02:00
Florian CUNY
d1732e4f20
un-hid 2 GitHub-related settings in config
2019-04-19 18:49:47 +02:00
Florian CUNY
0108d254ee
Fixed addons and hooks icons in Management Panel not going to the next line
2019-04-19 10:53:14 +02:00
Florian CUNY
3bb5ebb688
Changed PlaceholderAPI hook's icon to a NAME_TAG
2019-04-19 10:43:07 +02:00
Florian CUNY
80f269c38d
Added description for /bbox catalog (en-US)
2019-04-19 10:40:07 +02:00
Florian CUNY
15351c61c8
Merge remote-tracking branch 'origin/develop' into develop
2019-04-18 14:43:34 +02:00
Florian CUNY
8601cd6a0d
Added /bentobox catalog
2019-04-18 14:42:32 +02:00
Florian CUNY
e7cd9d1453
Started implementation of the CatalogPanel
2019-04-18 14:42:00 +02:00
Florian CUNY
c47a41f3fc
Removed the drafty Github api - we now use the GitHubAPI4Java :)
2019-04-18 14:41:29 +02:00
tastybento
7499b19fea
Added offline message event.
...
This event is fired if the player is offline but the recipient of a
message.
2019-04-17 22:22:16 -07:00
Florian CUNY
a26341e36f
Fixed BentoBox still disabling if running on incompatible server
...
This fixes commit 0d6f872420
.
2019-04-17 22:58:17 +02:00