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
Is there any API like in Levels? Placeholders are good but slow.
Javadocs, API
using placeholders but slow ._.
No response
The text was updated successfully, but these errors were encountered:
Yep, here you go: https://ci.codemc.io/job/BentoBoxWorld/job/Bank/ws/target/apidocs/index.html
I expect what you'll want to access is the BankManager object (you can get it by calling a method in Bank), and then here are the various methods: https://ci.codemc.io/job/BentoBoxWorld/job/Bank/ws/target/apidocs/world/bentobox/bank/BankManager.html
I assume you are trying to access this from another plugin? Let me know if it works for you.
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem?
Is there any API like in Levels? Placeholders are good but slow.
Describe the solution you'd like.
Javadocs, API
Describe alternatives you've considered.
using placeholders but slow ._.
Agreements
Other
No response
The text was updated successfully, but these errors were encountered: