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
Please explain your feature request to the best of your abilities:
As mentioned in the title, I would suggest adding an option for disabling numbers in town and nation names. The only way to do it right now is to remove numbers from the regex, which does however instead result in different parts of towny not working.
The text was updated successfully, but these errors were encountered:
What do you mean by "different parts of Towny not working"? You shouldn't really have any issues with that, it would be nice if you could elaborate on it, that way we can also help you with your suggestion
I talked to LlmDl about it. Removing numbers from the regex means that towny for example can not create NPC mayors, as those NPCs have numbers in their names (e.g. NPC1, NPC2). A regex without numbers in it means that these names can not be created, and as such doing /ta set mayor npc breaks the town.
- Add option to disallow numbers in town/nation names, courtesy of
Warriorrrr with PR #6068.
- Closes#5954.
- Allow spaces to be used in town/nation rename commands, courtesy of
Warriorrrr with PR #6067.
- Make it easier to debug lang file formatting errors, courtesy of
Warriorrrr with PR #6066.
- Closes#6036.
- Fix /t deposit & /n deposit running sync, courtesy of Warriorrrr
with PR #6064.
- Include the plot price in the /plot fs feedback message, courtesy of
Warriorrrr with PR #6062.
- Ensure player gets feedback message when setting a group for sale,
courtesy of Warriorrrr with PR #6060.
- Re-check group set cost after confirmation is accepted, courtesy of
Warriorrrr with PR #6058.
- Add admin town command upkeep toggle, courtesy of Gamer153 with PR
#6052. (First-Time Contributor!)
- New Command: /ta town NAME toggle upkeep
- Toggles upkeep on or off for the given town.
Please explain your feature request to the best of your abilities:
As mentioned in the title, I would suggest adding an option for disabling numbers in town and nation names. The only way to do it right now is to remove numbers from the regex, which does however instead result in different parts of towny not working.
The text was updated successfully, but these errors were encountered: