I've updated the plugin to include ranks that are set by permission to configure the starting and max reputation of players. Please either regenerate the config or copy these values into it:
Code (YAML):
#Set starting and max values for reputation based on permissions given to people. "market.default" would be the permission for the default group, "market.donator" for the second. rank:
default:
startingReputation: 5.0
hasMaxReputation: false
maxReputation: 15.0
donator:
startingReputation: 5.0
hasMaxReputation: false
maxReputation: 25.0
In this update I added the ability to blacklist certain items from being listed on the market through a configurable blacklist in the config (Thank you
@KingDingers for the suggestion!). Currently, you can prevent items being sold that have certain item types or certain characters in their lore.