Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WetABQ authored Nov 11, 2018
1 parent e787a8f commit 2007bda
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@ title: '&l&eQuick&6Shop &r&c» &a'

--------

## API:
```java
//Listening event(PlayerBuyEvent,PlayerSellEvent,PlayerCreateShopEvent,PlayerRemoveShopEvent)
@EventHandler
public void onPlayerBuyEvent(PlayerBuyEvent event) {
event.player.sendMessage(event.getShopDate()+"\n"+event.getCount());
}
```

--------

### Images:
![SHOP.jpg](https://i.loli.net/2018/09/08/5b93e3efbc115.jpg)

Expand Down

0 comments on commit 2007bda

Please sign in to comment.