-
Notifications
You must be signed in to change notification settings - Fork 0
How to use
AlonsoAliaga edited this page Mar 3, 2023
·
1 revision
If you are not a developer, or you came here just because another plugin needs it.
Go to releases, download latest version, install it and plugin should work.
First of all, you should know this is just a plugin with adventure shaded inside.
I made this because, even though Paper supports adventure, Spigot doesn't.
I make plugins for Spigot, so if I want to make it compatible with both I need this to make things easier.
It would increase the .jar size. Additionally, I'd need to update each plugin when a new version is released.
Doing it like this, I simply need to update AlonsoLib.
You add it as any other library, as depend or soft-depend:
depend: #If AlonsoLib is required to install the plugin.
- AlonsoLib
soft-depend: #If AlonsoLib is optional and not required to install the plugin.
- AlonsoLibSince it's just shaded, usage is the same:
- Follow the official guide to learn how to use it.
AlonsoLib - Developed by AlonsoAliaga