Closed Metacinnabar closed 3 years ago
Showing the seed is mixed with a lot of emotions for everyone. Half want it, half don't. I can implement a disable-able !seed command instead?
Sure!
Do you want to make a commit for this? It's very easy with the new command system. A sample command is below.
We do need a new World command in the TCR namespace. (I didn't get around to adding it oops) We can make the "World" command change it's output based on a "ShowSeed" config option at the TCR level.
This results in a 404.
Do you want to make a commit for this?
I could try to find some time to spend adding this.
Does the new command system support Discord embeds?
Ah, that's because I moved the path. Here you go! https://github.com/xPanini/TCR-TerrariaChatRelay-TShock/blob/master/TCR-TerrariaChatRelay/Command/Commands/CmdPlayersOnline.cs
I have not begun working on the embed builder yet. The command system abstracts itself away from Discord anyways, so it doesn't know what it's talking to. We can program the method now, do embeds later.
All you have to so is return a string in a method. Since this command requires access to Terraria's world, this command should be done at the TCR layer.
I have been using a markup though to help standardize formatting across Discord (and future clients)
< /b> Bold < /box> Box < /I> Italics < /br> Break
Sounds good! I should be able to fit this in this week.
Closed #24
Description
Show world seed (possibly configurable) when the Discord command
!world
is issued.