Release 7.0.0-rc.3

This commit is contained in:
Alexander Brandes 2023-07-22 10:56:35 +02:00
parent d876d3722a
commit 293d7acf2d
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
2 changed files with 3 additions and 3 deletions

View File

@ -562,7 +562,7 @@ public class HybridPlotWorld extends ClassicPlotWorld {
* Get the y value where the plot schematic should be pasted from.
*
* @return plot schematic y start value
* @since TODO
* @since 7.0.0
*/
public int getPlotYStart() {
return SCHEM_Y + plotY;
@ -572,7 +572,7 @@ public class HybridPlotWorld extends ClassicPlotWorld {
* Get the y value where the road schematic should be pasted from.
*
* @return road schematic y start value
* @since TODO
* @since 7.0.0
*/
public int getRoadYStart() {
return SCHEM_Y + roadY;

View File

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