UltraTrader v0.8 Beta

Details

  • Filename
    UltraTrader-0.8-BETA.jar
  • Uploaded by
  • Uploaded
    Nov 19, 2013
  • Size
    393.59 KB
  • Downloads
    653
  • MD5
    b4be53a9b76db9cecb965539c131590d

Supported Bukkit Versions

  • 1.6.4

Changelog

This is a major update, was hoping for 1.7, but as we know this hasn't happened yet (and as far as I am concerned... take your time guys) so I am releasing this still under beta, even tho I think it is almost worthy of release (almost) there are still a few very minor things that need to be added...

What I have added in this issue:

  • Conversation work properly if attempting to start more than one (it will deny and warn you, not just keep stacking)
  • a few more submodules are working correctly (Check out UltraFrame it is cool)
  • Requires traits is working - but I need more documentation on it
  • YOU CAN ARRANGE YOU INVENTORIES!!! yes, if you are the owner of the shop a bookshelf will now appear to give you the option to re-arrange your shops inventory.
  • Logging is more effient now... still need in-game commands
  • in-game command to turn NPCs into shops (select the npc, and use /trader create) there is more documentation on the website.

As usual, please report, not delete...

----

Yet another major issue has been found and removed, banks are now set and check for existing correctly before assigning and no long will create an NPE that crashes the client.

Implemented Extension plugins, started with UltraRental which replaces all hardcoded rental options out of UltraTraders and adds it to an external plugin. If you want to offer Rentals, add UltraRental plugin to your collection.

----

Thank god for beta status or I would feel really dumb...

Buy screen fixes in this build, I had forgotten all about it some how and thought it was done... by bad

Remove all inventory works now (in buy and sell screens now), removing on clicks works now.

Thanks goes to Kro55f1r3 from github for pointing this out to me... suprised it took so long.

-----

Yes, still in beta, but getting much closer to a TODO list that is small enough to goto release soon:

In this release:

  • Rental Traders
    • Documentation to come
    • add both ultratrader and rentalshop traits to the NPCs
      • /trait ultratrader
      • /trait rentalshop
    • then the owner of the npc needs to click on the NPC to set the term (how many units of time to pass) and termtype, the type of term unit (minutes, hours, days)
    • then also needs to set the cost
    • then enable
    • the next player to click (other than the owner or op) will be offered to rent the NPC if he has permission (trader.npc.rent)
      • on first click can create or assign shop (if they have limits and permissions)... don't let people that can;t create shops rent npcs
      • will get a new option in admin, "rental" to cancel the rental of the npc and open it up to other players again
  • put in 2 permission limits
    • these will override any settings in limits.yml

TODO: I need to update the default.yml language file to include alot of new entries, don't worry if you can't change them yet, I will be adding them.

---

Still in Beta, but please let me know if I missed something, have a bug, or just have a Feature Suggestion.

In this Release:

  • updated to use latest citizens(2.0.10)/bukkit(1.6.4 R1.0) releases
  • Levels work (increase, decrease) set is still not working as planned
  • added permissions "trader.level.increase"
  • added permissions "trader.level.decrease"
  • updated the website more
  • 1 more duplication bug found and erased (hopefully that is all of them)
  • item shops do work, but need to finish the code to make them available at shops
    • shops will have the option to activate shop items
    • if active a button will show in buy_screen and main sell screen that will allow a player to buy the item at a set price

----

This upload is to fix 3 duplication bugs that have been found and reported.

Much thanks for the reports. This Upload doesn't really add any new features, but I am working on rentalshops, item shops, and still streamlining the code, so please don't just delete, report!

Also updating this to .3 beta, as I was in the middle of other things when dups were reported.

----

Added in this upload:

  • Bank Transfers
  • Limits (how many shops a player can have)
  • setting Bank name and checking if it exists and player has access
  • some more messages on buy/sell

---

Shop transfer was added, you can now transfer shops to different players, shop limits should be taken into account, and if shop is doesn't meet the requirements (as in falls into limits) it will be denied.

Added shop limits (well this might be obvious from previous statement) and added a link in the main page to the documentation.

If you have any questions, or suggestions, please post in the forum, or even main page... PMs work too if you are shy.

----

Shop assignment now works, no longer is create the only option. Mirror your store around the lands. Also added metrics to see who is really using this plugin.

Next up:

  • Item generation by command (Item shops)
  • shop unassignment (really not sure how I am going to do this, this might have to be a command)
    • Mostly likely select with Citizens and use command such as "/trader unassign"
  • command to create a shop (mainly for admins)
  • command to admin any shop (mainly for admins)

--

What works now:

  • Fixed how inventory types were loading doesn't default to shop always now.

--

What works now:

  • Owner can "purchase" or remove items from inventory for free
  • more minor bugs fixed.

-

This has some fixes from last upload...

What Works:

  • NPC shops
  • Selling (from shop to player)
  • Buying (from player to shop)
  • creating shops (for NPCs)
  • updating and administrating shops
  • adding inventory
  • editing items
  • deleting items
  • wallet types (ADMIN, PLAYER, SHOP)
  • Inventory types (ADMIN, SHOP)

Added:

  • Inventory types
    • ADMIN doesn't check/add items to inventory
    • SHOP works as a shop should.

What doesn't work as expected yet:

  • Removing inventory by owner (will be free to remove if you are owner)
  • buy menu (99% ready)
  • removing shop, either from game or NPC
  • BANK wallet types not perfect yet

There is only one command I have created for all this:

  • /trader myshops (this will list all shops you have created)

Thats it, one command, everything else is done by answering questions as they are presented.

To Create A NPC shop is as easy as this:

  • for testing make yourself op, or you will not see anything till I can list all permissions on website.
  • /npc create somename
  • /trait ultratrader
  • click to open conversation to create a shop (select create, assign isn't ready yet)
  • remember that these are conversations, no need for / at all
  • after shop is created, click to open shop
  • click on book_and_quill
  • admin your shop
  • exit conversation
  • drag something from your inventory to trader inventory
  • answer questions

This is not ready for Production servers yet.

Please help find bugs and areas I haven't finished yet... bug me so I finish it!!!!