-
Notifications
You must be signed in to change notification settings - Fork 27
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 #36
Comments
What functions would you like to have in the API? |
everything that involves creating, editing, spawning the boss etc, setting items, custom name, setting spawn location, setting if the boss spawns once or respawns continuously, the end goal is to be able to use this plugin for more than just bosses. |
The plugin in its current state, is quite tightly coupled with the main class and its config. It may require major refractoring to support being used as an API. |
ok would it be possible for you to provide a basic usage of how to do that? until you create the API (if you do) |
You can create, edit, delete by directly accessing the config |
This comment was marked as off-topic.
This comment was marked as off-topic.
Width & height can be configured. By default it is 1x1x1 |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
would it be possible to use this as an API? if not would you be willing to create an API for it?
The text was updated successfully, but these errors were encountered: