Recomendations
KillerOfPie opened this issue ยท 2 comments
So, i'm making a new server and seeing as Boseconomy is now dead i had to find a new one and decided this looked like the way to go. However, due to what seems like a lack of videos about the plugin in English I had to figure out how to use the plugin through trial and error( and still am). I have found a few things however that I think could be changed or improved upon to make the use of the plugin a little simpler.
First of all, It would be very useful to have a general help command in game that would give a player all the commands in the plugin. I couldn't seem to find one and eventually figured out that doing /money and /bank would give me the commands that i was looking for.
Next, When creating a bank the plugin does not automatically give the creator of the bank any permissions except for the ability to grant permissions for it. This means that when you do /bank create x you also need to do "/bank perm x withdraw" and "/bank perm x deposit" before you can even use it. So basically it would be nice to see the bank automatically give withdraw and deposit permissions to the creator(and any other ones necessary for use).
I think that's it for now, if i run across anything else I will surely let you know, thanks for making and continuing to support this plugin as it saved me the trouble of having to make my own eco plugin(which would have been a pain in my arse, although exactly what i would need).
Great work!
One more thing, the "/money log" command is an absolutely amazing idea however it wraps in the default chat box in the middle of a word and I feel like it could be laid out much better. also seeing the total number of pages in the log would be nice.
Again, thank you very much and Great job on the plugin!
Edit:
I had an idea after I made this on how to make the log less cluttered and look a bit better. You could use json to just display the time in the chat and show the rest using a hover event...
If that didn't make much sense, here's some pictures =)
http://i.imgur.com/EZQlEm9.png <- before hover
http://i.imgur.com/bxPNXql.png <- after hover
I did it real quick so i didn't color the beginning parts...sorry...
Here's the command you can put into a command block too do it...take out the quotes of course..."/tellraw @p ["",{"text":"Time: 2015-10-08 00:46:53.0","hoverEvent":{"action":"show_text","value":{"text":"","extra":[{"text":"Type: WITHDRAW\n"},{"text":"Amount: $1.00\n"},{"text":"Cause: PAYMENT\n"},{"text":"Reason: KillerOfPie\n"}]}}}]"