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.
This commit is contained in:
parent
05fe6c905f
commit
61e36d0abd
6 changed files with 12 additions and 12 deletions
|
|
@ -259,6 +259,11 @@ Forces Christmas-only events to occur all year.
|
|||
* **Field type**: `Boolean`
|
||||
* **Default**: `False`
|
||||
|
||||
## GiveItemsDirectly
|
||||
If set to true, items given to players will be inserted directly into their inventory. Requires SSC. Otherwise, items given to players will spawn as dropped items. Experimental feature. May not work correctly or result in item loss.
|
||||
* **Field type**: `Boolean`
|
||||
* **Default**: `False`
|
||||
|
||||
## HardcoreBanReason
|
||||
The reason given when banning hardcore players on death.
|
||||
* **Field type**: `String`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue