-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API and no dependencies #22
Comments
ProtocolLib is required since Packet manipulation is a whole lot more complicated on Spigot than BungeeCord. |
I plan on making an API eventually. Please comment what you would like to use the API for. |
@Andre601 I don't use PLIb at all and I probably won't use it anymore. @CodeCrafter47 Just creating own variables from plugins, setting update delays, heads, header/footer, something like that. :) |
Again: ProtocolLib is used as it would otherwise require CodeCrafter to create and maintain an entire Packet manager just for this plugin. Just use it. It's not that much of an issue to begin with. |
In my situation I would have to use whole PLib just for 1 plugin. |
One reason why an API could be good is this particular case on Discord, where some specific text can't be replaced by the plugin (ItemsAdder) to display the custom text: |
Will you make API for developers like in BTLP and remove ProtocolLib dependency? That would make plugin useful for more people. :)
The text was updated successfully, but these errors were encountered: