Compare commits

..

5 Commits

Author SHA1 Message Date
Pierre Maurice Schwang
8607b9c49c fix: plot music volume to span full plot 2024-04-07 23:55:33 +02:00
renovate[bot]
ce14036949 Update dependency com.github.spotbugs:spotbugs-annotations to v4.8.4 2024-04-07 17:22:04 +00:00
renovate[bot]
2dbb6ee025 Update dependency io.github.gradle-nexus.publish-plugin to v2 2024-04-06 01:23:47 +00:00
renovate[bot]
0da1d9f17a Update fawe to v2.9.2 2024-04-04 22:38:19 +00:00
Alexander Brandes
f1f41b0523 Back to snapshot for development
Signed-off-by: Alexander Brandes <mc.cache@web.de>
2024-04-04 21:51:55 +02:00
3 changed files with 5 additions and 5 deletions

View File

@@ -326,7 +326,7 @@ public class BukkitPlayer extends PlotPlayer<Player> {
return;
}
this.player.playSound(BukkitUtil.adapt(location), Sound.valueOf(BukkitAdapter.adapt(id).name()),
SoundCategory.MUSIC, 1f, 1f
SoundCategory.MUSIC, Float.MAX_VALUE, 1f
);
}

View File

@@ -22,7 +22,7 @@ plugins {
}
group = "com.intellectualsites.plotsquared"
version = "7.3.7"
version = "7.3.8-SNAPSHOT"
if (!File("$rootDir/.git").exists()) {
logger.lifecycle("""

View File

@@ -2,7 +2,7 @@
# Platform expectations
paper = "1.20.2-R0.1-SNAPSHOT"
guice = "7.0.0"
spotbugs = "4.8.3"
spotbugs = "4.8.4"
checkerqual = "3.42.0"
gson = "2.10"
guava = "31.1-jre"
@@ -13,7 +13,7 @@ log4j = "2.19.0"
# Plugins
worldedit = "7.2.20"
fawe = "2.9.1"
fawe = "2.9.2"
placeholderapi = "2.11.5"
luckperms = "5.4"
essentialsx = "2.20.1"
@@ -36,7 +36,7 @@ serverlib = "2.3.4"
shadow = "8.1.1"
grgit = "4.1.1"
spotless = "6.25.0"
nexus = "1.3.0"
nexus = "2.0.0"
runPaper = "2.2.3"
[libraries]