Plugins - rfresh2/ZenithProxy GitHub Wiki
ZenithProxy plugins allow users to add custom modules and commands.
Plugins are only supported on the java
ZenithProxy release channel (i.e. not linux
).
Channel change command example: channel set java 1.21.0
Installing Plugins
Place plugin jars in the plugins
folder.
The plugins
folder is automatically created in the same folder you run the ZenithProxy launcher in.
Restart ZenithProxy to load plugins.
Loading plugins after launch or hot reloading is not supported.
Where to Find Plugins
#plugins channel in my discord server: https://discord.gg/nJZrSaRKtb
Creating Plugins
Example Plugin / Template: https://github.com/rfresh2/ZenithProxyExamplePlugin