Skip to content

Commit

Permalink
Add some space between the chat click messages for realign
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew121410 committed Sep 6, 2024
1 parent 7a63a01 commit e113656
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,8 @@ public void run() {
blockMap.forEach((location, material) -> location.getBlock().setType(material));
p1.sendMessage(Translate.miniMessage("<green>The original blocks have been restored."));
})));
player.sendMessage("");
player.sendMessage("");
player.sendMessage(Translate.miniMessage("<red><bold><u>CLICK HERE TO CONFIRM THE CHANGES.").clickEvent(chatClickCallbackManager.create(player, p1 -> {
elevator.fixUnalignedElevator(player, true);
blockMap.forEach((location, material) -> location.getBlock().setType(material));
Expand Down

0 comments on commit e113656

Please sign in to comment.