| Class | Description |
|---|---|
| ShopBuySellEvent |
Called when a player buys or sells something from or to a shop
|
| ShopCreateEvent |
Called when a player creates a shop (clicks on a chest)
|
| ShopEvent | |
| ShopInfoEvent |
Called when a player retrieves information about a shop (clicks on a chest)
|
| ShopInitializedEvent | |
| ShopOpenEvent |
Called when a player opens a shop (clicks on a chest)
|
| ShopPreCreateEvent |
Called when a player wants to create a shop (enters the command)
|
| ShopPreInfoEvent |
Called when a player wants to retrieve information about a shop (enters the command)
|
| ShopPreOpenEvent |
Called when a player wants to open a shop (enters the command)
|
| ShopPreRemoveEvent |
Called when a player wants to remove a shop (enters the command)
|
| ShopReloadEvent |
Called when a player reloads the shops
|
| ShopRemoveAllEvent | |
| ShopRemoveEvent |
Called when a player removes a shop (clicks on a chest)
|
| ShopUpdateEvent |
Called when the shop updater runs
It's not recommended to listen to this event! |
| Enum | Description |
|---|---|
| ShopBuySellEvent.Type | |
| ShopUpdateEvent.UpdateQuality |
Copyright © 2017. All rights reserved.