Compare commits

...

11 Commits

Author SHA1 Message Date
tastybento 706178d3d5 Fix for L-Shaped island mis-naming 2024-01-20 17:11:25 -08:00
tastybento 72274c0174 Version 1.17.1 2024-01-20 17:11:09 -08:00
tastybento e532e5fad5 Version 1.17.0 2024-01-20 08:32:06 -08:00
tastybento 935884c94d Merge branch 'develop' 2024-01-20 08:31:21 -08:00
tastybento afa1ae028f
Release 1.17.0 (#510)
* Translate fr.yml via GitLocalize (#501)

Co-authored-by: gitlocalize-app[bot] <55277160+gitlocalize-app[bot]@users.noreply.github.com>

* Update Github Action build script

* Added distribution required for Github Action

* Update perms list

* Fix deprecation code for setting world settings

* Fix duplicate permission listing

* Fix typo

* Updated POM version numbers

* Update Jacoco

* Update pom.xml

* Add Modrinth publish workflow for GitHub Actions

* Fix syntax

* Syntax

* GitHub Action test

* More Action

* Update to BentoBox 2.0.0 API

* Updated island blueprints to 1.20.4

Grass was missing.

* Fix tests

---------

Co-authored-by: gitlocalize-app[bot] <55277160+gitlocalize-app[bot]@users.noreply.github.com>
2024-01-20 08:26:59 -08:00
tastybento 9599935527
Release 1.17.0 (#509)
* Translate fr.yml via GitLocalize (#501)

Co-authored-by: gitlocalize-app[bot] <55277160+gitlocalize-app[bot]@users.noreply.github.com>

* Update Github Action build script

* Added distribution required for Github Action

* Update perms list

* Fix deprecation code for setting world settings

* Fix duplicate permission listing

* Fix typo

* Updated POM version numbers

* Update Jacoco

* Update pom.xml

* Add Modrinth publish workflow for GitHub Actions

* Fix syntax

* Syntax

* GitHub Action test

* More Action

* Update to BentoBox 2.0.0 API

* Updated island blueprints to 1.20.4

Grass was missing.

* Fix tests

---------

Co-authored-by: gitlocalize-app[bot] <55277160+gitlocalize-app[bot]@users.noreply.github.com>
2024-01-20 08:21:35 -08:00
BONNe 844996fe3a Downgrade to 1.16.1 2023-04-15 23:31:59 +03:00
BONNe f44c6fa2a8 Merge branch 'develop' into master 2023-04-15 23:31:26 +03:00
BONNe e20fc256da Update workflow to Java 17 2022-10-04 14:55:05 +03:00
BONNe 44bf473803 Merge remote-tracking branch 'origin/develop' into master
# Conflicts:
#	pom.xml
#	src/main/resources/addon.yml
2022-10-04 14:54:19 +03:00
tastybento 6d3aab0762
Release 1.15.2 (#441)
* Version 1.15.1

* Remove unused comments.

* Reference correct BentoBox API

* Remove sonar plugin. Now use Github actions.

* Change plugin name to Pladdon

* Add informative messages to the options. (#440)

`create-and-link-portals` works only if allow-nether is enabled.
`create-obsidian-platform` works only if allow-end is enabled.

* Allow BentoBox 1.16.5 version

* Version 1.15.2

Co-authored-by: BONNe <bonne@bonne.id.lv>
2021-09-17 07:44:20 -07:00
3 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@
<!-- Do not change unless you want different name for local builds. -->
<build.number>-LOCAL</build.number>
<!-- This allows to change between versions. -->
<build.version>1.17.0</build.version>
<build.version>1.17.1</build.version>
<!-- Sonar Cloud -->
<sonar.projectKey>BentoBoxWorld_BSkyBlock</sonar.projectKey>
<sonar.organization>bentobox-world</sonar.organization>

View File

@ -9,7 +9,7 @@
],
"requirePermission": false,
"blueprints": {
"NORMAL": "classic-lshape",
"NORMAL": "l-shaped",
"NETHER": "nether-island",
"THE_END": "end-island"
},