Rust Modding Resources
Documentation
Oxide/uMod Documentation
📌 Link: https://docs.oxidemod.com
📖 Official documentation for the Oxide framework, including API references, hooks, and general information for writing Rust plugins.
Carbon Documentation
📌 Link: https://docs.carbonmod.gg/docs
📖 Official documentation for the Carbon framework, covering API usage, development setup, and plugin creation.
Development Tools
Visual Studio 2022
📌 Link: https://visualstudio.microsoft.com
🛠️ The recommended IDE for Rust modding, providing IntelliSense, debugging tools, and project management features.
ILSpy
📌 Link: https://github.com/icsharpcode/ILSpy
🛠️ A powerful .NET decompiler for exploring Rust's DLL files.
Plugin Repositories
uMod Plugin Repository
📌 Link: https://umod.org/plugins
📦 A vast library of existing Oxide plugins, useful for learning and finding pre-made solutions for common features.
Carbon Plugin Repository
📌 Link: https://codefling.com/carbon
📦 A collection of plugins built for Carbon, including community-contributed mods.
Community & Support
Rust Modding Community (RMC) by Cobalt Studios
📌 Link: https://discord.gg/cobaltstudios
💬 The official Rust Modding Community, where developers can ask questions, share plugins, and collaborate.
Oxide/uMod Discord
📌 Link: https://discord.com/oxide
💬 A Discord dedicated to Oxide modding, with discussions, troubleshooting, and plugin development help.
Carbon Discord
📌 Link: https://discord.com/carbonmod
💬 The main hub for Carbon modders, featuring support channels, development discussions, and plugin showcases.