guilds-plugin / Guilds

Adding RPG to your server has never been more fun and action-packed!
MIT License
170 stars 59 forks source link

Guild Bank feture #346

Open MaxWainer opened 4 years ago

MaxWainer commented 4 years ago

Context

//Why is this change important to you? How would you use it? Now guild bank have only 3 commands: withdraw, deposit and balance. New feature can do checking, depositing and withdrawing more easily than now. And bank-gui can looks like cool.

//How can it benefit other users? Bank feature can give to other user new opportunities in guild-bank area. And for admins check the transactions other guilds and moderate it. GuildsMaster's can check the history of last transactions and all transactions at all and kick the dishonest players.

Possible Implementation

//Not obligatory, but suggest an idea for implementing addition or change Guild bank can has a new feature, new gui with 3 new items.

  1. Bank withdraw (Automaticaly player need to specify a sum by clicking on item)
  2. Bank deposit (Automaticaly player need to specify a sum by clicking on item)
  3. Transations list (In this list will be show all transactions, you can change "Ammount of displaying actions" by changing it config.yml) And admins can check transactions other guilds. 1 more functions, check all transactions (Avaliable only in chat) by command like: guild bank transactions

P.S Sorry for my English :/. I tried to describe how I could.

darbyjack commented 4 years ago

You can already do this with a 3rd-party plugin such as DeluxeMenus.

MaxWainer commented 4 years ago

But how I can get transactions list?

darbyjack commented 4 years ago

That probably won't be possible in DeluxeMenus. I don't track that stuff in general at the moment.

MaxWainer commented 4 years ago

If it possible, you will add this feature in future (Track all transactions)?

darbyjack commented 4 years ago

I think it would be something possible in the future. I am just not sure the best way to handle it at this point in time!