1. Hello

    How Can Download Oxide 1.18 Plugin?
     
  2. Wulf

    Wulf Community Admin

    Oxide 1.18 is not supported and hasn't been supported for a long time.
     
  3. I need download link .

    Support no.
     
  4. Wulf

    Wulf Community Admin

    There are no download links, they aren't supported anymore. Are you looking for anything specific?
     
  5. I need to download links. To convert plugins to Oxide version 2.0
     
  6. Wulf

    Wulf Community Admin

    If you have a request for specific code, just let me know.
     
  7. I need plugin naked men in the oxide 1.18
     
  8. Wulf

    Wulf Community Admin

    I don't see a plugin with that name.
     
  9. I do not remember his name but I'm sure there are. I had already been here.
     
  10. Wulf

    Wulf Community Admin

    If you have the name a certain one, I can help you, otherwise that page isn't open.
     
  11. Naked man is nothing special just force client this command censor.nudity false
     
  12. If you still need it:
    Code:
    namespace Oxide.Plugins
    {
        [Info("NakedMan", "Spicy", "1.0.0")]
        [Description("Forces censor.nudity false on connect.")]    class NakedMan : RustLegacyPlugin
        {
            void OnPlayerConnected(NetUser netuser) => rust.RunClientCommand(netuser, "censor.nudity false");
        }
    }