Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 835 Bytes

File metadata and controls

20 lines (13 loc) · 835 Bytes

Events

ItemsAdderLoadDataEvent

package dev.lone.itemsadder.api.Events;
public class ItemsAdderLoadDataEvent extends Event

This event is called when ItemsAdder has loaded all its stuff correctly (also on /iareload)
Listen to this in order to wait all items, images etc. are available for your plugin.

ResourcePackSendEvent - docs

Event triggered when the server sends a resourcepack to the client.
This event includes URL, hash and also contains info if it's an ItemsAdder resourcepack or another plugin resourcepack.

Other events

{% embed url="https://github.com/LoneDev6/API-ItemsAdder/tree/master/src/main/java/dev/lone/itemsadder/api/Events" %}