Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.15 #365

Merged
merged 52 commits into from
Jan 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
0e91775
Translate cs.yml via GitLocalize
tastybento Oct 22, 2023
d08b2ae
Translate cs.yml via GitLocalize
mt-gitlocalize Oct 22, 2023
c0d04b0
Translate de.yml via GitLocalize
tastybento Oct 22, 2023
2158cb1
Translate de.yml via GitLocalize
mt-gitlocalize Oct 22, 2023
92ca647
Translate de.yml via GitLocalize
EinsLucaaa Oct 22, 2023
c82aadb
Translate ja.yml via GitLocalize
tastybento Oct 22, 2023
db267d7
Translate ja.yml via GitLocalize
mt-gitlocalize Oct 22, 2023
9575874
Translate zh-CN.yml via GitLocalize
mt-gitlocalize Oct 22, 2023
f2c4db1
Translate zh-CN.yml via GitLocalize
tastybento Oct 22, 2023
47823a0
Merge pull request #345 from BentoBoxWorld/gitlocalize-26817
tastybento Oct 22, 2023
e930f72
Merge pull request #346 from BentoBoxWorld/gitlocalize-26818
tastybento Oct 22, 2023
fdf0611
Merge pull request #347 from BentoBoxWorld/gitlocalize-26819
tastybento Oct 22, 2023
916ef2f
Merge pull request #348 from BentoBoxWorld/gitlocalize-26820
tastybento Oct 22, 2023
19ff490
Translate zh-TW.yml via GitLocalize
tastybento Oct 22, 2023
581d1fe
Translate zh-TW.yml via GitLocalize
mt-gitlocalize Oct 22, 2023
55ddc64
Merge pull request #349 from BentoBoxWorld/gitlocalize-26821
tastybento Oct 22, 2023
77cac15
Translate es.yml via GitLocalize
LordNeoZ Oct 22, 2023
f0d5d36
Translate es.yml via GitLocalize
tastybento Oct 22, 2023
0a67ffb
Translate es.yml via GitLocalize
mt-gitlocalize Oct 22, 2023
f3bde65
Translate fr.yml via GitLocalize
tastybento Oct 22, 2023
6902ded
Translate fr.yml via GitLocalize
mt-gitlocalize Oct 22, 2023
0c0d5d9
Translate hr.yml via GitLocalize
tastybento Oct 22, 2023
a23a9cb
Translate hr.yml via GitLocalize
mt-gitlocalize Oct 22, 2023
99eaace
Translate hu.yml via GitLocalize
arphox Oct 22, 2023
4e9dc38
Translate hu.yml via GitLocalize
tastybento Oct 22, 2023
63eb91c
Translate hu.yml via GitLocalize
mt-gitlocalize Oct 22, 2023
60669d8
Adds placeholder for #355
tastybento Nov 10, 2023
34783af
Version up 1.15.0
tastybento Nov 10, 2023
d2ada72
Merge pull request #350 from BentoBoxWorld/gitlocalize-26825
tastybento Nov 10, 2023
121f06a
Merge pull request #351 from BentoBoxWorld/gitlocalize-26826
tastybento Nov 10, 2023
3b4ae9d
Merge pull request #352 from BentoBoxWorld/gitlocalize-26827
tastybento Nov 10, 2023
542012d
Merge pull request #353 from BentoBoxWorld/gitlocalize-26828
tastybento Nov 10, 2023
5288546
BentoBox API 2.0.0 and RanksManager database test fix
tastybento Nov 12, 2023
cef02f4
Fixed issues:
Baterka Nov 24, 2023
21fd05b
Added features:
Baterka Nov 24, 2023
111f2dc
Update src/main/java/world/bentobox/aoneblock/oneblocks/customblock/M…
tastybento Nov 24, 2023
ee4f519
Merge pull request #358 from Baterka/develop
tastybento Nov 24, 2023
8cf86e4
Fixed method call for placeholder. #355
tastybento Nov 24, 2023
b6b0b53
Fixed `cooldown` requirement (#360)
Baterka Nov 25, 2023
aa222a5
Make a potential null ""
tastybento Nov 25, 2023
f936bbb
Make "aoneblock.placeholders.infinite" a constant
tastybento Nov 25, 2023
6c41c7c
Replaced instanceof check and cast
tastybento Nov 25, 2023
271c245
Removed useless ++; it never get's used.
tastybento Nov 25, 2023
05ebd01
Refactored to reduce complexity.
tastybento Nov 25, 2023
df46cd7
Refactored to reduce complexity.
tastybento Nov 25, 2023
0198170
Refactoring
tastybento Nov 25, 2023
7ddd9a4
Add Ukrainian locale (#361)
gitlocalize-app[bot] Nov 26, 2023
072fd0b
Let ItemsAdder be a new OneBlockCustomBlock (#359)
HSGamer Nov 29, 2023
d7101b9
goToBlock fixes (#362)
Baterka Nov 29, 2023
0db4013
Remove unused imports.
tastybento Nov 30, 2023
52fedee
Fix tests and refactor code
tastybento Jan 20, 2024
db16529
Update to 1.20.4. Handle too large Material class.
tastybento Jan 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 13 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@
<!-- Non-minecraft related dependencies -->
<powermock.version>2.0.9</powermock.version>
<!-- More visible way how to change dependency versions -->
<spigot.version>1.20.1-R0.1-SNAPSHOT</spigot.version>
<bentobox.version>1.24.0-SNAPSHOT</bentobox.version>
<spigot.version>1.20.4-R0.1-SNAPSHOT</spigot.version>
<bentobox.version>2.0.0-SNAPSHOT</bentobox.version>
<level.version>2.6.2</level.version>
<bank.version>1.3.0</bank.version>
<!-- Revision variable removes warning about dynamic version -->
<revision>${build.version}-SNAPSHOT</revision>
<!-- 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.14.2</build.version>
<build.version>1.15.0</build.version>
<!-- SonarCloud -->
<sonar.projectKey>BentoBoxWorld_AOneBlock</sonar.projectKey>
<sonar.organization>bentobox-world</sonar.organization>
Expand Down Expand Up @@ -292,26 +292,19 @@
--add-opens java.base/java.math=ALL-UNNAMED
--add-opens java.base/java.io=ALL-UNNAMED
--add-opens java.base/java.util=ALL-UNNAMED
--add-opens
java.base/java.util.stream=ALL-UNNAMED
--add-opens java.base/java.util.stream=ALL-UNNAMED
--add-opens java.base/java.text=ALL-UNNAMED
--add-opens
java.base/java.util.regex=ALL-UNNAMED
--add-opens
java.base/java.nio.channels.spi=ALL-UNNAMED
--add-opens java.base/java.util.regex=ALL-UNNAMED
--add-opens java.base/java.nio.channels.spi=ALL-UNNAMED
--add-opens java.base/sun.nio.ch=ALL-UNNAMED
--add-opens java.base/java.net=ALL-UNNAMED
--add-opens
java.base/java.util.concurrent=ALL-UNNAMED
--add-opens java.base/java.util.concurrent=ALL-UNNAMED
--add-opens java.base/sun.nio.fs=ALL-UNNAMED
--add-opens java.base/sun.nio.cs=ALL-UNNAMED
--add-opens java.base/java.nio.file=ALL-UNNAMED
--add-opens
java.base/java.nio.charset=ALL-UNNAMED
--add-opens
java.base/java.lang.reflect=ALL-UNNAMED
--add-opens
java.logging/java.util.logging=ALL-UNNAMED
--add-opens java.base/java.nio.charset=ALL-UNNAMED
--add-opens java.base/java.lang.reflect=ALL-UNNAMED
--add-opens java.logging/java.util.logging=ALL-UNNAMED
--add-opens java.base/java.lang.ref=ALL-UNNAMED
--add-opens java.base/java.util.jar=ALL-UNNAMED
--add-opens java.base/java.util.zip=ALL-UNNAMED
Expand Down Expand Up @@ -373,7 +366,9 @@
<!-- This is required to prevent Jacoco from adding
synthetic fields to a JavaBean class (causes errors in testing) -->
<exclude>**/*Names*</exclude>
</excludes>
<!-- Prevents the Material is too large to mock error -->
<exclude>org/bukkit/Material*</exclude>
</excludes>
</configuration>
<executions>
<execution>
Expand Down
Loading