ksafin / DynamicEconomy

A Virtual Economy for your Minecraft Server
http://dev.bukkit.org/server-mods/dynamiceconomy-v-01/
12 stars 7 forks source link

transaction reports in console short on info #111

Open EmpathDemon opened 12 years ago

EmpathDemon commented 12 years ago

When selling an item with /sell hand, this is what is reported to the console/server.log:

[Server] INFO Name: 67 [Server] INFO 67:0

When selling an item with /sell no log entry is made. It would be useful if entries appeared for all transactions, including player name, item name according to alias.yml, stock change (+/-), and price change if applicable. It would also be helpful if the entry was labeled as [DynamicEconomy].

Alternatively, no entries would also be fine. Reduce clutter or increase info I always say! (I never actually say that)

EmpD