Chris
Chris
Improvements based on https://github.com/Pryaxis/TShock/issues/2427 - [ ] Make offline banning easier - [ ] Consider how to group ban tickets in a nicer fashion - [ ] Provide better info...
Hijacked by @nicatronTg. This is the list of potential commands to be stripped out of TShock in TShock 5. - [ ] `/annoy` - [ ] `/confuse` - [ ]...
Prevents SSC config getting reset to default when upgrading from the old format to the new
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...
This is wildly untested and smashed out in a night. Some hardcore review (and testing if possible!) would be appreciated. Pulled as much of the SSC subsystem out of the...
Copy/pasted straight from https://github.com/Pryaxis/TShock/discussions/1845: How it should work: When you use Magic Mirror it teleports you back to spawn. How it does work: You click on the bed and "Spawn...
We have a multitude of different events, and a multitude of ways to hook onto them. Some things provide base dotnet events: ```C# event EventHandler E; E += MyHandler; ```...
Discussion has been underway about reimplementing the permissions system in TShock. Based on feedback, the following requirements should be met: * Users can be added to multiple groups * Groups...
The TShock ban system needs improvements. The aim of this issue is to discuss what these improvements will encompass. Feel free to chime in with drawbacks to the current system,...
Captured from Discord (thanks to @Raspberry), with minor adjustments: > REST API Suggestion: /server/chat the client (the one who's gonna send a request), would send something like: ``` GET /server/chat?filter=player&limit=50...