ItemsAdder Wiki
English
➕ Addons🔌 More Plugins❤️ Donate
Search…
⌃K
Links
English
👋
Welcome
❤
Donation - Support my work
⚙
First install
❓
Frequently asked questions
🗿
3.3 vs 3.2
📖
Plugin usage
📄
Files editor
💽
Addons/resources
📹
Videos by users
✅
Compatibility with other plugins
✏
Contribute
🧪
Beta testing
💻
Developers
☕
Java API
Examples
Events
API Utilities
HUDs, GUIs...
📓
Skript API
📓
Denizen API
™
Branding
📘
Other
📔
Support
⚡
Optimize Minecraft client
🖥
Minecraft Hosting
🖋
legal
🛒
Buy
⛔
TOS
🆘
Support Team Policy
🖌
Addon Creation Policy
OLD
Old guides
Deprecated
Powered By GitBook
☕

Java API

Installing the API

You just have to use maven or gradle, you can get the API here
GitHub - LoneDev6/API-ItemsAdder: This is the ItemsAdder API repository. It serves as a Maven/Gradle reference for anyone looking to access the API without embedding/owning the entire plugin.
GitHub

Javadocs

​https://lonedev6.github.io/API-ItemsAdder/​

Important notes

It's very important to listen to the ItemsAdderLoadDataEvent event in order to make sure items are correctly loaded before accessing them.
ItemsAdder loading is async that's why.
Previous
Beta testing
Next
Examples
Last modified 20d ago
Copy link
Edit on GitHub
On this page
Installing the API
Javadocs
Important notes