placeholders not working
jonthesquirrel opened this issue ยท 3 comments
What version/build of NametagEdit are you using? Type /ver NametagEdit
4.1.2
What version of Bukkit/Spigot/PaperSpigot are you using? Type /ver
CraftBukkit version git-Spigot-f19bb2c-2b7808f (MC: 1.11) (Implementing API version 1.11-R0.1-SNAPSHOT)
What plugins are you using? Type /plugins
PermissionsEx, PlugMan, NametagEdit, ServerListPlus, Vault, Essentials, EssentialsSpawn, PlaceholderAPI, EssentialsChat, EssentialsGeoIP
Please explain your issue?
I might just misunderstand how placeholders are supposed to work. In the nte groups config I have:
Groups:
staff:
Permission: nte.staff
Prefix: '&4[Staff] &c'
Suffix: ' (%player_displayname%)'
SortPriority: 1
but the %player_displayname%
is showing up literally in tab, not being transformed into the placeholder.
How do you reproduce the issue?
Is there an error(s) in the console? Please use: https://pastebin.com
Hmm. Do the other plugins that hook into PlaceholderAPI correctly process the %player_displayname% placeholder? Or is it just NametagEdit?
I solved it using the same solution as #125: I needed to download the placeholderapi extension for the plugin I wanted the placeholder from