Compatibility - CopyPasteSolved

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.

It is likely too early.

Makes sense. I will have to either find a way to implement some sort of configurable delay on these commands or find an alternative plugin for this purpose. I think I can cook up some more configuration variables that could run only particular commands on a delay. Might just do the trick!

All sorted! I was able to personally code some custom configuration variables and a seperate command category for this plugin, which will now allow me to specify a time delay before running specific commands at wipe time. Using this method it was fairly simple to accomplish the desired result. Cheers!

Locked automatically