AlmuraDev / Almura

The official mod of the Almura Client and Server.
http://www.almuramc.com
Other
16 stars 10 forks source link

[Feature] Stores - Additional things #529

Open Dockter opened 5 years ago

Dockter commented 5 years ago

Below are a list of feature requests for Stores.

  1. Ability to change order of items in the shop. Currently the only way is to add/remove items to change the lists order.

  2. Ability to sort the store based on alphabetical and prices.

  3. Player stores?

    • Server gets a 10% cut of sales?
  4. Have stores collect money into, come out of a specified Reserve account?

  5. Have management GUI only allow to open in Admin mode. If normal command is used (npc), then open non-admin gui.

Grinch commented 5 years ago

1.) This is something I could implement fairly easily but we would have to add a new column to the database for sortId. 2.) Same as above, easy to implement. Options for sorting would be: Default (sorted by admin sorting), A-Z, Z-A, Price (Low to High), and Price (High to Low) 3.) This won't come anytime soon. 4.) This relies on Reserve being implemented however we can add support for stores to collect to an account specified but we need to ensure we aren't reliant on Reserve as not everyone will have this.

Zidane commented 5 years ago

4 simply relies on specifying the UUID/Name of the account to pull from. Doesn't matter who is the econ provider that provides it (Be it Reserve, EconLite, etc).

Better question is wanting to make a Store have a Sponge Account backing.

Grinch commented 4 years ago

1.) Did we still want to do a sort ID or leave it as it currently is? 2.) This has been implemented. 3.) This is still something that needs to be done, likely implemented if/when we split Stores from Almura's codebase.

5.) Assuming this is still desired, we could add a flag to the command to specify user-only.

Dockter commented 4 years ago
  1. What you implemented is good.
  2. Thank you!
  3. would be ideal.
  4. Reserve... whats that again?
  5. Ideally yes.