TownyAdvanced / MapTowny

A Towny add-on Bukkit plugin that enables towns to show up on a web-map.
MIT License
22 stars 18 forks source link

Change %nationstatus% to a Parentheses-type replacement. #61

Open NinjaMandalorian opened 2 months ago

NinjaMandalorian commented 2 months ago

Is your feature request related to a problem? Please describe. When using %nationstatus%, if you surround it with parentheses (), it does not remove them when nation-less. This behavior, which is implemented for %nation%, would make sense to work with the status version as well.

Describe the solution you'd like Converting of %nationstatus% from standard register() to registerParenthesesReplacement()

Describe alternatives you've considered None (this is a simple edit)

Additional context I've already made a forked version for my own testing purposes, if this is approved I can just make a pull request.