WetABQ / Nukkit-QuickShop

QuickShop for Nukkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nukkit-QuickShop

QuickShop for Nukkit

How to use?

  • Install plugin
    1. Download 'QuickShop' plugin.
    2. Put the plugin in the "plugins" folder.
    3. Restart your server.
  • Create Shop
    1. Put a chest on ground
    2. Put a sign on the chest
    3. Use the items you want to sell and click on the chest
    4. Enter the price.

Config:(No changes are recommended)

title: '&l&eQuick&6Shop &r&c» &a'


Command:

  Command       Args            Describe                                  Permission                   
qs [subcmd] [args] QuickShop All

API:

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

Images:

SHOP.jpg


Open source:

Author:

About

QuickShop for Nukkit

License:GNU General Public License v3.0


Languages

Language:Kotlin 100.0%