Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a GUI where you can see the money #97

Open
royvs98 opened this issue Feb 9, 2024 · 11 comments
Open

Add a GUI where you can see the money #97

royvs98 opened this issue Feb 9, 2024 · 11 comments
Labels
feature New features question Further information is requested

Comments

@royvs98
Copy link

royvs98 commented Feb 9, 2024

I would love to see a GUI where you can pick between a personal and business account like: (https://img.mrroyalit.com/javaw_IRIEdUo0Kn.png)

If you then click on your personal account it would look like: (https://img.mrroyalit.com/javaw_fvPhKgci48.png) The items are configurable in the config

and when you click on business you can choose what account you want to open and then it shows the items it contains. This GUI is an ATM where you can click on and then deposit or withdraw the money you have gotten.

@zefir-git
Copy link
Member

Thanks for the suggestion.

To clarify, is this a GUI to withdraw money?

We are currently working on an integration with Vault (#34) and once that is finished you can use 3rd party withdraw plugins.

If you're looking for a quick way to manage your accounts, with the default config you can click the accounts in the /bank bal message.

(possibly related to #92)

@royvs98
Copy link
Author

royvs98 commented Feb 10, 2024

This is a GUI to withdraw and also deposit. You can click on the money with your left mouse button to withdraw and when you click on the money in your own inventory you can deposit is!

I can try to make a short video of what I hope it can do if you would like to?

@zefir-git
Copy link
Member

I see, I think I get the idea.

IMO this would be better as a separate plugin, perhaps using Vault once we get that ready.

@NONPLAYT
Copy link

NONPLAYT commented Mar 16, 2024

If the developer is going to add a GUI, it is better to make a menu where you can view all your accounts and invoices. Through the menu, you will also be able to view the latest transactions of selected account and transfer money to other players + pay invoices

@zefir-git zefir-git added the feature New features label Apr 27, 2024
@royvs98
Copy link
Author

royvs98 commented May 21, 2024

Is there maybe any time period when this feature could be added?

@zefir-git
Copy link
Member

zefir-git commented Jun 10, 2024

Can you please describe in more detail what kind of GUIs you would like to see? IMO chat is better for listing your accounts and invoices as you can easily see more information at once, instead of having to hover over items

@zefir-git zefir-git added the question Further information is requested label Jun 10, 2024
@NONPLAYT
Copy link

Can you please describe in more detail what kind of GUIs you would like to see? IMO chat is better for listing your accounts and invoices as you can easily see more information at once, instead of having to hover over items

I have provided only an example, you can come up with another way. But I think even this will be difficult to implement. Example:
image

  1. Item with your head and skin where you can see total balance from all your accounts and see how many accounts do you have
  2. Opens another menu with all your accounts where you can control it (transfer money, and other
  3. Opens anoter menu with invoices for the player

@zefir-git
Copy link
Member

zefir-git commented Jun 10, 2024

My concern is that in e.g. the list accounts GUI it would be just the same item over and over for all accounts, and you would have to hover each item in the GUI to find the account you need (also for selecting accounts for a funds transfer and similar issue for invoices).

IMO making transfers & invoices via command is much easier, especially due to the tab complete. (tab complete for invoices was a bit broken, but now fixed in #119 and will be released as 1.8.1 tomorrow)

What do you think if we made a web GUI instead?

@NONPLAYT
Copy link

What do you think if we made a web GUI instead?

web gui will also be a good option, I think it will be interesting

@royvs98
Copy link
Author

royvs98 commented Jun 14, 2024

@zefir-git , I can send you some screenshots of a plugin based on vault that I made. This could help you out with working on a gui!

@royvs98
Copy link
Author

royvs98 commented Jun 14, 2024

What do you think if we made a web GUI instead?

web gui will also be a good option, I think it will be interesting

The problem with a web gui for me would be that players would need to open a webpage to check things out. Bedrock players are not even able to do it that way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New features question Further information is requested
Projects
Status: Proposal
Development

No branches or pull requests

3 participants