🐒Creating your First Plugin
If you’re looking at creating Oxide-compatible plugins, it’s as easy as you’ve always known it. It uses the same syntax, naming and formatting as regular Oxide plugins.
CarbonPlugin
If you’re looking to create Carbon-only plugins, which extends the functionality of regular Oxide plugins, and brings you more tools for easing the development of your plugins, you may now use CarbonPlugin as your file’s inheritance.
Last updated