1. Using: Copy-Paste for Rust | Oxide

    Drawing upon the /placeback command, I need this plugin modified so that it can accept the following console command:
    pastelocation "name of data file" xcor ycor zcor height flags.....

    The flags would be what is currently in the file:
    autoheight true/false - default false - Auto adjusts height of a building, doesn't work on a too steep ground (depends on the foundations only)
    height XX - default: 0 - Adjust height to paste
    blockcollision XX - default: 0 - checks in XX radius if there is something that could collide with the new building, if so, blocks the build. 0 is to deactivate the detection.
    deployables true/false - default true - set to paste the deployables
    inventories true/false - default true - set to paste the inventories

    This would just require modifying the plugin to accept the above console command and also pasting it to a coordinate since everything else is already contained within the plugin.

    Thanks if anyone is interested, PM for more details :)
     
    Last edited by a moderator: Apr 17, 2017