New Developper API
Java:private Auction auction; public boolean setupAuction(){ try { RegisteredServiceProvider<Auction> auctionProvider = getServer().getServicesManager() .getRegistration(Auction.class); if (auctionProvider != null) { auction = auctionProvider.getProvider(); } } catch (NoClassDefFoundError e) { } return (auction != null); }
Adding a message system in the title!
Code:"title": { "use": true, "useCooldown": true, "useErrorBuy": true, "useInventoryFull": true, "useRemoveItem": true, "useItemPurchased": true, "useBuyerPurchased": true, "useAddItem": true, "useNoHoldingItem": true, "useBlacklistItem": true, "useNoMore": true, "useNoMoney": true, "useMinPrice": true, "useMaxPrice": true, "useCreativeError": true, "useActionBuyerPurchased": true },Code:"title": { "creativeError": { "title": "§cNOPE", "subTitle": "%message%" }, "maxPrice": { "title": "§cNOPE", "subTitle": "%message%" }, "minPrice": { "title": "§cNOPE", "subTitle": "%message%" }, "noMoney": { "title": "§cNOPE", "subTitle": "%message%" }, "noMore": { "title": "§cNOPE", "subTitle": "%message%" }, "blacklistItem": { "title": "§cNOPE", "subTitle": "%message%" }, "noHoldingItem": { "title": "§cNOPE", "subTitle": "%message%" }, "addItem": { "title": "§aAdding an item !", "subTitle": "%message%" }, "buyerPurchased": { "title": "§cNOPE", "subTitle": "%message%" }, "actionBuyerPurchased": { "title": "§cNOPE", "subTitle": "%message%" }, "itemPurchased": { "title": "§cNOPE", "subTitle": "%message%" }, "removeItem": { "title": "§cNOPE", "subTitle": "%message%" }, "inventoryFull": { "title": "§cNOPE", "subTitle": "%message%" }, "errorBuy": { "title": "§cNOPE", "subTitle": "%message%" }, "cooldown": { "title": "§cNOPE", "subTitle": "%message%" } },![]()
You can get your money back later with the button!
![]()
Added the possibility of making the price of items more beautiful
![]()
- Add a button to retrieve all your items
![]()
- Added enchantment configuration for discord messages
![]()
Fixed a big duplication bug!
Fixed item purchase with playerpoint
Fixed a bug with inventories Adding a translation system! You can put the plugin in French, English and Italian (thanks to pompiere)!
Adding a packet system that only works in 1.7.10 for the moment! Usable for people who know how to modify their minecraft!
Adding of:
Code:openInventoryAfterPurchase: true Allows the opening of the menu after the purchase of an item openInventoryAfterRemove: true Opens the menu after removing an item
