Separate names with a comma.
You would need to create a plugin that enforces the use of the required equipment.
Hey Gamerking122, I would recommend creating a new group with full permissions and negate the ignore-ssc permission. I would recommend creating...
You can just add the permission to the group given to unregistered users (default "guest").
You should be able to find the new tile ID in the TileEditEventArgs provided.
This could be from a variety of reasons. You'll need to check your settings thoroughly - make sure the IP & port is correct, make sure there is no...
\tshock\MultiBuff.txt
I believe the save location for linux is: ~/.local/share/Terraria Could you specify what you mean by "hardmode setting"? I believe the only...
Copy (don't move, just copy) the "Newtonsoft.Json.dll" file into the ServerPlugins folder.
You will need a C# compiler to compile the source code into a plugin file (.dll). Your best bet is to download Visual Studio and follow the basic...
There is not a config file for this plugin, but you can edit the plugin itself with very basic programming knowledge.
Hello, Please do not spam posts on this thread asking for plugin updates. Please use the search tool and the resources provided (including Google...
If I remember correctly, the internal time is the number of seconds since dawn (4:30AM) or dusk (7:30PM).
On Windows, the map is saved to the default world location (Documents/My Games/Terraria/Worlds) unless you specify otherwise. And yes, tShock is...
You should be able to use something like screen to keep the server running after disconnection.
Is your brother trying to connect using the public IP? Assuming he's on the same network as you, try using the local IP (typically...
Both of those aren't built-in to tShock. If you have a database editor, you can use an SQL command for both of those requests.
I'd start by checking the tShock config file under ChatFormat to make sure it includes the group prefix.
Hello, We provide some helpful documentation/guides for setting up your server here. If you have any specific questions that aren't addressed in...
Yes, assuming you're in SSC mode, you could make a plugin to emulate this behavior. I believe there's already a few plugins floating around that...
You can copy the Newstonsoft.Json file into the ServerPlugins folder.