FragLand / terracord

:evergreen_tree: A Discord <-> Terraria bridge plugin for TShock
GNU General Public License v3.0
34 stars 14 forks source link

Replace configuration variables with more meaningful names #138

Closed ldilley closed 3 years ago

ldilley commented 3 years ago

The current 1-character configuration variables in terracord.xml are not very descriptive. Replace them with more meaningful names now that we are adding more variables. For example, %p% would be unambiguous to end users as %player_name%. The trailing % could also likely be omitted. Lastly, as an homage to shell scripting (and since we are changing things with this issue anyhow), replace % with $. So, an example result would appear as $player_name.