stackotter / delta-client

An open source Minecraft Java Edition client built for speed.
https://deltaclient.app
GNU General Public License v3.0
328 stars 32 forks source link

Create plugin system #39

Closed stackotter closed 3 years ago

stackotter commented 3 years ago

Description

Adds supports for plugins. Here's a plugin template. This PR will likely generate a lot of merge conflicts for any other PRs that were started before this one was merged.

It also creates a plugins tab in settings that allows users to manage which plugins are loaded and which are not. The list of unloaded plugins is persisted across launches in Config. See Notes/PluginSystem.md for a more detailed description of how the plugin system actually works.

Thanks @thegail for getting the first part of the plugin system working.

Type of change

Please delete options that are not relevant.

Checklist: