From 0d6b70d090a9ef4f3c053e27cc66e2dec3c4f8fa Mon Sep 17 00:00:00 2001 From: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com> Date: Thu, 17 Aug 2023 12:17:36 +0100 Subject: [PATCH] fix: format in custom-messages.yml Signed-off-by: Thatsmusic99 <25277367+thatsmusic99@users.noreply.github.com> --- .../advancedteleport/config/CustomMessages.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/AdvancedTeleport-Bukkit/src/main/java/io/github/niestrat99/advancedteleport/config/CustomMessages.java b/AdvancedTeleport-Bukkit/src/main/java/io/github/niestrat99/advancedteleport/config/CustomMessages.java index c4f79460..72110137 100644 --- a/AdvancedTeleport-Bukkit/src/main/java/io/github/niestrat99/advancedteleport/config/CustomMessages.java +++ b/AdvancedTeleport-Bukkit/src/main/java/io/github/niestrat99/advancedteleport/config/CustomMessages.java @@ -411,7 +411,7 @@ If you prefer to use the Legacy Code format (i.e. &a, &b, etc.) then you can sti They've got to respond! To cancel the request use /tpcancel to cancel it. - '>Click here to cancel the request.'>[CANCEL] + '>Click here to cancel the request.'>[CANCEL] """ .stripIndent()); addDefault( @@ -421,7 +421,7 @@ If you prefer to use the Legacy Code format (i.e. &a, &b, etc.) then you can sti If you want to accept it, use /tpayes, but if not, use /tpano. You've got to respond to it! - '>Click here to accept the request.'>[ACCEPT] >Click here to deny the request.>[DENY] + '>Click here to accept the request.'>[ACCEPT] '>Click here to deny the request.'>[DENY] """ .stripIndent()); addDefault( @@ -431,7 +431,7 @@ If you prefer to use the Legacy Code format (i.e. &a, &b, etc.) then you can sti If you want to accept it, use /tpayes, but if not, use /tpano. You've got seconds to respond to it! - '>Click here to accept the request.'>[ACCEPT] >Click here to deny the request.>[DENY] + '>Click here to accept the request.'>[ACCEPT] '>Click here to deny the request.'>[DENY] """ .stripIndent()); addDefault("Info.blockPlayer", " has been blocked."); @@ -457,7 +457,7 @@ If you prefer to use the Legacy Code format (i.e. &a, &b, etc.) then you can sti addDefault("Info.requestDeclined", " You've declined the teleport request!"); addDefault( "Info.requestDeclinedResponder", - " has declined your teleport request!"); + " has declined your teleport request!"); addDefault( "Info.requestDisplaced", " Your request has been cancelled because got another request!"); @@ -503,7 +503,7 @@ If you prefer to use the Legacy Code format (i.e. &a, &b, etc.) then you can sti addDefault("Info.requestAccepted", " You've accepted the teleport request!"); addDefault( "Info.requestAcceptedResponder", - " has accepted the teleport request!"); + " has accepted the teleport request!"); addDefault( "Info.paymentVault", " You have paid and now have !");