mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-13 02:44:44 +02:00
Compare commits
2 Commits
renovate/n
...
fix/v6/y-i
Author | SHA1 | Date | |
---|---|---|---|
b13470ab93 | |||
faadebd30e |
@ -278,7 +278,7 @@ public class BukkitRegionManager extends RegionManager {
|
|||||||
int minY = value.getMin().getY();
|
int minY = value.getMin().getY();
|
||||||
for (int yIndex = 0; yIndex < ids.length; yIndex++) {
|
for (int yIndex = 0; yIndex < ids.length; yIndex++) {
|
||||||
int y = yIndex + minY;
|
int y = yIndex + minY;
|
||||||
BaseBlock id = ids[y];
|
BaseBlock id = ids[yIndex];
|
||||||
if (id != null) {
|
if (id != null) {
|
||||||
value.setBlock(x1, y, z1, id);
|
value.setBlock(x1, y, z1, id);
|
||||||
} else {
|
} else {
|
||||||
|
@ -140,7 +140,7 @@ allprojects {
|
|||||||
}
|
}
|
||||||
developer {
|
developer {
|
||||||
id.set("NotMyFault")
|
id.set("NotMyFault")
|
||||||
name.set("NotMyFault")
|
name.set("Alexander Brandes")
|
||||||
organization.set("IntellectualSites")
|
organization.set("IntellectualSites")
|
||||||
email.set("contact@notmyfault.dev")
|
email.set("contact@notmyfault.dev")
|
||||||
}
|
}
|
||||||
|
@ -12,9 +12,9 @@ spotbugs = "4.6.0"
|
|||||||
snakeyaml = "1.30" # Version set by Bukkit
|
snakeyaml = "1.30" # Version set by Bukkit
|
||||||
|
|
||||||
# Adventure & MiniMessage
|
# Adventure & MiniMessage
|
||||||
adventure-api = "4.10.1"
|
adventure-api = "4.9.3"
|
||||||
adventure-text-minimessage = "4.10.1"
|
adventure-text-minimessage = "4.1.0-SNAPSHOT"
|
||||||
adventure-platform-bukkit = "4.1.0"
|
adventure-platform-bukkit = "4.0.1"
|
||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
worldedit = "7.2.10"
|
worldedit = "7.2.10"
|
||||||
|
Reference in New Issue
Block a user