Solved Updated item list?

Discussion in 'Rust Discussion' started by AetherKnight 2, Mar 4, 2018.

  1. Hey guys it looks like the Github link is down.. anyone have an up to date item list they can share??
     
  2. Just for reference, I used this to generate it:
    Code:
    private void OnServerInitialized() =>
        Interface.Oxide.DataFileSystem.WriteObject("ItemList", ItemManager.itemList.Select(item => item.shortname));
     

    Attached Files:

  3. Wulf

    Wulf Community Admin

    The item list has always been in our Docs link at the top and is updated each server update.
     
  4. Thanks guys. Sorry wolf i still dont see it in there. Not super clear where it is
     
  5. Wulf

    Wulf Community Admin

    Docs > Rust icon > Item List