Issue with /money pay 100 <playername>
lvavila opened this issue ยท 6 comments
Shows 0 payed to playername with no other action. Using 1.13.2 now. Everything else works fine. Love plugin, hope it continues with 1.14. Diamonds:$100 quartz:$10
Duplicate of #193.
Even if it doesn't complete successfully and the returned value is SUCCESS
the formattedValue
should be the same as the parameter value. (See this line)
I'm going to investigate this.
Thanks for the attention. I hope you move forward with 1.14 support for if you do I will contribute either through donations or code additions to your project as I am a professional C# developer aspired in having Java in my tool belt. As a new survival 1.13.2 server owner, I find your project different and motivating.
Observation in code (GringottsAbstractExecutor)
Does this transaction complete successfully if taxes are disabled?
TransactionResult result = playerAccount.send(value).withTaxes().to(eco.player(recipientName));
Obviously a SUCCESS is being passed back but formattedValue is 0.00.
Thanks for looking into it, @lvavila
Code contributions and fixes are very welcome
this is still an issue with the 1.14 build, somebody else linked a 1.13 compatible build here;
https://github.com/bundabrg/Gringotts/releases/tag/v3.0.0-preview.1
love the plugin but it is useless without being able to pay people.