Merge remote-tracking branch 'remotes/origin/v5' into bukkit/1.16.1

This commit is contained in:
MattBDev
2020-06-26 20:40:50 -04:00

View File

@@ -1751,6 +1751,7 @@ public class Plot {
} }
} else { } else {
area.addPlot(this); area.addPlot(this);
updateWorldBorder();
} }
setSign(player.getName()); setSign(player.getName());
MainUtil.sendMessage(player, Captions.CLAIMED); MainUtil.sendMessage(player, Captions.CLAIMED);