DtlTraders: Difference between revisions

From Citizens Wiki

No edit summary
Line 51: Line 51:
All working features, you can use with version '''3.0.8'''
All working features, you can use with version '''3.0.8'''


* Selling items to players
* '''Selling''' items to players
* Buying items from players
* '''Buying''' items from players
* Easy adding, editing and removing items from a trader stock
* Easy adding, editing and removing items from a trader stock
* Easy price setting mechanism
* Easy price setting mechanism
* Allowing to open and set a '''sub-inventory''' with more specific amount choices for items
* 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 set can apply to a unit or to the whole stack
* Prices are calculated always for each added amount ''(in the sub-inventory)'' automatically
* Prices are calculated always for each added amount ''(in the sub-inventory)'' automatically and on the fly
* Supporting '''ALL''' custom items the bukkit API provides!
* Supporting '''ALL custom items''' the bukkit API provides!
* Supporting '''4''' attribute modifiers described [http://minecraft.gamepedia.com/Attribute here]!
* Supporting '''4 attribute modifiers''' described [http://minecraft.gamepedia.com/Attribute here]!
* A lot of settings, you can change to fit your needs
* A lot of '''settings''', you can change to fit your needs
* A translation system allowing almost everything to translate!  
* A '''advanced translation system''' allowing almost everything to translate!  
* Patterns allowing to setup trader even faster and permissions specific!
* Patterns allowing to '''setup traders even faster and permissions specific'''!
* Pattern system along with the '''default-pattern''' allows to create shops using just one command!!!
* Pattern system along with the '''default-pattern''' allows to create shops using '''just one command'''!!!
* The plugin has it's own API allowing to create custom Trader types and item attributes!
* Much more incoming!
* Much more incoming!



Revision as of 01:22, 31 October 2013

dtlTraders

dtlTraders is a trait for Citizens2 allowing to create simple shops or advanced shop systems.

Author: dandielo

Version: 3.0.8

Status: Release, in development

License: MIT License

Source: The source code can be found on GitHub

Issues and tickets: Any tickets should be created on this page GitHub Issues

CI builds: Check Jenkins for latest builds, thanks to DrBix

IRC: #dtlPlugins on esper.net

WebPage: Some day I will link it :P


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 and on the fly
  • 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 advanced translation system allowing almost everything to translate!
  • Patterns allowing to setup traders even faster and permissions specific!
  • Pattern system along with the default-pattern allows to create shops using just one command!!!
  • The plugin has it's own API allowing to create custom Trader types and item attributes!
  • Much more incoming!

Getting started

How to:

Basic setup

Configuration

Commands and usage

Language and translations

Advanced setup

Patterns

Extending

Credits and thanks