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

Adding new messages #6

Open
chenjohnny-cs opened this issue Aug 4, 2023 · 1 comment
Open

Adding new messages #6

chenjohnny-cs opened this issue Aug 4, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@chenjohnny-cs
Copy link

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

It's a little annoying that when you pay another user, the user has no way of knowing how much they received or when they received it other than looking directly at their balance.

Describe the solution you'd like
A clear and concise description of what you want to happen.

A message that pops up when a user is payed. e.x I send 30 Credits over to another player, that player should have a message saying "You recieved 30 credits from %player%", or something along those lines.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

I wanted to go through and use the API but I have almost no clue how to actually code a plugin.
Tried looking into Vault and creating my own currency, but I worry there will be many issues with it.

Additional context
Add any other context or screenshots about the feature request here.

@chenjohnny-cs chenjohnny-cs added the enhancement New feature or request label Aug 4, 2023
@bow-official
Copy link

This would need using an OfflinePlayer when the money is received (which is already most likely used for null-safety), then checking if OfflinePlayer#isOnline and using OfflinePlayer#getPlayer after and sending a message. Not too hard, but important. I agree that this feature would be nice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants