tastybento
2f1bc509fa
Change cycle click test to test Travis
2019-05-04 22:36:16 -07:00
tastybento
809e18b971
Adds island near command.
2019-05-04 22:24:04 -07:00
Florian CUNY
4f84f37461
Send message to player to tell he cannot change the island settings as he's not owner
...
#638
2019-05-04 23:27:53 +02:00
Florian CUNY
a3a50c1961
Made the GitHub connection interval be at least 15 minutes
2019-05-04 23:05:11 +02:00
tastybento
2d94e4447a
Enables game mode addons to run as the only world ( #661 )
...
* Enables game mode addons to run as the only world.
Requires game mode addons to do the following in their onLoad:
1. Register commands
2. Be able to provide the chunk generator object because it will be used
to generate the worlds
3. Be able to provide the WorldSettings because the world name (string)
is required
* Sets world in CompositeCommand after onEnable
* Added Javadoc to Addon#onEnable and Addon#onLoad to better explain where to do what.
2019-05-04 22:56:55 +02:00
Florian CUNY
5d299abae4
Added es-ES (spanish) localization (credit to @SrAcosta)
2019-05-04 22:55:23 +02:00
Florian CUNY
a594427c5a
Fixed tests
2019-05-04 22:26:26 +02:00
BONNe
18755f6377
Add color translation for Panel and PanelItem names ( #660 )
2019-05-04 11:26:38 +02:00
Florian CUNY
60231d58ab
Fixed some mixed up placeholders
...
#659
island_distance, island_protection_range and island_creation_date had their actual value mixed up.
2019-05-04 11:24:29 +02:00
tastybento
9e15907f93
Added DYE protection flag
...
https://github.com/BentoBoxWorld/BentoBox/issues/653
(cherry picked from commit e94000528791e1abb30d19305e36529d825287b9)
2019-05-04 11:16:31 +02:00
tastybento
df8a93e9f1
Try newer sonarcloud maven version due to Travis errors
2019-05-03 22:54:13 -07:00
tastybento
2b2ee7e42c
Saves command rank settings to bentobox config.yml
...
https://github.com/BentoBoxWorld/BentoBox/issues/657
2019-05-03 22:29:03 -07:00
tastybento
4e0e283ace
Pull island distance from settings instead of island
2019-05-02 21:23:46 -07:00
tastybento
800c111fd8
Fixes color code character.
2019-05-01 08:35:26 -07:00
tastybento
765f6adfce
Makes console output more useful - just copy and paste missing YAML
2019-05-01 08:16:47 -07:00
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