A small fix regarding complex displays
Added the possibility to hook your own currency through the API
You can now create hacky currencies through placeholders as well:
currencies:
placeholders: # this is the id you need to use in rewardsSettings.yml config 'currency: placeholders'
color: '&6'
currency-name: 'Custom'
# Used internally to check amounts
check-placeholder: '%papi_custom_currency%'
# Use %player% for the player's name
# Use %amount% for the amount
# Use %player-uuid% for the player's UUID
remove-command: 'eco take %player% %amount%'
Added an option to use a normal inventory for claim menu instead of dispenser.
Made player force quit the auction when leaving the server
