Fabricio20 / HubBasics

Bukkit Plugin For Hub Owners
GNU Lesser General Public License v3.0
22 stars 11 forks source link

${Player.Name} Not working #101

Closed wildmaster84 closed 5 years ago

wildmaster84 commented 5 years ago

${Player.Name} in the join/leave section wont work, I tried ${Player.Name} %{Player.Name} %layer.Name% %player% and still wont work, please help.

Join: '&6[&2+&6] &9${Player.Name} &6has joined the server.' Leave: '&6[&c-&6] &9${Player.Name} &6has left the server.' Worlds: world: '%player% joined &bSkyBlock&6.'

Fabricio20 commented 5 years ago

can you try ${Player.DisplayName}?

Some of the replaces are here: https://github.com/Fabricio20/HubBasics/blob/master/HB-Spigot/src/main/java/net/notfab/hubbasics/spigot/utils/PlaceHolderUtil.java#L39

wildmaster84 commented 5 years ago

I just tried it and it still don't work

wildmaster84 commented 5 years ago

oops xD

Fabricio20 commented 5 years ago

Should be working as of today.