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.
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
.