{world.url} gives you the download link for the map
If I can find where {world.url} is set, and trim that URL a bit, I can change it from a download link to a URL that lets you view the map on RustMaps. Which is what I need; not a download URL
I exclusively run custom maps so I cannot use the {world.size}_{world.seed} to get the URL
Where does {world.url} get set?Solved
Managed to achieve what I wanted by adding a new field in 'private DiscordMessage ParseMessage(DiscordMessageConfig config)'
Locked automatically