Niek Candaele
Niek Candaele
Any chance Allocs Fixes can be included in this? If it helps, I have [a script](https://docs.csmm.app/en/7D2D/useful-scripts.html#install-update-allocs-fixes) that downloads the latest version and installs it. Maybe that is useful for you...
Players get kicked on shutdown command already, it is part of the server going down cleanup process. Can you elaborate on the errors you get? Adding this will produce a...
This is the controller that should be updated for this: https://github.com/CatalysmsServerManager/7-days-to-die-server-manager/blob/master/api/controllers/SdtdServer/restart-server.js
Yep, so what happens now is when the button gets pressed, the only command executed is the `shutdown` command. This should be changed to 2 commands: `kickall "Server will be...
Adding to this, the controller currently still uses the old machinepack lib. To make this a lot simpler, should be refactored to use the new wrapper lib ( https://github.com/CatalysmsServerManager/7-Days-to-Die-API-wrapper )....
1. It's a bit more work than just changing the require :) do a search for `sails.helpers.sdtdApi`to see how to use it, it's pretty straight forward 2. Correct!
Cool! - Biggest problem I foresee to implement this is finding a way to remove items from a players inventory. This has to be 100% foolproof to avoid any issues...
This file will need editing: https://github.com/CatalysmsServerManager/7-days-to-die-server-manager/blob/master/views/player/partials/setMoneyButton.sejs Can reuse this endpoint https://github.com/CatalysmsServerManager/7-days-to-die-server-manager/blob/master/api/controllers/Player/set-balance.js We can do the math on the frontend :)
So filling this out with some additional info: - This should be a configurable option. For public instances, rotating the Discord bot status is not feasible. The Discord bot status...
Did a quick patch to move the killEarner from redis pubsub to Bull jobs. The rest of economy hasn't been moved/refactored yet though.