Hi !
I'm looking for a plugin that can allow or block some craft if a player is or isn't in a specific group.
I.E : The "default" group only have the permission to craft wooden weapon but the "knight" group can craft wooden weapon AND metal weapon
Sadly the "Crafting Controller" plugins don't have that kind of system =(
Do you know a plugin that can be used for what I want to do ?
Thanks in advance
Solved Block/allow craft based on permissions
Discussion in 'Plugin Requests' started by Pant0uflard, Jun 29, 2016.
-
Bump !
No idea about a plugins that can do it ?
To dev' guys, if no plugin exist, do you think it can be hard to do one ?
I have some knowledges in C# and I'm a bit familiar with Oxide API so maybe I can try to do it by my own. -
You could modify crafting controller to include permission but you have to do some group of items.
-
Yeah, I thought about that, I'll study the code of crafting controller and try to implement all the necessary stuff.
It will take me some times, but I don't think that's impossible.
Thanks ! -
In case someone is interested by my question, as the new XP system block automaticaly some items I will just block the "default" group to a certain lvl and the "knight" group to another one, like that, player can't access some craft if they aren't in the correct group. ( it's easier to do this than modify crafting controller btw ^^ )
