DtlTraders: Difference between revisions
(Change the whole page organization, write all things from scratch) |
No edit summary |
||
Line 36: | Line 36: | ||
== About == | == About == | ||
'''dtlTraders''' is trait for Citizens2 allowing to use NPCs as merchants. | |||
Creating a basic trader and managing his stock is really easy, you need to know only one simple command and all other things are achieved by using the provided '''GUI'''. | |||
However you are not forced to use the trader interface if you don't want to, this plugin comes along with a bunch of commands, and a templating feature called '''patterns''', this allows you to create, change, extend, merge shops in any way you want! | |||
You can also manage items and prices in shops using permissions, allowing you to change the shop content depending when a player has the required permission! | |||
Also if you want you can translate each end-user part of the plugin into your language, as a result, this plugin also comes along with ready and build in translations into some languages. | |||
If you want to contribute a translation make a pull request on the GitHub page. | |||
== Features == | == Features == | ||
All working features, you can use with version '''3.0.8''' | |||
* Selling items to players | |||
* Buying items from players | |||
* Easy adding, editing and removing items from a trader stock | |||
* Easy price setting mechanism | |||
* Allowing to open and set a '''sub-inventory''' with more specific amount choices for items | |||
* Prices set can apply to a unit or to the whole stack | |||
* Prices are calculated always for each added amount ''(in the sub-inventory)'' automatically | |||
* Supporting '''ALL''' custom items the bukkit API provides! | |||
* Supporting '''4''' attribute modifiers described [http://minecraft.gamepedia.com/Attribute here]! | |||
* A lot of settings, you can change to fit your needs | |||
* A translation system allowing almost everything to translate! | |||
* Patterns allowing to setup trader even faster and permissions specific! | |||
* Pattern system along with the '''default-pattern''' allows to create shops using just one command!!! | |||
* Much more incoming! | |||
== Getting started == | == Getting started == | ||
Line 57: | Line 84: | ||
=== Extending === | === Extending === | ||
== Credits == | == Credits and thanks == | ||
<!-- | <!-- |
Revision as of 01:18, 31 October 2013
dtlTraders
|
About
dtlTraders is trait for Citizens2 allowing to use NPCs as merchants.
Creating a basic trader and managing his stock is really easy, you need to know only one simple command and all other things are achieved by using the provided GUI.
However you are not forced to use the trader interface if you don't want to, this plugin comes along with a bunch of commands, and a templating feature called patterns, this allows you to create, change, extend, merge shops in any way you want! You can also manage items and prices in shops using permissions, allowing you to change the shop content depending when a player has the required permission!
Also if you want you can translate each end-user part of the plugin into your language, as a result, this plugin also comes along with ready and build in translations into some languages. If you want to contribute a translation make a pull request on the GitHub page.
Features
All working features, you can use with version 3.0.8
- Selling items to players
- Buying items from players
- Easy adding, editing and removing items from a trader stock
- Easy price setting mechanism
- Allowing to open and set a sub-inventory with more specific amount choices for items
- Prices set can apply to a unit or to the whole stack
- Prices are calculated always for each added amount (in the sub-inventory) automatically
- Supporting ALL custom items the bukkit API provides!
- Supporting 4 attribute modifiers described here!
- A lot of settings, you can change to fit your needs
- A translation system allowing almost everything to translate!
- Patterns allowing to setup trader even faster and permissions specific!
- Pattern system along with the default-pattern allows to create shops using just one command!!!
- Much more incoming!