A snippet from my configuration file:
"Run commands on server wipe": true,
"Commands on server wipe": [
"pasteback staff_location",
"pasteback server_test_room"
]Attempting to implement these console commands from the plugin CopyPaste after the server wipes in order to paste specified structures automatically, but it does not seem to take effect. How can I reconfigure to get the desired result? I will use other plugins as well in combination if required. Any advice is greatly appreciated.