I am hosting a Rust server with the goal of it being PVE/PVP. PVE Monday-Friday, PVP Saturday and Sunday
I am trying to achieve this by scheduling two plugins to unload at the start of Saturday. And then scheduling those two plugins to load again on Monday.
Fine and dandy, however. When the server restarts per it's schedule, once daily. These plugins are automatically loaded again.
So- Is there a way to have the load state of plugins remembered through restarts? Or a way to have a payload sent to console automatically along side a server restart? Once it has fully started again, on specific days.
Or is there a far simpler way to achieve what I am trying to do xD
Or is there a far simpler way to achieve what I am trying to do xD