dtlTraders

dtlTraders was created to easily setup admin shops for your server.
Make and manage your shops with a GUI. Seriously, no hassle with configs and commands ;)
Do you like dtlTraders? Let other people know by a review!
⋆ Features:
- Easy way to setup and manage shops using a GUI
- Make/edit your shops just by drag and drop
- 3 types of shops: 'Sell', 'Buy' and 'Limit'
- 3 types of item content: 'static' and 'tradable' and 'trade'
- 1 powerful trader type: "trader" (/trait trader) bind the dtlTraders shops with citizens(2) NPC's
- Support of vanilla and custom NBT/DataTags
- NBT/DataTags makes custom item from 3rd party plugins possible
- Advanced users can customize there own items using the configs.
- Allows stack trades
- ANY economy plugin support
- Auto converts shops created with older versions of dtlTrader
- adding a description to items
- Compatible with spigot/bukkit 1.8 - 1.13.x
-
New features on Version 5.0.4:
- Set what you need to see first with "default shop"
- Get rid of the shops you don't want with "toggle shops"
- Make your rank based shops with custom "permissions"
- Adjust shop interaction with "custom input amount" and "stack shift"
Do the real trade with the "Trade Shop" !Delayed to next version- More navigation buttons and GUI modules with a aim to "One GUI"
For users that wants more features, we have a premium plugin named: dtlTradersPlus
Features of dtlTradersPlus:
- Make your shop bigger by adding more pages
- Set a command to open the shops without need to interact with a NPC
- Bring the shop function to a next level, set commands on items you sell
- 2 types of commands on items function: 'Buy and Run' and 'Buy and Keep (run it later)'
- And you can do all of it just using a GUI
- All the features of dtlTraders (non premium version)
-
New features on Version 5.0.4:
- New method for commands on items: "Run as OP"
- And it could not be easier with "mirror shop" just copy between shop types and other shops
- Get real shop experience with the "discount" function
Unlock premium features with dtlTradersPlus. Buy your copy at: www.4Creation.pro/dtltradersplus
Buying the premium version, helps US continue working on future updates for both versions dtlTraders and dtlTradersPlus.
☕
➲ Installation:
- Download dtlTraders(Plus).jar and place it into your plugins folder. Since the recreation version "5.0.0" you need to delete the dtltraders folder! (shops created with older versions are automatic converted!)
- Download Citizens (Citizens2) and place that into your plugins folder as well.
- You also need Vault and ANY economy plugin.
- Start your server.
- Installation is done.
Note: If you want to convert again , check the Documentation and go to the section converter for more.
↝ Simple guide:
- Create or add trait trader's to a npc with the GUI /dtltraders trait
- Make your shops using /dtltraders create "name"
- Add the items in your inventory that you want to sell in the shop
- Manage/edit shops content using /dtltraders edit or /dtltraders trait
- In the edit options you can drag/drop items, set prices, set limits, set names and much more .
- After finish, right click on the NPC and choose the shop you want to hook into.
- You are done :)
- Advanced guide: Dtltraders-5.0.0 and higher
/dtltraders shorter aliases: /dtl and /traders
- Documentation
- Old documentation
- Older versions
- Spigot page
- Old Sourcecode (Old version of dtlTraders (V3.4.2)) (Recreation version V5 hasn't been published)
▶ Video tutorial:
This is a tutorial we made for dtlTraders 'V5.0.0' and above, we guide you there for a fresh installation and you get answers by upgrading from the older versions:
Video tutorial is not ready yet!
We only give support for versions started with V5.0.0 !
✉ Contact or Issues:
For questions or suggestions:
- PM me
- Join Discord channel: https://discord.gg/fyabsMF
- Send a mail to: Support@4Creation.pro
For issues:
- Use the issues tracker by clicking: here
- Join Discord channel: https://discord.gg/fyabsMF
Special thanks to TheWGBbroz for making the recreation possible 
Created with our experience @4Creation
-
View User Profile
-
Send Message
Posted Dec 30, 2013@dandielo
that's embarrassing xD
-
View User Profile
-
Send Message
Posted Dec 25, 2013Hey again,
Long time no see lol.
Got an error with dev build
http://pastebin.com/w5yjdwrE
Only happens with items that are non minecraft types. Like... crackshot or mythicdrop items.
Thanks for reading!
#EDIT# oops lol, I was behind one dev build. Seems to be fixed with the latest dev build.-
View User Profile
-
Send Message
Posted Dec 24, 2013@deleted_8353009
Have you a economy plugin there too?
-
View User Profile
-
Send Message
Posted Dec 24, 2013Im still having trouble with this being on 1.7, it disable itself in the console. I placed this plugin in my test server which only had Vault, Citizens & DTL Traders.
ADDON: Yes, Im using the 3.0 Dev Build
-
View User Profile
-
Send Message
Posted Dec 23, 2013@dandielo
I see. This seems to be complicated...
@Zeras898
You could download a dev build.
http://www.wbs-wireless.com:9090/job/dtlTraders_noRepo/
But be careful. The plugin removes lores.
-
View User Profile
-
Send Message
Posted Dec 23, 2013Hi!
I donwloaded the plugin, have a server CraftBukkit 1.7.2-R03, but it dtlTraders doesn't work. I tried to reinstall it plenty of times, but it still don't want to.
As I do the /pl command, dtlTraders is marked in green, but when I do /trader create <name>, it doesn't react...
Help?
-
View User Profile
-
Send Message
Posted Dec 22, 2013@darkness1999
https://github.com/Dandielo/dtlTraders/blob/master/src/main/java/net/dandielo/citizens/traders_v3/utils/items/flags/Lore.java#L29
Here you got the code how I assign the lore to an item, so its just like you said, just the problem lays in this file:
https://github.com/Dandielo/dtlTraders/blob/master/src/main/java/net/dandielo/citizens/traders_v3/utils/NBTUtils.java
because to have this plugin cross-version compatible, i need to load and use these classes automatically :P But because I don't got any ApiDocs for this methods I load from CraftBukkit its hard to make them work.
-
View User Profile
-
Send Message
Posted Dec 22, 2013OK, i think the most parts of this plugin are now working fine.
But the plugin does destroy lores. You should save the lore this way:
ItemStack anvil = new ItemStack(Material.ANVIL); ItemMeta anvil_meta = (ItemMeta) anvil.getItemMeta();
List<String> lore = anvil_meta.getLore();
anvil_meta.setLore(lore); anvil.setItemMeta(anvil_meta);
Or is this different in the citizens API?
-
View User Profile
-
Send Message
Posted Dec 21, 2013Ok, I've used a bit of my "reverse developement" skills (which are not really good) and found some issues that caused these bugs, and the latest build should fix them, or make them bit less painful.
Bugs fixed (by comments):
@alek123222
Your bugs should be fixed totally, these where happening because the plugin wanted to alter the Lore, but the API changes just made this impossible. (was invisible due to how I do this)
@darkness1999
Should be fixes, was connected with issues reported by @alek123222
@mrretrus
As above, try the latest build, I've checked it agains CraftBukkit 1.7.2-R0.3
@Adondriel
Errors shouldn't appear anymore, traders shouldn't crash servers anymore, no errors on login and startup. Still didn't checked all issues with selling and buying, just noticed that "StackPrice" isn't working as it should (for the players disadvantage)
@Hodong
Dunno if the fix above will fix this, you can try and tell me the results, I would be really happy
All in all, that build should generally bring this plugin back to basic working. Be aware i could forget to remove some additional debug messages, any help is welcome!
Hope It will work a bit better, and sorry for this mess :/
-
View User Profile
-
Send Message
Posted Dec 21, 2013Sorry was just another week of Studies, back to work. And right now fighting with the API change they did in this update, and this isn't that easy :/
-
View User Profile
-
Send Message
Posted Dec 19, 2013If one buys an item, Only the cash goes out but there is no return. If one sells an item, it won't let it.
It's accouring after updating to 1.7.2.
-
View User Profile
-
Send Message
Posted Dec 17, 2013log before the server lagged to death along with an error when i login:
http://pastebin.com/1E1NtMhb
I am going to try to delete the folder then try again...
Edit:
I have deleted the old config and everything, i am still getting the error when i login. Has not crashed the server yet...
We get this error when i spam buy things.
http://pastebin.com/hS0Q1B6j
edit2:
Looks like after a second player joins it... like crashes the server if i try to open the trader...
entire server log for this last event:
http://pastebin.com/wDsvVuwe
-
View User Profile
-
Send Message
Posted Dec 16, 2013Update to 1.7 Please :D :D
-
View User Profile
-
Send Message
Posted Dec 15, 2013This plugin is great- except it's broken :\ The buy shop works fine (Although its tough to set up when the unit price blocks dissappear everytime you toggle price management- the only work around is to drop those items on the ground, enter price management mode- close menu, pick up the items then open shop to resume price setting)
But im having another issue- Although a shop with Buy items only works beautifully- Any shop with sell items automatically deletes any item i have in the sell menu.
I guess for now i can only sell items with essentials signs. Please fix! This plugin would be amazing if only it werent so painfully bugged
-
View User Profile
-
Send Message
Posted Dec 15, 2013dandielo Please Come Back again We Need You !!!!!!!!!!!!!!!!!
-
View User Profile
-
Send Message
Posted Dec 14, 2013I think the most important bug is:
If you have items in your inventory you cant open the trader menu.
-
View User Profile
-
Send Message
Posted Dec 13, 2013My players are saying about 5 different bugs.
1: Can't even open the shop. no error messages apparently.
2: if they can open shop, they try to buy one item and it charges and gives them multiple.
3: This one is weird. We use the Echopets plugin and this plugin uses chest inventories to manage pet settings. when my player put their pet near the npcs and uses the pet inventory settings and clicks on slot 2, it makes them buy whatever was in slot 2 on the trader.
4: I can open traders with no problem. But when buying items, it laggs crazy and i can only seem to buy 1 item at a time. Example: go to buy 1 slime ball, 5 times. only get 1 server lags like crazy still only buy 1.
You ahve my skype if you need any more info. This is REALLY confusing me.. lol
-
View User Profile
-
Send Message
Posted Dec 13, 2013Please fix this bug http://www.youtube.com/watch?v=dZovO3DnJFI
-
View User Profile
-
Send Message
Posted Dec 13, 2013@dandielo
Please fix that glitch where bought items vanish after moving them interacting with them, just like I showed you before on a video, if you forgot here is the reminder: http://www.youtube.com/watch?v=0gkuaullW8Y and here is a more recent example: http://www.youtube.com/watch?v=WJBOM1uWfZI&feature=youtu.be
-
View User Profile
-
Send Message
Posted Dec 13, 2013Yes!!!!!!!
@dandielo