
Hey again, mrfloris back with another suggestion.
It’s great as server owner we have console and .log file logging of playershop interactions, but players like to know what potentially sold to keep track instead of having to remember it.
Could the interface perhaps have an item like unclaimed, but for for recent x sales? Or sales in last x days?
You sold: (last x items | last y days)
12x ender pearl to bob for $12
17x bricks to bob for $99
1x elytra to notch for $1000
config.yml
# Enable sales history to players?
sales-history: enabled
# -1 to disable, it will use days
sales-history-items: 5
# -1 to disable, it will use items
sales-history-days: 5or something along those lines.
Or otherwise a command like /pshop history 5 days|items
Super handy! Especially for the regular players who really keep a close on their market items.
Thank you for considering