Skip to content

Files

Latest commit

9d2931d · Nov 30, 2022

History

History
17 lines (12 loc) · 875 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 875 Bytes

Mod logo

Catalyst

A framework to streamline development of plugins for clients.

Why?

Copy and pasting code sucks. Between numerous clients, I've found myself writing the same code over and over again. This framework aims to streamline the development of plugins for clients by providing a set of classes and methods that can be used to quickly develop plugins.

Much of this framework is inspired by Nucleus, which is created by the HubbleMC team. It's a framework I helped design, however it's not open source as it has some very proprietary code in it. This framework is a re-implementation of the core features of Nucleus, but with a few changes to make it more flexible and open source.