Skip to content

Commit c487ba7

Browse files
author
Leonidius20
committed
Merge remote-tracking branch 'origin/master'
2 parents b1374d9 + 4cc9ac6 commit c487ba7

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Trading Interface
2+
**Trading Interface** is a shop system with graphical interface for [NukkitX][nukkitx] server software for Minecraft Bedrock Edition!
3+
4+
### Features:
5+
* Buying and selling items & shop management through an intuitive interface;
6+
* The list of items, available for buying, is divided into categories for convenience;
7+
* Discounts for items;
8+
* Custom names for items.
9+
10+
### Installation:
11+
* Make sure that [EconomyAPI][economy] is installed on your server;
12+
* Place plugin's .jar file into "plugins" folder on your server;
13+
* Launch the server and set up the plugin through the interface.
14+
15+
### Setting up:
16+
* Shop management functions are available for players with "shop.edit" permissions (operators have this permission by default).
17+
18+
### Configuration file:
19+
* _language_ — plugin's language. If "default", server's language will be used. If there is no translation in your language, a file called <language_code>.lng with strings in English will be created in the plugin's folder. You can translate them on your own.
20+
* _edit-logging_ — if "true", all actions with the lists of buyable and sellable items and the list of custom names for items will be logged.
21+
* _transaction-logging_ — if "true", all purchases and sales will be logged.
22+
* _save-translation_ — if "true", a file called <language_code>.lng with all strings in the plugin's current language will be created in the plugin's folder. If there is no translation to the current language, all strings will be in English. You can edit these strings.
23+
24+
### Usage:
25+
* To open up shop's main menu type /shop into the chat.
26+
27+
### Building from sources
28+
* In order to build the plugin from sources you must add [NukkitX][nukkitx] and [EconomyAPI][economy] as libraries.
29+
30+
### Links
31+
* [Trading Interface on nukkitx.com](https://nukkitx.com/resources/trading-interface.113/)
32+
* [Trading Interface on nukkit.ru](http://forums.voxelwind.com/resources/trading-interface.144/)
33+
34+
[economy]: https://github.com/EconomyS/EconomyAPI
35+
[nukkitx]: http://github.com/NukkitX/Nukkit

0 commit comments

Comments
 (0)