Most bases pasting in at sea level - TIP
Most, but not all of my saved bases are pasting in at sea level. I can't quite work out why it pastes some bases at ground level and all the rest at sea level.

Until this is sorted, here's a tip to take the guesswork out of setting the height parameter. :-)

F1 - console, and type printpos <enter>. You'll see your current x y z location printed there. The y parameter is your height, e.g. 20. Use the command

/paste mybase height 20

and the pasted base will appear in front of you. It sometimes needs an undo and a tweak, but most of the time it seems to work just fine.

Maybe the plugin could optionally use your height above sea level in this way to paste it? Just a thought.

Here's a short video of the issue.

I think I might know what's causing it because I think the Unity update changed a few things in the raycasting mechanics so I'll have a look at what's going on with the finding of the height. I think if you paste without autoheight it will actually use the player's position instead of the autoheight thing, you can also change the default value of that in the config. But I'll have a look at the autoheight since it's been broken ever since the Unity update.
Thank you.

I just looked in the config and I can't see an autoheight option. I don't know if it's my memory playing me up but I thought there used to be more options than this in the config?

{
  "Amount of entities to paste per batch. Use to tweak performance impact of pasting": 15,
  "Amount of entities to copy per batch. Use to tweak performance impact of copying": 100,
  "Amount of entities to undo per batch. Use to tweak performance impact of undoing": 15,
  "Enable data saving feature": true,
  "Copy Options": {
    "Check radius from each entity (true/false)": true,
    "Share (true/false)": false,
    "Tree (true/false)": false,
    "Default radius to look for entities from block": 3.0
  },
  "Paste Options": {
    "Auth (true/false)": false,
    "Deployables (true/false)": true,
    "Inventories (true/false)": true,
    "Vending Machines (true/false)": true,
    "Stability (true/false)": true,
    "EntityOwner (true/false)": true
  }
}​
In response to PPlank ():
Thank you.

I just looked in the config and I can't see an autoheight option. I don't know...
It's not in the config, it appears to be in the chat commands as a paste option. Type /paste alone and it will list syntax. Autoheight is an option, but I'm confused on how to use it. :shrug:
Yeah I think with an earlier version of this plugin when it was on Oxide, I'm fairly certain there were options you could set so you didn't have to keep adding them to the /copy command each time. They don't seem to be there now - maybe it's my memory not remembering properly.
Yeah, I've just been pasting at height 2 or height 3 and using /undo if it places poorly.