You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry if this is somehow already implemented, but support for the .name tag suffix would be a great help, as there isn't (or at least I wasn't able to find) a way to remove the object type from depenizen tags (eg. town@).
In case the above isn't clear, I mean this:
<player.town> now returns town@SomeTown
<player.town.name> would return just SomeTown
The text was updated successfully, but these errors were encountered:
@michalet - Great recommendation. But until it's set up, you can do <player.town.substring[6]> (possibly change 6 to a different number) to get just SomeTown.
(or you should be able to at least. If not, tell me and I'll quick-fix that)
Sorry if this is somehow already implemented, but support for the .name tag suffix would be a great help, as there isn't (or at least I wasn't able to find) a way to remove the object type from depenizen tags (eg. town@).
In case the above isn't clear, I mean this:
<player.town> now returns town@SomeTown
<player.town.name> would return just SomeTown
The text was updated successfully, but these errors were encountered: