Hemp name?
Discussion in 'Rust Development' started by OMNI-Hollow, Jul 3, 2015.
-
Yes thats Mugi's list, He is a bit busy and hasnt updated it since the 19th, its not on there which is why i asked here
-
Wulf Community Admin
That list isn't updated anymore, we update the docs when able. http://docs.oxidemod.org/rust/#item-list -
Any luck finding the Hemp name, im wanting to change hemp gather rate to x10, but the gather manager doesnt recognise Hemp as a dispenser im picking, gather.rate dispenser hemp 10, is the command i am using in console.
-
A kinda hacky way of getting the name of an entity as per the "Prefab name" and the location its in (like assets/blah/blah) is:
In the servers console, type vis.attack true, and in yours too. now shoot (must be a bullet i think) an entity you want to know the name of, the name of the entity that the bullet hit will be printed along side the bullets impact area. -
Wulf Community Admin
There are much better ways: Solved - Getting item names? | Oxide. -
thanks, i ended up figuring it out, it was the command i had to change, not the item in the end, hemp is still called cloth, but it is a pickup item, so required a different command to gather.rate dispenser cloth 10
-
I think there was a example given in the plugin site that showed the
Gather.rate pickup "cloth" <rate>
