Prevent learning some blueprints using workbench?

how to prevent player learn some blueprints by workbench?

I want to prevent player to learn Explosive 5.56 Rifle Ammo/ammo.rifle.explosive by workbench lvl 3

How to do it?

thanks.

Hi,please help me.
Not yet. Hooks are still in the works. Once they are available, plugins will be able to utilize them to do what you want.
5f1792699e67b.jpg WhiteThunder
Not yet. Hooks are still in the works. Once they are available, plugins will be able to utilize them to do what you want.

thanks.

when do it will come?

Likely the hooks will be available in the Oxide update at the next force wipe, so on Jan 7th. Then it may take time for developers to utilize them in plugins.
5f1792699e67b.jpg WhiteThunder
Likely the hooks will be available in the Oxide update at the next force wipe, so on Jan 7th. Then it may take time for developers to utilize them in plugins.

thanks.
which plugin will be available on Jan 7th?

may you tell me?

No clue. I haven't developed any plugins related to blueprints or the tech tree. Just the hooks will be available at that time, which makes it possible for plugins to use them. Up to the plugin developers around here to build something with them.
Not to sure on how it will work with techtree as its client sided so going to be very intresting to see what hapenes when ya block it.. and its still in the tree.. supose half to add the bp to the player when when opening the tree to bypass it to the next item then remove it when tree closes.
5f1792699e67b.jpg WhiteThunder
Fortunately, the game developers made it so that when you click unlock, it sends a message to the server even when they don't have an unlock path (or scrap, I think, but don't recall if I checked that).

Here are the PRs with the proposed hooks. All subject to change.

thanks.

But I am new,I am only player,can not understand this.

If I want to prevent player to unlcok these items?How to do?

"explosive.satchel",
"explosive.timed",
"ammo.rifle.explosive",
"rocket.launcher"

asurvivalgame

thanks.

But I am new,I am only player,can not understand this.

If I want to prevent player to unlcok these items?How to do?

My previous post was directed at Ts3hosting. Nobody can answer your question right now because no plugin exists to prevent players from unlocking blueprints. You will have to wait until someone develops and then releases a plugin with that functionality. That can happen no sooner than Jan 7th because the modding framework needs to support it first, which is what the above links are about.

there is a plugin to remove the tech tree and make wb work as before that can block them but other then that ya need to wait untell hooks added and plugin to be made witch should not take to long after hooks added.
Could alternatively just stop the player from crafting it.  Nearly the same result.
Just block ammo.rifle.explosive using ComponentBlocker
Your best bet is to make it a default blueprint using blueprint manager. Then use crafting controller to block being able to craft it and block researching it.