ssc config
肝帝熙恩 edited this page 2025-03-16 09:57:36 +08:00

Page revisions

6 Commits

Author SHA1 Message Date
肝帝熙恩
10742eb0a9 Updated ssc config (markdown) 2025-03-16 09:57:36 +08:00
Lucas Nicodemus
9902b2451e Fix malformed docs 2022-10-31 16:22:51 -07:00
Lucas Nicodemus
9598151f70 Move GiveItemsDirectly config item to tshock config
Due to an issue that stops the SSC config persister thing from working,
I moved the config item that's new back to the config file. I tried
applying the patches from
https://github.com/Pryaxis/TShock/pull/2354/commits but these didn't
actually resolve the issue. I'm keeping the commits here but I'm not
sure they help.

The core problem is this: if you add a new config file item to the ssc
config, the ssc config is overwritten with the default config items
instead of being merged automatically with the new items. This is a
critical issue as it means that SSC is disabled on all servers that had
it enabled and results in "data misplacement" which is alarming enough
to cause users to think they had data loss, which is not ideal.

Until the issue with the SSC config is resolved, I'm not willing or
confident to change it.
2022-10-31 16:18:39 -07:00
Janet Blackquill
2b263b8c7b Add ability for items given to players to be inserted directly into their inventory instead of spawned as an item drop 2022-10-28 15:04:53 -04:00
Lucas Nicodemus
4278cc52b3 Add SSC docs 2022-10-19 01:56:27 -07:00
Lucas Nicodemus
bd79cd411a Add field dump descriptions to docs
This adds the newly dumped field descriptions to the docs. In
particular, this adds field descriptions for the config file,
permissions, and ssc config. This also updates the sidebar with this
information.

The dumper formats have also been revamped for markdown.
2022-10-18 23:50:01 -07:00