We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How do we want to do plugins? I like an annotation type system.
@Plugin(name="Test", authors=new String[] {"Phase"}) public class TestPlugin{}
The text was updated successfully, but these errors were encountered:
But how good would they work when setting up the other language support?
Sorry, something went wrong.
Not sure, I don't know any other languages that use annotations.
Python sort of does and not sure about any other JVM ones.
But python support will be a pluginv I make for this server version. That way it won't bug anything up.
No branches or pull requests
How do we want to do plugins? I like an annotation type system.
The text was updated successfully, but these errors were encountered: