Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

WetABQ/Nukkit-QuickShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

11 Commits

Repository files navigation

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:

AltStyle によって変換されたページ (->オリジナル) /