Skip to content

Instantly share code, notes, and snippets.

@DusterTheFirst
Created April 4, 2019 03:54
Show Gist options
  • Save DusterTheFirst/b1606316c361b27c0767205c6644d96e to your computer and use it in GitHub Desktop.
Save DusterTheFirst/b1606316c361b27c0767205c6644d96e to your computer and use it in GitHub Desktop.
GUIShopMinus sample shop.json autogenerated file
/*
* DO NOT EDIT THIS FILE
*
* This file was generated using https://whsmc.github.io/GUIShopMinus
* and modifying this file may lead to data corruption or
* instability in the plugin
*/
{
"name": "&4SHOPNAMEHERE",
"submenus": [
{
"icon": "RED_BANNER",
"name": "&cRed",
"description": "&8&lOptional &rDescription",
"items": [
{
"material": "STICK",
"name": "&6Test Item",
"amount": 10,
"price": 69.42,
"sellprice": 50
},
{
"material": "BLUE_SHULKER_BOX",
"name": "&6Test Item 2",
"amount": 1,
"price": 150,
"sellprice": 75
}
]
},
{
"icon": "ORANGE_WOOL",
"name": "&6Orange",
"description": "&8&lOptional &rDescription",
"items": [
{
"material": "STICK",
"name": "&6Test Item",
"amount": 10,
"price": 69.42,
"sellprice": 50
},
{
"material": "BLUE_SHULKER_BOX",
"name": "&6Test Item 2",
"amount": 1,
"price": 150,
"sellprice": 75
}
]
},
{
"icon": "YELLOW_BED",
"name": "&eYellow",
"description": "&8&lOptional &rDescription",
"items": [
{
"material": "STICK",
"name": "&6Test Item",
"amount": 10,
"price": 69.42,
"sellprice": 50
},
{
"material": "BLUE_SHULKER_BOX",
"name": "&6Test Item 2",
"amount": 1,
"price": 150,
"sellprice": 75
}
]
},
{
"icon": "GRASS",
"name": "&aGreen",
"description": "&8&lOptional &rDescription",
"items": [
{
"material": "STICK",
"name": "&6Test Item",
"amount": 10,
"price": 69.42,
"sellprice": 50
},
{
"material": "BLUE_SHULKER_BOX",
"name": "&6Test Item 2",
"amount": 1,
"price": 150,
"sellprice": 75
}
]
},
{
"icon": "BLUE_STAINED_GLASS",
"name": "&9Blue",
"description": "&8&lOptional &rDescription",
"items": [
{
"material": "STICK",
"name": "&6Test Item",
"amount": 10,
"price": 69.42,
"sellprice": 50
},
{
"material": "BLUE_SHULKER_BOX",
"name": "&6Test Item 2",
"amount": 1,
"price": 150,
"sellprice": 75
}
]
},
{
"icon": "PURPLE_SHULKER_BOX",
"name": "&5Purple",
"description": "&8&lOptional &rDescription",
"items": [
{
"material": "STICK",
"name": "&6Test Item",
"amount": 10,
"price": 69.42,
"sellprice": 50
},
{
"material": "BLUE_SHULKER_BOX",
"name": "&6Test Item 2",
"amount": 1,
"price": 150,
"sellprice": 75
}
]
},
{
"icon": "PINK_DYE",
"name": "&dPink",
"description": "&8&lOptional &rDescription",
"items": [
{
"material": "STICK",
"name": "&6Test Item",
"amount": 10,
"price": 69.42,
"sellprice": 50
},
{
"material": "BLUE_SHULKER_BOX",
"name": "&6Test Item 2",
"amount": 1,
"price": 150,
"sellprice": 75
}
]
},
{
"icon": "COAL_BLOCK",
"name": "&0Black",
"description": "&8&lOptional &rDescription",
"items": [
{
"material": "STICK",
"name": "&6Test Item",
"amount": 10,
"price": 69.42,
"sellprice": 50
},
{
"material": "BLUE_SHULKER_BOX",
"name": "&6Test Item 2",
"amount": 1,
"price": 150,
"sellprice": 75
}
]
},
{
"icon": "BONE_MEAL",
"name": "&fWhite",
"description": "&8&lOptional &rDescription",
"items": [
{
"material": "STICK",
"name": "&6Test Item",
"amount": 10,
"price": 69.42,
"sellprice": 50
},
{
"material": "BLUE_SHULKER_BOX",
"name": "&6Test Item 2",
"amount": 1,
"price": 150,
"sellprice": 75
}
]
},
{
"icon": "LAPIS_LAZULI",
"name": "&cg&6a&ay",
"description": "&8&lOptional &rDescription",
"items": [
{
"material": "STICK",
"name": "&6Test Item",
"amount": 10,
"price": 69.42,
"sellprice": 50
},
{
"material": "BLUE_SHULKER_BOX",
"name": "&6Test Item 2",
"amount": 1,
"price": 150,
"sellprice": 75
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment