TShock icon indicating copy to clipboard operation
TShock copied to clipboard

☕️⚡️TShock provides Terraria servers with server-side characters, anti-cheat, and community management tools.

Results 183 TShock issues
Sort by recently updated
recently updated
newest added

Prevents SSC config getting reset to default when upgrading from the old format to the new

We think that as a result of removing our handling of PlayerUpdate (reimplementation of Terraria stuff), sleep doesn't work on SSC anymore. Confirmed by @Olink in Discord.

Confirmed

The readme has a contributor list, but it's out of date and needs to be automated because it's like a lot of people. Thankfully, there's a [CLI](https://allcontributors.org/docs/en/cli/usage) for the all-contributors...

* TShock version: 4.4.0 * TShock build number (if known): Pre15 #### Reproduction steps (if applicable)? 1. Put down an orange pressure plate. 2. Step on it 3. Pressure Plate...

Per #1560 and #1563, we need to isolate SSC. This is important because we also want to rewrite it. From that perspective, the primary goal is to just decouple it...

Moderate
Contribution Wanted

I don't know if it is possible, but i'd like to have a setting / permission with which you could disable the "{0} set the time to {1}" and other...

* TShock version: 4.4.0-pre8 * TShock build number (if known): dunno #### Reproduction steps (if applicable)? 1. Enable SSC 2. Join the server, register a new user account and login...

REST will be split out of TShock and provided as a separate plugin. - [ ] Remove REST from TShock - [ ] Implement it as a separate plugin as-is...

Work in Progress
High
Contribution Wanted

Current command parameters processing is annoying. We really need a better command api like what [the orion command issue](https://github.com/Pryaxis/TShock/issues/1677) describes. I noticed there's a [project](https://github.com/ZakFahey/easy-commands-tshock) which implemented similiar stuff. It'll...