You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: