BentoBoxWorld / Bank

Allow your players to deposit and withdraw money from the island's bank! See island rankings!
Eclipse Public License 2.0
2 stars 6 forks source link

API #33

Open xhyrom opened 1 year ago

xhyrom commented 1 year ago

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

tastybento commented 1 year ago

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.