diff --git a/Spigot/config.yml b/Spigot/config.yml index 41080d3..26ecf35 100644 --- a/Spigot/config.yml +++ b/Spigot/config.yml @@ -37,7 +37,7 @@ hub-mode: player-tag: enable: true height: 0.25f - line: "{prefix} {PlayerName}" + line: "%prefix% %player_name%" commands: fly: diff --git a/Spigot/messages.yml b/Spigot/messages.yml index 26f563b..c8a3f89 100644 --- a/Spigot/messages.yml +++ b/Spigot/messages.yml @@ -3,8 +3,8 @@ prefix: "&#d35b20&lM&#df701f&ly&#eb851e&ls&#f79a1d<&#ecae1d&li&#ecae1d&lc&#f79a1d&lH&#eb851e&le&#df701f&lr&#d35b20&lo&r" no-permission: "&7You do not have &baccess &7to this command." -hub-mode-join: "&b{PlayerName} &7has joined this hub" -hub-mode-leave: "&b{PlayerName} &7has left this hub" +hub-mode-join: "&b%player_name% &7has joined this hub" +hub-mode-leave: "&b%player_name% &7has left this hub" hub-block-place: "&7You can not place blocks." hub-block-break: "&7You can not break blocks." pvp-disable: "&7You can not hit other players" \ No newline at end of file