π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