QuickShop for Nukkit
- Install plugin
- Download 'QuickShop' plugin.
- Put the plugin in the "plugins" folder.
- Restart your server.
- Create Shop
- Put a chest on ground
- Put a sign on the chest
- Use the items you want to sell and click on the chest
- Enter the price.
title: '&l&eQuick&6Shop &r&c» &a'
Command | Args | Describe | Permission |
---|---|---|---|
qs | [subcmd] [args] | QuickShop | All |
//Listening event(PlayerBuyEvent,PlayerSellEvent,PlayerCreateShopEvent,PlayerRemoveShopEvent)
@EventHandler
public void onPlayerBuyEvent(PlayerBuyEvent event) {
event.player.sendMessage(event.getShopDate()+"\n"+event.getCount());
}