/api/playerauctions/getAuctionCategories/{page}
Retrieve a paginated list of auction categories.
{ "totalPages" : 1, "totalCategories" : 6, "categories" : [ { "minPrice" : -1.0, "maxPrice" : -1.0, "all" : true, "icon" : { "type" : "BOOK", "meta" : { "display-name" : "{\"text\":\"\",\"extra\":[{\"text\":\"All Auctions\",\"obfuscated\":false,\"italic\":false,\"underlined\":false,\"strikethrough\":false,\"color\":\"aqua\",\"bold\":false}]}", "lore" : [ "{\"text\":\"\",\"extra\":[{\"text\":\"Click\",\"color\":\"yellow\"},{\"text\":\" to view all the auctions.\",\"color\":\"aqua\"}],\"italic\":false}" ], "PublicBukkitValues" : "{\n \"playerauctions:itemtag_item\": \"1\"\n}" } }, "name" : "all", "displayName" : "All" }, { "minPrice" : -1.0, "maxPrice" : -1.0, "all" : false, "icon" : { "type" : "CAKE", "meta" : { "display-name" : "{\"text\":\"\",\"extra\":[{\"text\":\"Food\",\"obfuscated\":false,\"italic\":false,\"underlined\":false,\"strikethrough\":false,\"color\":\"aqua\",\"bold\":false}]}", "lore" : [ "{\"text\":\"\",\"extra\":[{\"text\":\"Click\",\"color\":\"yellow\"},{\"text\":\" to view all the food.\",\"color\":\"aqua\"}],\"italic\":false}" ], "PublicBukkitValues" : "{\n \"playerauctions:itemtag_item\": \"1\"\n}" } }, "name" : "food", "displayName" : "Food" }, { "minPrice" : -1.0, "maxPrice" : -1.0, "all" : false, "icon" : { "type" : "DIAMOND_PICKAXE", "meta" : { "display-name" : "{\"text\":\"\",\"extra\":[{\"text\":\"Tools\",\"obfuscated\":false,\"italic\":false,\"underlined\":false,\"strikethrough\":false,\"color\":\"aqua\",\"bold\":false}]}", "lore" : [ "{\"text\":\"\",\"extra\":[{\"text\":\"Click\",\"color\":\"yellow\"},{\"text\":\" to view all the tools.\",\"color\":\"aqua\"}],\"italic\":false}" ], "attribute-modifiers" : { }, "ItemFlags" : [ "HIDE_ATTRIBUTES" ], "PublicBukkitValues" : "{\n \"playerauctions:itemtag_item\": \"1\"\n}" } }, "name" : "tools", "displayName" : "Tools" }, { "minPrice" : -1.0, "maxPrice" : -1.0, "all" : false, "icon" : { "type" : "DIAMOND_HELMET", "meta" : { "display-name" : "{\"text\":\"\",\"extra\":[{\"text\":\"Armor\",\"obfuscated\":false,\"italic\":false,\"underlined\":false,\"strikethrough\":false,\"color\":\"aqua\",\"bold\":false}]}", "lore" : [ "{\"text\":\"\",\"extra\":[{\"text\":\"Click\",\"color\":\"yellow\"},{\"text\":\" to view all the armor.\",\"color\":\"aqua\"}],\"italic\":false}" ], "attribute-modifiers" : { }, "ItemFlags" : [ "HIDE_ATTRIBUTES" ], "PublicBukkitValues" : "{\n \"playerauctions:itemtag_item\": \"1\"\n}" } }, "name" : "armor", "displayName" : "Armor" }, { "minPrice" : -1.0, "maxPrice" : -1.0, "all" : false, "icon" : { "type" : "ENCHANTED_BOOK", "meta" : { "display-name" : "{\"text\":\"\",\"extra\":[{\"text\":\"Items\",\"obfuscated\":false,\"italic\":false,\"underlined\":false,\"strikethrough\":false,\"color\":\"aqua\",\"bold\":false}]}", "lore" : [ "{\"text\":\"\",\"extra\":[{\"text\":\"Click\",\"color\":\"yellow\"},{\"text\":\" to view all the items.\",\"color\":\"aqua\"}],\"italic\":false}" ], "PublicBukkitValues" : "{\n \"playerauctions:itemtag_item\": \"1\"\n}" } }, "name" : "items", "displayName" : "Items" }, { "minPrice" : -1.0, "maxPrice" : -1.0, "all" : false, "icon" : { "type" : "DIRT", "meta" : { "display-name" : "{\"text\":\"\",\"extra\":[{\"text\":\"Blocks\",\"obfuscated\":false,\"italic\":false,\"underlined\":false,\"strikethrough\":false,\"color\":\"aqua\",\"bold\":false}]}", "lore" : [ "{\"text\":\"\",\"extra\":[{\"text\":\"Click\",\"color\":\"yellow\"},{\"text\":\" to view all the blocks.\",\"color\":\"aqua\"}],\"italic\":false}" ], "PublicBukkitValues" : "{\n \"playerauctions:itemtag_item\": \"1\"\n}" } }, "name" : "blocks", "displayName" : "Blocks" } ], "currentPage" : 1 }
Previous/api/playerauctions/getAuctionCategoryByName/{categoryname}Next/api/playerauctions/getAuctionPlayerByUUID/{uuid}
Last updated