Hemp name?

Discussion in 'Rust Development' started by OMNI-Hollow, Jul 3, 2015.

  1. Anyone know the Hemp Plants, full name?
     
  2. Wulf

    Wulf Community Admin

  3. 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.
     
  4. 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.
     
  5. Wulf

    Wulf Community Admin

    There are much better ways: Solved - Getting item names? | Oxide.
     
  6. 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
     
  7. I think there was a example given in the plugin site that showed the
    Gather.rate pickup "cloth" <rate>