1. Wulf

    Wulf Community Admin

    RustAdmin doesn't need a plugin like this, just use the native inventory.give commands that Rust has.
     
  2. Thanks Wulf i think this question is more for the author of RustAdminRcon as there is a built in gui in the software to create item lists and give to all etc but none of that is working just typing inventory.give etc is cool just dont like typing lol :)
     
  3. Please redo this plug-in .cs is Very much like and need!!!
     
  4. Please redo this plugin is .cs Very much like and need!!!
     
  5. Put this in one of your plugins to disable the spawn messages:

    object OnServerMessage(string message, string name, string color, ulong userid) => name == "SERVER" && message.Contains("gave") ? (object)false : null;
     
  6. Wulf

    Wulf Community Admin

    NoGiveNotices for Rust | Oxide
     
  7. Oxide was updated the otger day and the admin spawn stop working, i contacted the server company and they checked, its not loading due to this oxide update.
    Is it possible that someone could update the plugin or tell me any other option to do the same job.
    Thanks
     
  8. I need one that i can as a admin give stuff to myself and others.
    Thanks
     
  9. Wulf

    Wulf Community Admin

    Rust has that natively, why not use that?