Shop system with a graphical interface for NukkitX server software for Minecraft Bedrock Edition!
- Buying and selling items & shop management through an intuitive interface;
- Support for items with enchantments, custom names & lores;
- The list of items, available for buying, is divided into categories for convenience;
- Temporary discounts for items (which expire after a set time);
- Custom translations of items' names (for displaying in the shop).
- Make sure that EconomyAPI and DbLib are installed on your server;
- Place the plugin's .jar file into plugins folder on your server;
- Launch the server and set up the plugin through its interface.
Shop management functions are available for players with shop.edit
permission (operators have it by default). Players with this permission will see management buttons in the interface.
To open up the shop's interface type /shop
into the chat.
If the plugin is not translated into the language of your choosing, a file called <your_lang>.lng
, where <your_lang>
is the three-letter ID of your language, will be created in the plugin's data folder. It will contain text strings in the format of key: value
, where key
is the string's identifier and value
is the string itself. Replace values in English with the values in your language, and these new strings will be used by the plugin. You can also start a pull request, placing <your_lang>.lng
into src/main/resources/lang
, and your translation may officially become a part of the plugin.
mvn clean package