Skip to content

Plugin & dependency management extension for the Oxide modding framework.

License

Notifications You must be signed in to change notification settings

Calytic/Oxide.Ext.Catalyst

Repository files navigation

Catalyst

Version: 1.0.6

Plugin & dependency management extension by RustServers.IO for the Oxide/uMod modding framework.

Features

  • Free & Open-Source
  • Automatically install plugins and all of their dependencies
  • Automatically update an individual plugin or every plugin
  • Avoids circular dependencies & dependency hell

Download

Obtain the latest version of Catalyst from the Releases page.

Installation

  1. Move Oxide.Ext.Catalyst.dll into the RustDedicated_Data/Managed folder
  2. Restart server

Usage

  • Update

    Updates all plugins to latest versions

    catalyst.update *

    Updates specified plugins to latest versions

    catalyst.update PluginName [PluginName] [...]

  • Require

    Installs specified plugin

    catalyst.require PluginName [Version]

  • RequireAll

    Installs all specified plugins (using latest versions)

    catalyst.requireall PluginName [PluginName] ...

  • Remove

    Uninstalls specified plugins from server

    catalyst.remove PluginName [PluginName] [...]

  • Configuration

    Command-line editing of plugin configuration files (alpha)

    catalyst.config Setting.SubSetting [NewValue]

  • Search

    Search available source repositories for a plugin by name, description, or requirements

    catalyst.search search terms

  • Info

    Find available information on a specific plugin

    catalyst.info PluginName

  • Validate

    Check if requirements are valid

    catalyst.validate

Sourcing

Plugins available for installation through Catalyst are indirectly sourced only from uMod.org.

Original authors are attributed and their corresponding documentation and possible licensing information is included.

If you identify any misattribution or a missing license please do not hesitate to contact us.

More information on the intermediate web service used for Catalyst may be found in SOURCE.md

  • Source Service

    Add/Remove source service where plugins are found

    catalyst.source http://source.url.com

Contribute

We are happy to review community contributions, please send updates as pull requests on GitHub.

License

MIT

About

Plugin & dependency management extension for the Oxide modding framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages