TShock/TShockAPI/Configuration
Lucas Nicodemus 68ae73ffef Warn players if bypass SSC permission is enabled
If a player has the tshock.ignore.ssc permission, odds are that they may
want to know that their data isn't being saved or not. This change
allows users to be notified if they have SSC data stored in the DB but
they aren't having it loaded due to the aforementioned permission.

This permission causes great confusion, but we can't really change it
because we would break existing setups. This is an easy change that
gives people a reason why they suddenly "have no items."

This new option can be turned off in the config file for SSC if it's not
desired.

This change also modifies some of the log messages so that it's clear
why the SSC save didn't occur for a given player.
2021-05-21 01:16:04 -07:00
..
ConfigFile.cs Minor refactor 2021-01-28 19:43:03 +10:30
IConfigFile.cs Genericise configurations 2020-12-03 17:42:46 +10:30
ServerSideConfig.cs Warn players if bypass SSC permission is enabled 2021-05-21 01:16:04 -07:00
TShockConfig.cs Change logpath to ./tshock/logs by default 2021-05-14 22:08:32 +09:30