Skip to content

Commit 15dd2af

Browse files
authored
Update to 1.21.10 (#340)
1 parent b44c70a commit 15dd2af

83 files changed

Lines changed: 87 additions & 86 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ allprojects {
5959
// [baseName]-[appendix]-[version]-[classifier].[extension]
6060
archiveClassifier.set(
6161
if (ext["gitBranchName"] == "master" || ext["gitBranchName"] == "HEAD") null
62-
else (ext["gitBranchName"] as String))
62+
else (ext["gitBranchName"] as String)
63+
)
6364
}
6465

6566
afterEvaluate {
@@ -69,7 +70,7 @@ allprojects {
6970
header(rootProject.file("HEADER.txt"))
7071
include("**/*.java")
7172
properties {
72-
this["year"] = "2021 - 2024"
73+
this["year"] = "2021 - 2025"
7374
}
7475
}
7576
}

common/src/main/java/de/sean/blockprot/nbt/FriendModifyAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2024 spnda
2+
* Copyright (C) 2021 - 2025 spnda
33
* This file is part of BlockProt <https://github.com/spnda/BlockProt>.
44
*
55
* BlockProt is free software: you can redistribute it and/or modify

common/src/main/java/de/sean/blockprot/nbt/LockReturnValue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2024 spnda
2+
* Copyright (C) 2021 - 2025 spnda
33
* This file is part of BlockProt <https://github.com/spnda/BlockProt>.
44
*
55
* BlockProt is free software: you can redistribute it and/or modify

common/src/main/java/de/sean/blockprot/nbt/stats/ListStatisticItem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2024 spnda
2+
* Copyright (C) 2021 - 2025 spnda
33
* This file is part of BlockProt <https://github.com/spnda/BlockProt>.
44
*
55
* BlockProt is free software: you can redistribute it and/or modify

common/src/main/java/de/sean/blockprot/nbt/stats/StatisticOnClickAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2024 spnda
2+
* Copyright (C) 2021 - 2025 spnda
33
* This file is part of BlockProt <https://github.com/spnda/BlockProt>.
44
*
55
* BlockProt is free software: you can redistribute it and/or modify

common/src/main/java/de/sean/blockprot/nbt/stats/StatisticType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2024 spnda
2+
* Copyright (C) 2021 - 2025 spnda
33
* This file is part of BlockProt <https://github.com/spnda/BlockProt>.
44
*
55
* BlockProt is free software: you can redistribute it and/or modify

common/src/main/java/de/sean/blockprot/util/BlockProtUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2024 spnda
2+
* Copyright (C) 2021 - 2025 spnda
33
* This file is part of BlockProt <https://github.com/spnda/BlockProt>.
44
*
55
* BlockProt is free software: you can redistribute it and/or modify

common/src/main/java/de/sean/blockprot/util/SemanticVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2024 spnda
2+
* Copyright (C) 2021 - 2025 spnda
33
* This file is part of BlockProt <https://github.com/spnda/BlockProt>.
44
*
55
* BlockProt is free software: you can redistribute it and/or modify

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
blockProtVersion=1.2.5
2-
nbtApiVersion=2.15.1
3-
anvilGuiVersion=1.10.6-SNAPSHOT
1+
blockProtVersion=1.2.6
2+
nbtApiVersion=2.15.3
3+
anvilGuiVersion=1.10.10-SNAPSHOT
44
townyVersion=0.98.1.6
55
papiVersion=2.11.6
66
worldGuardVersion=7.0.7

spigot/src/main/java/de/sean/blockprot/bukkit/BlockProt.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2024 spnda
2+
* Copyright (C) 2021 - 2025 spnda
33
* This file is part of BlockProt <https://github.com/spnda/BlockProt>.
44
*
55
* BlockProt is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)