registerEvents(new ShowCaseStandalonePluginListener(this));
// main listener
registerEvents(new ShowCaseExecutingListener(this));
registerEvents(new ShowCaseVerifyingListener(this));
// set the prices
setCreatePrice(SellShop .class, Properties.sellShopCreatePrice);
setCreatePrice(BuyShop .class, Properties.buyShopCreatePrice);
setCreatePrice(DisplayShop .class, Properties.displayCreatePrice);