Compare commits

..

1 Commits

Author SHA1 Message Date
Alexander Brandes
f01c287f89 Release 7.5.7
Signed-off-by: Alexander Brandes <mc.cache@web.de>
2025-09-09 21:55:30 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ import com.plotsquared.core.configuration.caption.LocaleHolder;
/** /**
* Internal use only. Used to allow adventure captions to be used in an exception * Internal use only. Used to allow adventure captions to be used in an exception
* *
* @since TODO * @since 7.5.7
*/ */
public final class PlotSquaredException extends RuntimeException { public final class PlotSquaredException extends RuntimeException {

View File

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

View File

@@ -12,7 +12,7 @@ adventure-bukkit = "4.4.1"
log4j = "2.19.0" log4j = "2.19.0"
# Plugins # Plugins
worldedit = "7.3.16" worldedit = "7.2.20"
fawe = "2.13.1" fawe = "2.13.1"
placeholderapi = "2.11.6" placeholderapi = "2.11.6"
luckperms = "5.5" luckperms = "5.5"