The goal of Galactic Shop is to provide an optimized and easy-to-use shop plugin, allowing server owners to create economies easier as instead of setting the price per item on each page - instead, you can do so using the dedicated file. The system also allows for server owners to set the worth of items and create shops all in-game.
Commands
/shop
/shop log <player> <page> - shop.admin
/shop page add <shopPage> <identifier> - shop.admin
/shop page remove <shopPage> <identifier> - shop.admin
/sell
/sell all - shop.sell.all
/sell hand - shop.sell.hand
/setworth item <buyPrice> <sellPrice> - shop.admin
/worth <item> - shop.worth
Configuration Files
Code:
{
"msgSetWorthNotHoldingItem": "&3&lSHOP &8» &cYou do not have any items in your hand to set the buy/sell price of.",
"msgSetWorthItem": "&3&lSHOP &8» &fYou have set the item in your hand to a buy price of &a$%s&f and a sell price of &a$%s&f.",
"msgSetWorthNotSpawner": "&3&lSHOP &8» &cThe item in your hand is not a spawner.",
"msgWorthNotFound": "&3&lSHOP &8» &cThat item could not be found and does not have a buy/sell price set for it.",
"msgWorthViewing": "&3&lSHOP &8» &b%s&f has a buy price of &a$%s&f and a sell price of &a$%s&f.",
"msgShopPageDoesntExist": "&3&lSHOP &8» &cThe shop page you have specified does not exist.",
"msgNoShopItemFound": "&3&lSHOP &8» &cThe shop item you have specified could not be found.",
"msgShopPageNotFound": "&3&lSHOP &8» &cThe shop page you have selected was not found, this is a critical error, please make a ticket!",
"msgNoItemsInInventory": "&3&lSHOP &8» &cYou do not have any of this item in your inventory.",
"msgNotEnoughItems": "&3&lSHOP &8» &cYou do not have enough of this item in your inventory to sell that amount.",
"msgItemsSold": "&3&lSHOP &8» &fYou've just sold &b%sx %s&f to the shop for &a$%s&f.",
"msgNoRoomInInventory": "&3&lSHOP &8» &cYou don't have enough room in your inventory to buy that.",
"msgCannotAfford": "&3&lSHOP &8» &cYou cannot afford to buy that item. You are missing &a$&f%s&c.",
"msgItemsBought": "&3&lSHOP &8» &fYou've just bought &b%sx %s&f from the shop for &a$%s&f.",
"msgCannotBeSold": "&3&lSHOP &8» &cThat item cannot be sold to the server.",
"msgCannotBeBought": "&3&lSHOP &8» &cThat item cannot be bought from the shop.",
"msgCannotBeSoldName": "&3&lSHOP &8» &cYou cannot sell that item to the server because you have specified to not sell renamed items in the command.",
"msgNoItemsToSell": "&3&lSHOP &8» &cYou do not have any sellable items in your inventory.",
"msgSellAllHeader": "&3&lSHOP &8» &fYou've sold &b%sx&f items to the server:",
"msgSellAllEntry": "&b&l * &e%sx %s",
"msgSellAllFooter": "&a$%s&f has been added to your account.",
"msgShopPageAdded": "&3&lSHOP &8» &fYou have just added &b%s&f to the specified Shop Page.",
"msgShopPageRemoved": "&3&lSHOP &8» &fYou have just removed &b%s&f from the specified Shop Page.",
"shopItemDisplayName": "&3&l{itemName}",
"shopItemDisplayNameCount": "&3&l{itemName} &8&l- &f{amount}x",
"shopItemBuyPriceLine": "&bBuy Price &8» &a$&f{buyPrice}",
"shopItemSellPriceLine": "&bSell Price &8» &a$&f{sellPrice}",
"shopItemSellPriceBoosted": "&bSell Price &8» &a$&f{sellPrice} &8(&a+&f{sellBoost}%&8)",
"shopItemNotSetup": "&cNo buy/sell price has been set yet.",
"shopItemSellAllLine": "&7&nMiddle-Click&7 to sell-all",
"sellCommandEnabled": true,
"sellAllCommandEnabled": true,
"shopSellPriceBoosted": [
" ",
"&7You have currently got a total",
"&7sell booster bonus &f+{sellBoost}%"
],
"shopBuySellKeysLore": [
" ",
"&7&nLeft-Click&7 to buy",
"&7&nRight-Click&7 to sell",
"&7&nMiddle-Click&7 to sell-all"
],
"mainShopPageGui": {
"items": {
"#": {
"material": "STAINED_GLASS_PANE",
"damage": 7,
"amount": 1,
"meta": {
"displayName": "&r"
}
},
"-": {
"material": "AIR",
"damage": 0,
"amount": 1
}
},
"pattern": [
"##-#-#-##",
"#-#-#-#-#",
"##-#-#-##"
],
"title": "&8Shop"
},
"mainShopPageButtons": [
{
"displayItem": {
"material": "COBBLESTONE",
"damage": 0,
"amount": 1,
"meta": {
"displayName": "&a&lBuilding Blocks",
"lore": [
"&7Click to open the &aBuilding Blocks",
"&7shop."
]
}
},
"action": "blocks",
"slot": 2
},
{
"displayItem": {
"material": "WOOL",
"damage": 0,
"amount": 1,
"meta": {
"displayName": "&a&lDecorative Blocks",
"lore": [
"&7Click to open the &aDecorative Blocks",
"&7shop."
]
}
},
"action": "decoblocks",
"slot": 4
},
{
"displayItem": {
"material": "COOKED_BEEF",
"damage": 0,
"amount": 1,
"meta": {
"displayName": "&a&lFood",
"lore": [
"&7Click to open the &aFood&7 shop."
]
}
},
"action": "food",
"slot": 6
},
{
"displayItem": {
"material": "DIAMOND_CHESTPLATE",
"damage": 0,
"amount": 1,
"meta": {
"displayName": "&a&lBlacksmith",
"lore": [
"&7Click to open the &aBlacksmith&7 shop."
]
}
},
"action": "blacksmith",
"slot": 10
},
{
"displayItem": {
"material": "CACTUS",
"damage": 0,
"amount": 1,
"meta": {
"displayName": "&a&lFarming",
"lore": [
"&7Click to open the &aFarming&7 shop."
]
}
},
"action": "farming",
"slot": 12
},
{
"displayItem": {
"material": "BLAZE_ROD",
"damage": 0,
"amount": 1,
"meta": {
"displayName": "&a&lMob Drops",
"lore": [
"&7Click to open the &aMob Drops&7 shop."
]
}
},
"action": "drops",
"slot": 14
},
{
"displayItem": {
"material": "IRON_INGOT",
"damage": 0,
"amount": 1,
"meta": {
"displayName": "&a&lOres",
"lore": [
"&7Click to open the &aOres&7 shop."
]
}
},
"action": "ores",
"slot": 16
},
{
"displayItem": {
"material": "REDSTONE",
"damage": 0,
"amount": 1,
"meta": {
"displayName": "&a&lMiscellaneous",
"lore": [
"&7Click to open the &aMiscellaneous&7 shop."
]
}
},
"action": "miscellaneous",
"slot": 20
},
{
"displayItem": {
"material": "MOB_SPAWNER",
"damage": 0,
"amount": 1,
"meta": {
"displayName": "&a&lSpawners",
"lore": [
"&7Click to open the &aSpawners &7shop."
]
}
},
"action": "spawners",
"slot": 22
},
{
"displayItem": {
"material": "POTION",
"damage": 0,
"amount": 1,
"meta": {
"displayName": "&a&lPotions",
"lore": [
"&7Click to open the &aPotions &7shop."
]
}
},
"action": "potions",
"slot": 24
}
],
"shopPageGui": {
"items": {
"#": {
"material": "STAINED_GLASS_PANE",
"damage": 7,
"amount": 1,
"meta": {
"displayName": "&r"
}
},
"-": {
"material": "AIR",
"damage": 0,
"amount": 1
}
},
"pattern": [
"---------",
"---------",
"---------",
"---------",
"---------",
"#########"
],
"title": "&8Shop"
},
"shopPageButtons": [
{
"displayItem": {
"material": "PAPER",
"damage": 0,
"amount": 1,
"meta": {
"displayName": "&ePrevious Page"
}
},
"action": "PREVIOUS_PAGE",
"slot": 48
},
{
"displayItem": {
"material": "COMPASS",
"damage": 0,
"amount": 1,
"meta": {
"displayName": "&eCurrent Page",
"lore": [
"&7Page {page}"
]
}
},
"action": "CURRENT_PAGE",
"slot": 49
},
{
"displayItem": {
"material": "PAPER",
"damage": 0,
"amount": 1,
"meta": {
"displayName": "&eNext Page"
}
},
"action": "NEXT_PAGE",
"slot": 50
},
{
"displayItem": {
"material": "BARRIER",
"damage": 0,
"amount": 1,
"meta": {
"displayName": "&c&lGo Back",
"lore": [
"&7Click here to return to the main",
"&7shop page."
]
}
},
"action": "GO_BACK",
"slot": 53
}
],
"individualItemGui": {
"items": {
"#": {
"material": "STAINED_GLASS_PANE",
"damage": 7,
"amount": 1,
"meta": {
"displayName": "&r"
}
},
"-": {
"material": "AIR",
"damage": 0,
"amount": 1
}
},
"pattern": [
"#########",
"---------",
"####-####"
],
"title": "&8Shop"
},
"individualItemSingleButtons": [
{
"action": "SINGLE_1",
"slot": 9
},
{
"action": "SINGLE_2",
"slot": 10
},
{
"action": "SINGLE_3",
"slot": 11
},
{
"action": "SINGLE_4",
"slot": 12
},
{
"action": "SINGLE_5",
"slot": 13
},
{
"action": "SINGLE_6",
"slot": 14
},
{
"action": "SINGLE_7",
"slot": 15
},
{
"action": "SINGLE_8",
"slot": 16
},
{
"action": "SINGLE_9",
"slot": 17
},
{
"displayItem": {
"material": "BARRIER",
"damage": 0,
"amount": 1,
"meta": {
"displayName": "&c&lGo Back",
"lore": [
"&7Click here to return to the shop",
"&7page."
]
}
},
"action": "GO_BACK",
"slot": 22
}
],
"individualItemSmallButtons": [
{
"action": "OPEN_LARGE_ITEMS",
"slot": 4
},
{
"action": "SINGLE_1",
"slot": 9
},
{
"action": "SINGLE_2",
"slot": 10
},
{
"action": "SINGLE_4",
"slot": 11
},
{
"action": "SINGLE_8",
"slot": 12
},
{
"action": "SINGLE_12",
"slot": 13
},
{
"action": "SINGLE_16",
"slot": 14
},
{
"action": "SINGLE_32",
"slot": 15
},
{
"action": "SINGLE_48",
"slot": 16
},
{
"action": "SINGLE_64",
"slot": 17
},
{
"displayItem": {
"material": "BARRIER",
"damage": 0,
"amount": 1,
"meta": {
"displayName": "&c&lGo Back",
"lore": [
"&7Click here to return to the shop",
"&7page."
]
}
},
"action": "GO_BACK",
"slot": 22
}
],
"individualItemLargeButtons": [
{
"action": "OPEN_SMALL_ITEMS",
"slot": 4
},
{
"action": "STACK_1",
"slot": 9
},
{
"action": "STACK_2",
"slot": 10
},
{
"action": "STACK_3",
"slot": 11
},
{
"action": "STACK_4",
"slot": 12
},
{
"action": "STACK_5",
"slot": 13
},
{
"action": "STACK_6",
"slot": 14
},
{
"action": "STACK_7",
"slot": 15
},
{
"action": "STACK_8",
"slot": 16
},
{
"action": "STACK_9",
"slot": 17
},
{
"displayItem": {
"material": "BARRIER",
"damage": 0,
"amount": 1,
"meta": {
"displayName": "&c&lGo Back",
"lore": [
"&7Click here to return to the shop",
"&7page."
]
}
},
"action": "GO_BACK",
"slot": 22
}
],
"buyMoreName": "&d&lBuy more...",
"buyMoreLore": [
"&7Click here to buy more than",
"&7a single stack at a time."
],
"buyLessName": "&d&lBuy less...",
"buyLessLore": [
"&7Click here to buy less than",
"&7a single stack at a time."
]
}
Code:
{
"itemStackWorth": [
{
"sellPrice": 0.0,
"identifier": "259:0",
"buyPrice": 500.0
},
{
"sellPrice": 0.0,
"identifier": "359:0",
"buyPrice": 450.0
},
{
"sellPrice": 0.0,
"identifier": "346:0",
"buyPrice": 10000.0
},
{
"sellPrice": 0.0,
"identifier": "326:0",
"buyPrice": 10.0
},
{
"sellPrice": 0.0,
"identifier": "327:0",
"buyPrice": 10.0
},
{
"sellPrice": 0.0,
"identifier": "310:0",
"buyPrice": 11500.0
},
{
"sellPrice": 0.0,
"identifier": "311:0",
"buyPrice": 13720.0
},
{
"sellPrice": 0.0,
"identifier": "312:0",
"buyPrice": 12570.0
},
{
"sellPrice": 0.0,
"identifier": "313:0",
"buyPrice": 11340.0
},
{
"sellPrice": 0.0,
"identifier": "276:0",
"buyPrice": 15600.0
},
{
"sellPrice": 0.0,
"identifier": "278:0",
"buyPrice": 17100.0
},
{
"sellPrice": 0.0,
"identifier": "277:0",
"buyPrice": 16040.0
},
{
"sellPrice": 0.0,
"identifier": "279:0",
"buyPrice": 13900.0
},
{
"sellPrice": 0.0,
"identifier": "373:8193",
"buyPrice": 200.0
},
{
"sellPrice": 0.0,
"identifier": "373:8225",
"buyPrice": 300.0
},
{
"sellPrice": 0.0,
"identifier": "373:8258",
"buyPrice": 200.0
},
{
"sellPrice": 0.0,
"identifier": "373:8226",
"buyPrice": 300.0
},
{
"sellPrice": 0.0,
"identifier": "373:8265",
"buyPrice": 200.0
},
{
"sellPrice": 0.0,
"identifier": "373:8233",
"buyPrice": 300.0
},
{
"sellPrice": 0.0,
"identifier": "373:8262",
"buyPrice": 200.0
},
{
"sellPrice": 0.0,
"identifier": "373:8259",
"buyPrice": 200.0
},
{
"sellPrice": 0.0,
"identifier": "373:16288",
"buyPrice": 200.0
},
{
"sellPrice": 0.0,
"identifier": "373:16421",
"buyPrice": 200.0
},
{
"sellPrice": 0.0,
"identifier": "373:8267",
"buyPrice": 200.0
},
{
"sellPrice": 0.0,
"identifier": "373:8235",
"buyPrice": 200.0
},
{
"sellPrice": 6.0,
"identifier": "263:0",
"buyPrice": 0.0
},
{
"sellPrice": 10.0,
"identifier": "331:0",
"buyPrice": 0.0
},
{
"sellPrice": 10.0,
"identifier": "351:4",
"buyPrice": 0.0
},
{
"sellPrice": 30.0,
"identifier": "266:0",
"buyPrice": 0.0
},
{
"sellPrice": 410.0,
"identifier": "265:0",
"buyPrice": 0.0
},
{
"sellPrice": 430.0,
"identifier": "264:0",
"buyPrice": 0.0
},
{
"sellPrice": 500.0,
"identifier": "388:0",
"buyPrice": 0.0
},
{
"sellPrice": 1.0,
"identifier": "406:0",
"buyPrice": 20.0
},
{
"sellPrice": 54.0,
"identifier": "173:0",
"buyPrice": 0.0
},
{
"sellPrice": 90.0,
"identifier": "152:0",
"buyPrice": 0.0
},
{
"sellPrice": 270.0,
"identifier": "41:0",
"buyPrice": 0.0
},
{
"sellPrice": 3690.0,
"identifier": "42:0",
"buyPrice": 0.0
},
{
"sellPrice": 3870.0,
"identifier": "57:0",
"buyPrice": 0.0
},
{
"sellPrice": 4500.0,
"identifier": "133:0",
"buyPrice": 0.0
},
{
"sellPrice": 0.0,
"identifier": "154:0",
"buyPrice": 10000.0
},
{
"sellPrice": 0.0,
"identifier": "356:0",
"buyPrice": 150.0
},
{
"sellPrice": 0.0,
"identifier": "404:0",
"buyPrice": 125.0
},
{
"sellPrice": 0.0,
"identifier": "76:0",
"buyPrice": 10.0
},
{
"sellPrice": 0.0,
"identifier": "70:0",
"buyPrice": 5.0
},
{
"sellPrice": 0.0,
"identifier": "69:0",
"buyPrice": 5.0
},
{
"sellPrice": 0.0,
"identifier": "77:0",
"buyPrice": 5.0
},
{
"sellPrice": 0.0,
"identifier": "23:0",
"buyPrice": 250.0
},
{
"sellPrice": 0.0,
"identifier": "158:0",
"buyPrice": 250.0
},
{
"sellPrice": 0.0,
"identifier": "33:0",
"buyPrice": 50.0
},
{
"sellPrice": 0.0,
"identifier": "29:0",
"buyPrice": 50.0
},
{
"sellPrice": 0.0,
"identifier": "96:0",
"buyPrice": 10.0
},
{
"sellPrice": 0.0,
"identifier": "107:0",
"buyPrice": 10.0
},
{
"sellPrice": 0.0,
"identifier": "151:0",
"buyPrice": 100.0
},
{
"sellPrice": 0.0,
"identifier": "30:0",
"buyPrice": 50.0
},
{
"sellPrice": 0.0,
"identifier": "131:0",
"buyPrice": 10.0
},
{
"sellPrice": 0.0,
"identifier": "380:0",
"buyPrice": 70.0
},
{
"sellPrice": 7.0,
"identifier": "360:0",
"buyPrice": 15.0
},
{
"sellPrice": 0.0,
"identifier": "260:0",
"buyPrice": 30.0
},
{
"sellPrice": 0.0,
"identifier": "322:0",
"buyPrice": 10000.0
},
{
"sellPrice": 0.0,
"identifier": "322:1",
"buyPrice": 100000.0
},
{
"sellPrice": 5.0,
"identifier": "391:0",
"buyPrice": 10.0
},
{
"sellPrice": 0.0,
"identifier": "400:0",
"buyPrice": 10.0
},
{
"sellPrice": 0.0,
"identifier": "297:0",
"buyPrice": 10.0
},
{
"sellPrice": 5.0,
"identifier": "366:0",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "393:0",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "282:0",
"buyPrice": 20.0
},
{
"sellPrice": 7.0,
"identifier": "350:0",
"buyPrice": 15.0
},
{
"sellPrice": 7.0,
"identifier": "350:1",
"buyPrice": 15.0
},
{
"sellPrice": 8.0,
"identifier": "412:0",
"buyPrice": 16.0
},
{
"sellPrice": 0.0,
"identifier": "413:0",
"buyPrice": 11.0
},
{
"sellPrice": 7.0,
"identifier": "320:0",
"buyPrice": 15.0
},
{
"sellPrice": 8.0,
"identifier": "364:0",
"buyPrice": 16.0
},
{
"sellPrice": 6.0,
"identifier": "424:0",
"buyPrice": 12.0
},
{
"sellPrice": 0.0,
"identifier": "357:0",
"buyPrice": 2.0
},
{
"sellPrice": 0.0,
"identifier": "392:0",
"buyPrice": 10.0
},
{
"sellPrice": 0.0,
"identifier": "295:0",
"buyPrice": 8.0
},
{
"sellPrice": 0.0,
"identifier": "361:0",
"buyPrice": 8.0
},
{
"sellPrice": 0.0,
"identifier": "362:0",
"buyPrice": 8.0
},
{
"sellPrice": 0.0,
"identifier": "351:3",
"buyPrice": 8.0
},
{
"sellPrice": 4.0,
"identifier": "372:0",
"buyPrice": 8.0
},
{
"sellPrice": 200.0,
"identifier": "338:0",
"buyPrice": 400.0
},
{
"sellPrice": 150.0,
"identifier": "81:0",
"buyPrice": 450.0
},
{
"sellPrice": 3.0,
"identifier": "296:0",
"buyPrice": 0.0
},
{
"sellPrice": 3.0,
"identifier": "86:0",
"buyPrice": 0.0
},
{
"sellPrice": 3.0,
"identifier": "39:0",
"buyPrice": 0.0
},
{
"sellPrice": 3.0,
"identifier": "40:0",
"buyPrice": 0.0
},
{
"sellPrice": 14.0,
"identifier": "367:0",
"buyPrice": 0.0
},
{
"sellPrice": 14.0,
"identifier": "352:0",
"buyPrice": 0.0
},
{
"sellPrice": 4.0,
"identifier": "287:0",
"buyPrice": 0.0
},
{
"sellPrice": 8.0,
"identifier": "375:0",
"buyPrice": 0.0
},
{
"sellPrice": 25.0,
"identifier": "369:0",
"buyPrice": 0.0
},
{
"sellPrice": 0.0,
"identifier": "368:0",
"buyPrice": 43.0
},
{
"sellPrice": 375.0,
"identifier": "402:0",
"buyPrice": 0.0
},
{
"sellPrice": 0.0,
"identifier": "82:0",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "159:0",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "159:1",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "159:2",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "159:3",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "159:4",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "159:5",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "159:6",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "159:7",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "159:8",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "159:9",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "159:10",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "159:11",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "159:12",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "159:13",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "159:14",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "159:15",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "172:0",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "20:0",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "95:0",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "95:1",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "95:2",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "95:3",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "95:4",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "95:5",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "95:6",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "95:7",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "95:8",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "95:9",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "95:10",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "95:11",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "95:12",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "95:13",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "95:14",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "95:15",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "102:0",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "160:0",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "160:1",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "160:2",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "160:3",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "160:4",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "160:5",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "160:6",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "160:7",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "160:8",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "160:9",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "160:10",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "160:11",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "160:12",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "160:13",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "160:14",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "160:15",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "35:0",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "35:1",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "35:2",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "35:3",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "35:4",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "35:5",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "35:6",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "35:7",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "35:8",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "35:9",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "35:10",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "35:11",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "35:12",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "35:13",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "35:14",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "35:15",
"buyPrice": 11.0
},
{
"sellPrice": 0.0,
"identifier": "2:0",
"buyPrice": 10.0
},
{
"sellPrice": 0.0,
"identifier": "3:0",
"buyPrice": 7.0
},
{
"sellPrice": 0.0,
"identifier": "13:0",
"buyPrice": 10.0
},
{
"sellPrice": 0.0,
"identifier": "4:0",
"buyPrice": 12.0
},
{
"sellPrice": 0.0,
"identifier": "48:0",
"buyPrice": 12.0
},
{
"sellPrice": 0.0,
"identifier": "1:0",
"buyPrice": 12.0
},
{
"sellPrice": 0.0,
"identifier": "1:1",
"buyPrice": 12.0
},
{
"sellPrice": 0.0,
"identifier": "1:3",
"buyPrice": 12.0
},
{
"sellPrice": 0.0,
"identifier": "1:5",
"buyPrice": 12.0
},
{
"sellPrice": 0.0,
"identifier": "17:0",
"buyPrice": 10.0
},
{
"sellPrice": 0.0,
"identifier": "17:1",
"buyPrice": 10.0
},
{
"sellPrice": 0.0,
"identifier": "17:3",
"buyPrice": 10.0
},
{
"sellPrice": 0.0,
"identifier": "162:0",
"buyPrice": 10.0
},
{
"sellPrice": 0.0,
"identifier": "162:1",
"buyPrice": 10.0
},
{
"sellPrice": 0.0,
"identifier": "80:0",
"buyPrice": 6.0
},
{
"sellPrice": 0.0,
"identifier": "79:0",
"buyPrice": 13.0
},
{
"sellPrice": 0.0,
"identifier": "174:0",
"buyPrice": 13.0
},
{
"sellPrice": 0.0,
"identifier": "19:0",
"buyPrice": 20.0
},
{
"sellPrice": 0.0,
"identifier": "12:0",
"buyPrice": 10.0
},
{
"sellPrice": 0.0,
"identifier": "24:0",
"buyPrice": 10.0
},
{
"sellPrice": 0.0,
"identifier": "12:1",
"buyPrice": 10.0
},
{
"sellPrice": 0.0,
"identifier": "179:0",
"buyPrice": 10.0
},
{
"sellPrice": 0.0,
"identifier": "45:0",
"buyPrice": 10.0
},
{
"sellPrice": 0.0,
"identifier": "49:0",
"buyPrice": 50.0
},
{
"sellPrice": 0.0,
"identifier": "87:0",
"buyPrice": 5.0
},
{
"sellPrice": 0.0,
"identifier": "89:0",
"buyPrice": 15.0
},
{
"sellPrice": 0.0,
"identifier": "88:0",
"buyPrice": 14.0
},
{
"sellPrice": 0.0,
"identifier": "112:0",
"buyPrice": 10.0
},
{
"sellPrice": 0.0,
"identifier": "121:0",
"buyPrice": 16.0
},
{
"sellPrice": 0.0,
"identifier": "168:0",
"buyPrice": 13.0
},
{
"sellPrice": 0.0,
"identifier": "47:0",
"buyPrice": 18.0
},
{
"sellPrice": 0.0,
"identifier": "155:0",
"buyPrice": 14.0
},
{
"sellPrice": 0.0,
"identifier": "116:0",
"buyPrice": 5000.0
},
{
"sellPrice": 0.0,
"identifier": "138:0",
"buyPrice": 1000000.0
},
{
"sellPrice": 0.0,
"identifier": "54:0",
"buyPrice": 4.0
},
{
"sellPrice": 0.0,
"identifier": "146:0",
"buyPrice": 4.0
},
{
"sellPrice": 0.0,
"identifier": "145:0",
"buyPrice": 1500.0
},
{
"sellPrice": 0.0,
"identifier": "380:0",
"buyPrice": 1500.0
}
],
"spawnerWorth": [
{
"entityType": "COW",
"sellPrice": 0.0,
"identifier": "52:0",
"buyPrice": 50000.0
},
{
"entityType": "SHEEP",
"sellPrice": 0.0,
"identifier": "52:0",
"buyPrice": 75000.0
},
{
"entityType": "SPIDER",
"sellPrice": 0.0,
"identifier": "52:0",
"buyPrice": 100000.0
},
{
"entityType": "ZOMBIE",
"sellPrice": 0.0,
"identifier": "52:0",
"buyPrice": 150000.0
},
{
"entityType": "SKELETON",
"sellPrice": 0.0,
"identifier": "52:0",
"buyPrice": 200000.0
},
{
"entityType": "BLAZE",
"sellPrice": 0.0,
"identifier": "52:0",
"buyPrice": 1000000.0
},
{
"entityType": "WITCH",
"sellPrice": 0.0,
"identifier": "52:0",
"buyPrice": 6000000.0
},
{
"entityType": "IRON_GOLEM",
"sellPrice": 0.0,
"identifier": "52:0",
"buyPrice": 1.2E7
},
{
"entityType": "VILLAGER",
"sellPrice": 0.0,
"identifier": "52:0",
"buyPrice": 1.7E7
}
],
"commandWorth": []
}
Wiki: https://galactic.stellardev.org/shop/description
If you have additional questions or need support join our discord and we would be happy to get you squared away!
If you have additional questions or need support join our discord and we would be happy to get you squared away!
- Type
- Offering
