You're absolutely correct, I believe I'll leave a response on the NTeleportation forum, as I've discovered recently it just may the cause of the bug. I also found that command /authclean just a couple days ago - thank you so much for the response.
[DOUBLEPOST=1466188018][/DOUBLEPOST]Unfortunately when you plant, you take precedence, regardless of the normal building parameters for collision. In other words, it places the item where you point, and ignores everything else. This is why you can suddenly use the plant function to place 100 pump jacks overlapping, or 100 bears in the same place and they spread out. There is no way to build correctly, without using the construction plans - not the /plant command.

Build
Build, spawn, plant, upgrade, deploy anything the way that you want it.
Total Downloads: 21,184 - First Release: Nov 8, 2014 - Last Update: Jul 26, 2018
- 4.9/5, 50 likes
-
Latest IDs for the 6-16 update (Devblog 115)
Also, here is the code if you want to add it to the plugin and generate your own lists (creates a build.list console command):
Code:[ConsoleCommand("build.list")] void cmdBuildListRes() { int i = 0; Dictionary<int,string> reslist = new Dictionary<int,string>(); foreach (string resource in resourcesList) { reslist.Add(i,resource); i++; } Interface.Oxide.DataFileSystem.WriteObject("Build-Protocol(" + Protocol.network.ToString() + ")", reslist); Puts("Generated new build resource list: Build-Protocol(" + Protocol.network.ToString() + ").json in DATA folder."); }
Attached Files:
-
-
-
"/buildgrade (resource) all" Doesnt work. Still need to click on each item at the time.
-
-
How should that help? That is another plugin? I want to change a complete structure to a certain material. This plugin has "/buildgrade RESOURCE all" option but it doesn't work.
-
If you're only changing a few walls/floors etc to another material, use /buildgrade 0 (for twig), /buildgrade 4 (for top tier) and everything in between, 0-4 is your choices, that's it. Use the right click to "zap" one piece of material at a time, or hold it down, to "point and spray" at a structure, changing bits and pieces as you look around. But honestly, /up is MUCH easier with the other plugin. As for /buildgrade (0-4) all? No idea. Too much for my admin team to type everytime when a player donates for a base upgrade. -
Works, but no more overlay after XP update
-
anyone got the new resource ids after the xp update?
-
Is there a way to place a static heli or airplane just for looks? I would like to add some to the airstrip on my server.
-
Anyone have the current build list?
-
Newest item list
Attached Files:
-
-
"Neater" list of /plant items, thank you MexicanButler
Attached Files:
-
-
I'm running the one posted above by resistance and I get the message "You are not allowed to use this command"
I'm unable to give myself the permission..
[Oxide] 22:54 [Info] Permission 'builder' doesn't exist
Any suggestions on what I'm doing wrong? -
[Oxide] 08:26 [Error] Build plugin failed to compile!
[Oxide] 08:26 [Error] Build.cs(1483,46): error CS1525: Unexpected symbol `Network'
[DOUBLEPOST=1468478080][/DOUBLEPOST]used Resistance version: Build | Page 46 | Oxide -
deleted as fixes updated by coder
Last edited by a moderator: Jul 21, 2016 -
-
I'm running the one posted above by resistance and I get the message "You are not allowed to use this command"
I'm unable to give myself the permission..
[Oxide] 22:54 [Info] Permission 'builder' doesn't exist
Any suggestions on what I'm doing wrong? -
why it's like this :
Screenshot
?
not like when i build it from building plan.