Auction Converter
Here you can view details on how to create a converter auction addon using the Expansions Plugin API.
Last updated
Was this helpful?
Here you can view details on how to create a converter auction addon using the Expansions Plugin API.
Last updated
Was this helpful?
In Player Auctions you can create a auction converter addon that will essentially convert an auction from one plugin to another.
You can go to learn on how to register an expansion.
Here is an example of an auction converter addon class, this will let you be able to convert an auction from one plugin to another.
Right now there isn't any methods to actually convert an auction, but there will be in the future hopefully.
You will just have to grab the auction from the old plugin and then create a new auction in Player Auctions.