- REMOVED BACKWARDS COMPATIBILITY to versions prior to 1.2.1. If you still have a version prior to 1.3.1, I recommend downloading that one, start your server, open the ah and then update to the newest version (currently 1.3.2)
- added a permission based system to customize the max auction slots and the auction duration to individual players. To do so, edit the new permissions.yml file.
Code (YAML):
auction-slots:
vip: 12
mvp: 15
custom.example.permission: 50
auction-duration:
vip: 60*60*72
# 72 hours = 3 days mvp: 60*60*96
# 96 hours = 4 days custom.example.permission: 60*60*24*5
# 5 days