-
Notifications
You must be signed in to change notification settings - Fork 46
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
Tutorial/set of examples/wiki #47
Comments
There's an awful lot of API to cover here, which part of it are you most interested in? For sure there should be examples and a tutorial for entity controllers, network controllers and map displays. |
I would happily take my time to make a wiki here, since it looks like everyone can make a wiki... Just to give a perspective on what I did in the past: |
Essential parts I think that should be covered:
Theres more, but these are the most important off the top of my head. Some things are just too complex for most people to comprehend just starting out, like entity controllers. I think covering the most common use case, spawning armor stands for custom models, is best to cover. |
I know it's a bit much, and certainly don't expect all of that to be written. Downside to having everything in one big library. After all, it mostly just contains all the duct-tape and glue code I need for other plugins to function on as many versions of Minecraft as possible. |
Do you have some practical examples later? 😅 Or like links to classes or so, that show code examples? |
Not really, which is why the documentation is so poor. In the past I just wrote quick demos or copy-pasted code from my plugins to people that asked that worked mostly as intended. There was some sort of documentation for things over at dev.bukkit though, but its very much outdated. https://dev.bukkit.org/projects/bkcommonlib/pages/datastorage/configuration-api The menu is broken, but the sub-pages work fine and will show contents. |
i'd hope to see at least 2 of those
The text was updated successfully, but these errors were encountered: