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
commit 9d609c2dfe

View File

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