Can i save npcs made with any plugin?
Like talking npc vendors or roaming npcs?
Do i have to use any command for it if its possible?
Havent found much in the doc about it, sorry if i missed it. I'd like to make roaming vendors spawn from monuments on wipe, and place some talking npc vendors in some puzzles.
Npcs doubt
Not currently. The plugins that create those special NPCs typically have the ability to be monument relative though, so it wouldn't be that helpful to store them in Monument Addons. There is an experimental feature for custom Addons that other plugins define, but I didn't get around to finalizing it, and it would probably be too much work on the other devs to integrate for this use case.
understood ) ty
Merged post
so just as a quick question, how do profiles like the OutpostAirwolf get NPC vendors into the profile?
Just maspawn, since those are vanilla NPCs. There's a section in the docs about how to add those ones.
thank you <3
Merged post
last one xD there isn't a way to accurately place buildings with copypaste right. i tried one with /mapaste but the placement was bad. then tried to move it with telekinesis but only moves one building block at a time. the i tried editing the Y position value, in the data file, but didn't work either. and then i tried /mapaste dgfgdfgdf height 1 but is not a thing. did i miss something?
CopyPaste placement requires trial and error. You can adjust the paste file itself and/or the position of it in the MA profile data file, or you can try placing and removing it many times.
If ajusting the Y value in the MA profile data file doesn't work, not sure what the issue is since I haven't tried it, but CopyPaste is probably doing some logic to determine the height it wants.
Now that creative mode is out, I'm interested in making that integrate better with the plugin. For example, I could detect everything you build and automatically save it as an addon, though it might be tricky to detect everything. Alternatively, I can add a command to register an entity as an addon, which you could run after building and wiring something.