• Guest, we are doing a new map (refresh) for Herocraft. Gather your friends and get ready! Coming next Friday, 06/28/24 @ 7PM CT play.hc.to
    Read up on the guides and new systems! Here.
    View the LIVE Map here @ hc.to/map
    Stuck or have a problem? use "/pe create" to to open a ticket with staff (There are some known issues and other hotfixes we will be pushing asap)
  • Guest, Make sure to use our LAUNCHER! Read more here!

Suggestion Give each profession chest shops for each item they can make

Yavool

Legacy Supporter 9
Joined
Jul 4, 2013
Location
Spokane, WA
This has been suggested before, but I wanted to address it again. By empowering the community with the ability to create chest shops relevant to their profession, the community would have the ability for more value within their specific profession, encourage ingredient and supply exchange between members of the same profession, and allow money to be made based on the items that are inherent to their trade.

This list is not 100% exhaustive, but I hope it is close enough to get a feel for the level of detail I am suggesting. Some professions (e.g. Merchant and Farmer) are closer to the desired level of comprehensiveness than others (e.g. Enchanters and Runesmiths). Without further adieu, I offer you my take on the items that should be able to be sold by each profession:

Alchemist:
Any item that can be produced from their cauldron;
All potions
All components necessary to create the above items: cauldrons, iron ingot, basic cauldron recipe ingredients, logs, flint & steel, bottles, glass, basic potion recipe ingredients; brewing stands, blaze rod, cobblestone;
The plants that Alchemists can glean from Herbalism;
The raw material and end product of TransmuteOre

Enchanter:
Any basic and enchanted item that an Enchanter can enchant: swords, axes, picks, shovels, bows, all armor, and fishing poles;
Wood logs acquired as a result of Overgrowth (overgrowth is currently broken in that it only gives oak logs regardless of the sapling) as well as saplings and other tree drops (apples) and the reagant needed (redstone);
Glowstone dust used in Disenchant

Engineer:
All items used in creating items in the Craftbook;
All redstone and technical items;
Hoppers and recipe ingredients (iron ingot and chests)
Droppers and recipe ingredients (redstone and cobblestone)
Pistons and recipe ingredients (wood planks, cobblestone, iron ingot, redstone, and slime balls)
Daylight sensors and recipe ingredients (glass, nether quartz, and wooden slabs)
Trapped chests and recipe ingredience (hooks and wood planks)
Gate ingredients (fences, chests, and signs)
Lift ingredients (signs)

Farmer:
The plants that Farmers can glean from Herbalism
All fish that Farmers can glean from Fishing
Wood logs acquired as a result of Overgrowth as well as saplings and other tree drops (apples) and the reagant needed (redstone);
All items dropped from all animals that can be summoned or raised (leather, string, meat, wool, ink sacks, and other items not updated yet with the new additions to Farmer summoning), and the items used to summon and or raise them (wheat, seeds, carrots, bones, eggs, raw pork, raw beef, white wool, mushroom, and other items not updated yet with the new additions to Farmer summoning)

Merchant:
All items (several items have not been added since the 1.7 update)

Miners:
All pickaxes (basic or enchanted);
All shovels (basic or enchanted);
All ores and ingots;
Diamonds, emeralds, lapis, coal, redstone, flint, gold nuggets (from silverfish);
TNT (including sand, and gunpowder);
Nether quartz
Buckets, lava buckets, and water buckets

Runesmith:
Books (including leather, paper, ink sacks, feathers)
Written and signed books
All runestones, including the basic recipe ingredients (redstone block, diamond, burning furnace, nether star, and glowing redstone ore);
Glowstone dust (used in ImbueRunestone)
Item frames, including the basic recipe ingredents (leather and sticks)
Beacons, including the basic recipe ingredients (nether star, glass, and obsidian)
Iron blocks, diamond blocks, gold blocks, emerald blocks, iron ingot, diamond, gold ingot, emerald (used to empower and activate beacons)

Smith:
All items that a Smith can create and or repair (armor, weapons, tools, flint & steel, fishing rods, bows, shears), both basic and enchanted;
All ingredients needed to repair (iron bar, iron ingot, gold ingot, diamond, wood plank, cobblestone, and string)
Iron ingot from SmeltIron
Anvils and the basic recipe ingredients (Anvils are out of HC currently; iron block and iron ingot);
Emeralds (used to Engrave)

I understand that other things (like the need PVP to get reempowered and for server population increase strategies) are probably on the forefront right now, but I hope in time that you can make small gains toward something similar to what I am proposing. In the short term, I would invite you to look at the professions that are unfairly unable to not sell their wares in chest shops, specifically Enchanters, Runesmiths, and to some extent Alchemists. Over time, I hope you can take a more comprehensive look at revamping Professions in a way that allows each trade to have more value within it, and to adjust accordingly for skills that are supposed to be part of the profession (e.g. anvil use) that have repeatedly been said are not coming back, and give those professions something else (e.g. the ability to make nametags) that will compensate them for their absent professional skills.

Thanks,

-yav
 

Moralsk

Gold
Joined
Mar 30, 2013
It would be a big change for engineer to be able to sell something besides redstone.
 

Joey_Beans

Legacy Supporter 9
Joined
Nov 27, 2013
The one thing I do not see the point of is a profession being able to make chest shops for the items they USE to create things. They should only really need to sell the things that they create.
 

Kainzo

The Disposable Hero
Staff member
Founder
Adventure Team
Joined
Jan 7, 2011
Location
The 7th Circle of Heaven
It's not possible to sell "just" enchanted items. We don't want enchanter to get "sell all" enchanted items either...

I've provided the list of items that are add to the permissions - if anyone wants to update it, feel free, wouldnt take longer.

Code:
name: ChestShop

main: com.Acrobot.ChestShop.ChestShop

version: 3.7.3

#for CButD
dev-url: http://dev.bukkit.org/server-mods/chestshop/


author: Acrobot
description: >
             A chest shop for economy plugins.


softdepend: [LWC, Lockette, Deadbolt, OddItem, WorldGuard, Vault, Heroes,
                iConomy, BOSEconomy, SimpleChestLock, Residence]
commands:
  iteminfo:
    aliases: [iinfo]
    description: Lists item id and names
    usage: |
           /<command> §2(what's the item in hand?)
           /<command> §712§f §2(what's the item with ID §712§2?)
           /<command> §7log§f §2(what's the item ID of §7LOG§2?)

  csGive:
    description: Gives an item to the appropriate player
    usage: /<command> <item code> (amount) (player)
  csVersion:
    aliases: [chestshop]
    description: Shows the ChestShop's version
    usage: /<command>

permissions:
  ChestShop.*:
    description: Gives access to all ChestShop permissions
    default: op
    children:
        ChestShop.shop.*: true
        ChestShop.admin: true
  ChestShop.shop.*:
    description: Gives access to all user ChestShop permissions
    children:
        ChestShop.shop.create: true
        ChestShop.shop.buy: true
        ChestShop.shop.sell: true
    default: true
  ChestShop.shop.create:
    description: Allows the user to create a shop that sells and buys any item
    children:
        ChestShop.shop.create.buy: true
        ChestShop.shop.create.sell: true
  ChestShop.shop.create.buy:
    description: Allows the user to create a shop that sells any item
  ChestShop.shop.create.sell:
    description: Allows the user to create a shop that buy any item
  ChestShop.shop.create.(itemID):
    description: Allows user to create a shop that sells item with itemID like in the permission node (replace (itemID) with NUMERICAL item ID)
  ChestShop.shop.buy.(itemID):
    description: Allows user to buy certain (itemID) from a shop (replace (itemID) with NUMERICAL item ID)
  ChestShop.shop.sell.(itemID):
    description: Allows user to sell certain (itemID) from a shop (replace (itemID) with NUMERICAL item ID)
  ChestShop.shop.buy:
    description: Allows user to buy from a shop
  ChestShop.shop.sell:
    description: Allows user to sell to a shop
  ChestShop.nofee:
    description: User doesn't have to pay the shop creation fee.
  ChestShop.admin:
    description: Allows user to modify/destroy other stores and create an Admin Shops
    default: op
  ChestShop.mod:
    description: Allows user only to view other store chests, he can't destroy them or create an Admin Shop
  ChestShop.name.(some name):
    description: Gives you the power to do create shops for (some name), for example your town.
  ChestShop.shop.create.food:
    description: Allows to create a shop that sells food
    children:
      ChestShop.shop.create.297: true #Bread
      ChestShop.shop.create.354: true #Cake
      ChestShop.shop.create.357: true #Cookie
      ChestShop.shop.create.349: true #RawFish
      ChestShop.shop.create.350: true #CookedFish
      ChestShop.shop.create.365: true #RawChicken
      ChestShop.shop.create.366: true #CookedChicken
      ChestShop.shop.create.363: true #RawSteak
      ChestShop.shop.create.364: true #CookedSteak
      ChestShop.shop.create.319: true #RawPork
      ChestShop.shop.create.320: true #CookedPork
      ChestShop.shop.create.282: true #MushroomSoup
      ChestShop.shop.create.360: true #Melon
      ChestShop.shop.create.260: true #Apple
      ChestShop.shop.create.322: true #GoldApple
      ChestShop.shop.create.297: true #Bread
      ChestShop.shop.create.335: true #Milk
      ChestShop.shop.create.391: true #Carrot
      ChestShop.shop.create.392: true #Potato
      ChestShop.shop.create.393: true #BakedPotato
      ChestShop.shop.create.396: true #GoldenCarrot
      ChestShop.shop.create.400: true #PumpkinPie
      ChestShop.shop.create.382: true #GlisteningMelon
  ChestShop.shop.create.diamondgrade:
    description: Allows to create a shop that sells diamond gear
    children:
      ChestShop.shop.create.310: true #DiamondHelm
      ChestShop.shop.create.311: true #DiamondChestplate
      ChestShop.shop.create.312: true #DiamondLeggings
      ChestShop.shop.create.313: true #DiamondBoots
      ChestShop.shop.create.276: true #DiamondSword
      ChestShop.shop.create.277: true #DiamondShovel
      ChestShop.shop.create.278: true #DiamondPick
      ChestShop.shop.create.279: true #DiamondAxe
      ChestShop.shop.create.293: true #DiamondHoe
  ChestShop.shop.create.irongrade:
    description: Allows to create a shop that sells iron gear
    children:
      ChestShop.shop.create.306: true #IronHelm
      ChestShop.shop.create.307: true #IronChestplate
      ChestShop.shop.create.308: true #IronLeggings
      ChestShop.shop.create.309: true #IronBoots
      ChestShop.shop.create.267: true #IronSword
      ChestShop.shop.create.256: true #IronShovel
      ChestShop.shop.create.257: true #IronPick
      ChestShop.shop.create.258: true #IronAxe
      ChestShop.shop.create.292: true #IronHoe
  ChestShop.shop.create.goldgrade:
    description: Allows to create a shop that sells gold gear
    children:
      ChestShop.shop.create.314: true #GoldHelm
      ChestShop.shop.create.315: true #GoldChestplate
      ChestShop.shop.create.316: true #GoldLeggings
      ChestShop.shop.create.317: true #GoldBoots
      ChestShop.shop.create.283: true #GoldSword
      ChestShop.shop.create.284: true #GoldShovel
      ChestShop.shop.create.285: true #GoldPick
      ChestShop.shop.create.286: true #GoldAxe
      ChestShop.shop.create.294: true #GoldHoe
  ChestShop.shop.create.stonegrade:
    description: Allows to create a shop that sells stone tools and chain armor
    children:
      ChestShop.shop.create.302: true #ChainHelm
      ChestShop.shop.create.303: true #ChainChestplate
      ChestShop.shop.create.304: true #ChainLeggings
      ChestShop.shop.create.305: true #ChainBoots
      ChestShop.shop.create.272: true #StoneSword
      ChestShop.shop.create.273: true #StoneShovel
      ChestShop.shop.create.274: true #StonePick
      ChestShop.shop.create.275: true #StoneAxe
      ChestShop.shop.create.291: true #StoneHoe
  ChestShop.shop.create.woodgrade:
    description: Allows to create a shop that sells wood tools and leather armor
    children:
      ChestShop.shop.create.298: true #LeatherHelm
      ChestShop.shop.create.299: true #LeatherChestplate
      ChestShop.shop.create.300: true #LeatherLeggings
      ChestShop.shop.create.301: true #LeatherBoots
      ChestShop.shop.create.268: true #WoodSword
      ChestShop.shop.create.269: true #WoodShovel
      ChestShop.shop.create.270: true #WoodPick
      ChestShop.shop.create.271: true #WoodAxe
      ChestShop.shop.create.290: true #WoodHoe 
  ChestShop.shop.create.diamondarmor:
    description: Allows to create a shop that sells diamond armor
    children:
      ChestShop.shop.create.310: true #DiamondHelm
      ChestShop.shop.create.311: true #DiamondChestplate
      ChestShop.shop.create.312: true #DiamondLeggings
      ChestShop.shop.create.313: true #DiamondBoots
  ChestShop.shop.create.diamondtools:
    description: Allows to create a shop that sells diamond tools
    children:
      ChestShop.shop.create.276: true #DiamondSword
      ChestShop.shop.create.277: true #DiamondShovel
      ChestShop.shop.create.278: true #DiamondPick
      ChestShop.shop.create.279: true #DiamondAxe
      ChestShop.shop.create.293: true #DiamondHoe
  ChestShop.shop.create.goldarmor:
    description: Allows to create a shop that sells gold armor
    children:
      ChestShop.shop.create.314: true #GoldHelm
      ChestShop.shop.create.315: true #GoldChestplate
      ChestShop.shop.create.316: true #GoldLeggings
      ChestShop.shop.create.317: true #GoldBoots
  ChestShop.shop.create.goldtools:
    description: Allows to create a shop that sells gold tools
    children:
      ChestShop.shop.create.283: true #GoldSword
      ChestShop.shop.create.284: true #GoldShovel
      ChestShop.shop.create.285: true #GoldPick
      ChestShop.shop.create.286: true #GoldAxe
      ChestShop.shop.create.294: true #GoldHoe
  ChestShop.shop.create.ironarmor:
    description: Allows to create a shop that sells iron armor
    children:
      ChestShop.shop.create.306: true #IronHelm
      ChestShop.shop.create.307: true #IronChestplate
      ChestShop.shop.create.308: true #IronLeggings
      ChestShop.shop.create.309: true #IronBoots
  ChestShop.shop.create.irontools:
    description: Allows to create a shop that sells iron tools
    children:
      ChestShop.shop.create.267: true #IronSword
      ChestShop.shop.create.256: true #IronShovel
      ChestShop.shop.create.257: true #IronPick
      ChestShop.shop.create.258: true #IronAxe
      ChestShop.shop.create.292: true #IronHoe      
  ChestShop.shop.create.chainarmor:
    description: Allows to create a shop that sells chain armor
    children:
      ChestShop.shop.create.302: true #ChainHelm
      ChestShop.shop.create.303: true #ChainChestplate
      ChestShop.shop.create.304: true #ChainLeggings
      ChestShop.shop.create.305: true #ChainBoots
  ChestShop.shop.create.stonetools:
    description: Allows to create a shop that sells stone tools
    children:
      ChestShop.shop.create.272: true #StoneSword
      ChestShop.shop.create.273: true #StoneShovel
      ChestShop.shop.create.274: true #StonePick
      ChestShop.shop.create.275: true #StoneAxe
      ChestShop.shop.create.291: true #StoneHoe            
  ChestShop.shop.create.leatherarmor:
    description: Allows to create a shop that sells leather armor
    children:
      ChestShop.shop.create.298: true #LeatherHelm
      ChestShop.shop.create.299: true #LeatherChestplate
      ChestShop.shop.create.300: true #LeatherLeggings
      ChestShop.shop.create.301: true #LeatherBoots
  ChestShop.shop.create.woodtools:
    description: Allows to create a shop that sells wood tools
    children:
      ChestShop.shop.create.268: true #WoodSword
      ChestShop.shop.create.269: true #WoodShovel
      ChestShop.shop.create.270: true #WoodPick
      ChestShop.shop.create.271: true #WoodAxe
      ChestShop.shop.create.290: true #WoodHoe
  ChestShop.shop.create.bows:
    description: Allows to create a shop that sells bows & arrows
    children:
      ChestShop.shop.create.261: true #Bow
      ChestShop.shop.create.262: true #Arrow
  ChestShop.shop.create.misctools:
    description: Allows to create a shop that sells misc tools
    children:
      ChestShop.shop.create.259: true #Flint&Steel
      ChestShop.shop.create.325: true #Bucket
      ChestShop.shop.create.326: true #WaterBucket
      ChestShop.shop.create.327: true #LavaBucket
      ChestShop.shop.create.345: true #Compass
      ChestShop.shop.create.346: true #FishingRod
      ChestShop.shop.create.347: true #Clock
      ChestShop.shop.create.358: true #Map
      ChestShop.shop.create.359: true #Sheers
  ChestShop.shop.create.ore:
    description: Allows to create a shop that sells ores
    children:
      ChestShop.shop.create.16: true #CoalOre
      ChestShop.shop.create.15: true #IronOre
      ChestShop.shop.create.21: true #LapisOre
      ChestShop.shop.create.14: true #GoldOre
      ChestShop.shop.create.56: true #DiamondOre
      ChestShop.shop.create.74: true #RedstoneOre
      ChestShop.shop.create.153: true #NetherQuartzOre
  ChestShop.shop.create.ingots:
    description: Allows to create a shop that sells ingots
    children:
      ChestShop.shop.create.265: true #IronIngot
      ChestShop.shop.create.266: true #GoldIngot
      ChestShop.shop.create.264: true #Diamond
      ChestShop.shop.create.388: true #Emerald
  ChestShop.shop.create.stairs:
    description: Allows to create a shop that sells stairs
    children:
      ChestShop.shop.create.53: true #WoodStairs
      ChestShop.shop.create.67: true #CobbleStairs
      ChestShop.shop.create.108: true #BrickStairs
      ChestShop.shop.create.109: true #StoneStairs
      ChestShop.shop.create.114: true #NetherBrickStairs
  ChestShop.shop.create.monsterdrops:
    description: Allows to create a shop that sells mob drops
    children:
      ChestShop.shop.create.289: true #Sulphur
      ChestShop.shop.create.288: true #Feather
      ChestShop.shop.create.287: true #String
      ChestShop.shop.create.341: true #Slimeball
      ChestShop.shop.create.344: true #Egg
      ChestShop.shop.create.352: true #Bone
      ChestShop.shop.create.334: true #Leather
      ChestShop.shop.create.367: true #RottenFlesh
      ChestShop.shop.create.368: true #EnderPearl
      ChestShop.shop.create.375: true #SpiderEye
  ChestShop.shop.create.netherdrops:
    description: Allows to create a shop that sells nether drops
    children:
      ChestShop.shop.create.369: true #BlazeRod
      ChestShop.shop.create.370: true #GhastTear
      ChestShop.shop.create.371: true #GoldNugget
      ChestShop.shop.create.378: true #MagmaCream
  ChestShop.shop.create.plants:
    description: Allows to create a shop that sells plants
    children:
      ChestShop.shop.create.6: true #Sapling
      ChestShop.shop.create.18: true #LeafBlock
      ChestShop.shop.create.31: true #TallGrass
      ChestShop.shop.create.32: true #DeadShrub
      ChestShop.shop.create.37: true #YellowFlower
      ChestShop.shop.create.38: true #RedFlower
      ChestShop.shop.create.39: true #BrownMushroom
      ChestShop.shop.create.40: true #RedMushroom
      ChestShop.shop.create.81: true #Cactus
      ChestShop.shop.create.86: true #Pumpkin
      ChestShop.shop.create.103: true #MelonBlock
      ChestShop.shop.create.106: true #Vines
      ChestShop.shop.create.111: true #LillyPad
      ChestShop.shop.create.295: true #Seeds
      ChestShop.shop.create.296: true #Wheat
      ChestShop.shop.create.338: true #Reeds
      ChestShop.shop.create.361: true #PumpkinSeeds
      ChestShop.shop.create.362: true #MelonSeeds
  ChestShop.shop.create.redstone:
    descriptions: Allows to create a shop that sells redstone items
    children:
      ChestShop.shop.create.69: true #Lever
      ChestShop.shop.create.77: true #Button
      ChestShop.shop.create.76: true #TorchOn
      ChestShop.shop.create.331: true #RedstoneDust
      ChestShop.shop.create.356: true #RedstoneRepeater
      ChestShop.shop.create.23: true #Dispenser
      ChestShop.shop.create.29: true #StickyPiston
      ChestShop.shop.create.33: true #Piston
      ChestShop.shop.create.27: true #PowerRail
      ChestShop.shop.create.28: true #DetectorRail
      ChestShop.shop.create.66: true #MinecartRail
      ChestShop.shop.create.70: true #StonePlate
      ChestShop.shop.create.72: true #WoodPlate
      ChestShop.shop.create.152: true #RedstoneBlock
      ChestShop.shop.create.154: true #Hopper
      ChestShop.shop.create.157: true #Activator Rail
      ChestShop.shop.create.158: true #Dropper
      ChestShop.shop.create.151: true #Daylight Sensor
      ChestShop.shop.create.404: true #Redstone Comparator
      ChestShop.shop.create.123: true #Redstone Lamp
  ChestShop.shop.create.netherblocks:
    descriptions: Allows to create a shop that sells netherblocks
    children:
      ChestShop.shop.create.87: true #NetherRack
      ChestShop.shop.create.88: true #SoulSand
      ChestShop.shop.create.89: true #GlowStone
      ChestShop.shop.create.112: true #NetherBrickBlock
      ChestShop.shop.create.113: true #NetherFence
      ChestShop.shop.create.114: true #NetherStairs
      ChestShop.shop.create.405: true #NetherBrick
      ChestShop.shop.create.406: true #NetherQuartz
  ChestShop.shop.create.misc:
    descriptions: Allows to create a shop that sells misc items
    children:
      ChestShop.shop.create.263: true #Coal
      ChestShop.shop.create.280: true #Stick
      ChestShop.shop.create.281: true #Bowl
      ChestShop.shop.create.318: true #Flint
      ChestShop.shop.create.321: true #Painting
      ChestShop.shop.create.323: true #Sign
      ChestShop.shop.create.329: true #Saddle
      ChestShop.shop.create.332: true #Snowballs
      ChestShop.shop.create.336: true #Bricks
      ChestShop.shop.create.337: true #ClayBalls
      ChestShop.shop.create.339: true #Paper
      ChestShop.shop.create.340: true #Book
      ChestShop.shop.create.348: true #GlowstoneDust
      ChestShop.shop.create.353: true #Sugar
      ChestShop.shop.create.355: true #Bed
      ChestShop.shop.create.381: true #EnderEye
      ChestShop.shop.create.389: true #ClayBalls
      ChestShop.shop.create.390: true #Paper
      ChestShop.shop.create.395: true #Book
      ChestShop.shop.create.397: true #GlowstoneDust
      ChestShop.shop.create.398: true #Sugar
      ChestShop.shop.create.399: true #Bed
      ChestShop.shop.create.401: true #EnderEye
      ChestShop.shop.create.403: true #ClayBalls
      ChestShop.shop.create.402: true #Paper
      ChestShop.shop.create.386: true #Book
      ChestShop.shop.create.387: true #GlowstoneDust
      ChestShop.shop.create.385: true #Sugar
      ChestShop.shop.create.383: true #Bed
      ChestShop.shop.create.384: true #EnderEye
  ChestShop.shop.create.steps:
    description: Allows to create a shop that sells steps
    children:
      ChestShop.shop.create.44: true #Step
  ChestShop.shop.create.brewing:
    description: Allows to create a shop that sells brewing materials
    children:
      ChestShop.shop.create.335: true #Milk
      ChestShop.shop.create.372: true #NetherWart
      ChestShop.shop.create.373: true #WaterBottle
      ChestShop.shop.create.374: true #Bottle
      ChestShop.shop.create.376: true #FermentedSpiderEye
      ChestShop.shop.create.377: true #BlazePowder
      ChestShop.shop.create.382: true #GlisteringMelon
  ChestShop.shop.create.basic:
    description: Allows to create a shop that sells basic blocks
    children:
      ChestShop.shop.create.1: true #Stone
      ChestShop.shop.create.2: true #Grass
      ChestShop.shop.create.3: true #Dirt
      ChestShop.shop.create.4: true #Cobble
      ChestShop.shop.create.5: true #Planks
      ChestShop.shop.create.12: true #Sand
      ChestShop.shop.create.13: true #Gravel
      ChestShop.shop.create.17: true #Log
      ChestShop.shop.create.20: true #Glass
      ChestShop.shop.create.22: true #LapisBlock
      ChestShop.shop.create.24: true #SandStone
      ChestShop.shop.create.41: true #GoldBlock
      ChestShop.shop.create.42: true #IronBlock
      ChestShop.shop.create.45: true #BrickBlock
      ChestShop.shop.create.46: true #TNT
      ChestShop.shop.create.47: true #BookShelf
      ChestShop.shop.create.48: true #MossyCobble
      ChestShop.shop.create.49: true #Obsidian
      ChestShop.shop.create.50: true #Torch
      ChestShop.shop.create.54: true #Chest
      ChestShop.shop.create.57: true #DiamondBlock
      ChestShop.shop.create.65: true #Ladder
      ChestShop.shop.create.79: true #Ice
      ChestShop.shop.create.80: true #Snow
      ChestShop.shop.create.82: true #ClayBlock
      ChestShop.shop.create.91: true #JackoLantern
      ChestShop.shop.create.98: true #StoneBrick
      ChestShop.shop.create.99: true #MushroomBlock1
      ChestShop.shop.create.100: true #MushroomBlock2
      ChestShop.shop.create.101: true #IronBar
      ChestShop.shop.create.102: true #GlassPane
      ChestShop.shop.create.110: true #Mycelium
      ChestShop.shop.create.121: true #EndStone
      ChestShop.shop.create.122: true #DragonEgg
      ChestShop.shop.create.146: true #Trapped Chest
      ChestShop.shop.create.155: true #Block of Quartz
  ChestShop.shop.create.doors:
    descriptions: Allows to create a shop that sells doors
    children:
      ChestShop.shop.create.324: true #WoodDoor
      ChestShop.shop.create.330: true #IronDoor
      ChestShop.shop.create.96: true #TrapDoor
  ChestShop.shop.create.music:
    description: Allows to create a shop that sells music items
    children:
      ChestShop.shop.create.25: true #Noteblock
      ChestShop.shop.create.84: true #Jukebox
      ChestShop.shop.create.2256: true #Disk13
      ChestShop.shop.create.2257: true #Diskcat
      ChestShop.shop.create.2258: true #Diskblocks
      ChestShop.shop.create.2259: true #Diskchirp
      ChestShop.shop.create.2260: true #Diskfar
      ChestShop.shop.create.2261: true #Diskmall
      ChestShop.shop.create.2262: true #Diskmellohi
      ChestShop.shop.create.2263: true #Diskstal
      ChestShop.shop.create.2264: true #Diskstrad
      ChestShop.shop.create.2265: true #Diskward
      ChestShop.shop.create.2266: true #Disk11
  ChestShop.shop.create.vehicles:
    description: Allows to create a shop that sells vehicles
    children:
      ChestShop.shop.create.328: true #Minecart
      ChestShop.shop.create.333: true #Boat
      ChestShop.shop.create.342: true #StorageCart
      ChestShop.shop.create.343: true #PoweredCart
      ChestShop.shop.create.407: true #TNT cart
      ChestShop.shop.create.408: true #Hopper Cart
  ChestShop.shop.create.wool:
    description: Allows to create a shop that sells wool and dye
    children:
      ChestShop.shop.create.35: true #Wool
      ChestShop.shop.create.351: true #Dyes
  ChestShop.shop.create.fence:
    description: Allows to create a shop that sells fence
    children:
      ChestShop.shop.create.85: true #Fence
      ChestShop.shop.create.101: true #IronBar
      ChestShop.shop.create.107: true #FenceGate
      ChestShop.shop.create.113: true #NetherFence
  ChestShop.shop.create.bench:
    description: Allows to create a shop that sells crafting blocks
    children:
      ChestShop.shop.create.58: true #WorkBench
      ChestShop.shop.create.61: true #Furnace
      ChestShop.shop.create.116: true #EnchantingTable
      ChestShop.shop.create.379: true #BrewingStand
      ChestShop.shop.create.380: true #Cauldron
      ChestShop.shop.create.145: true #Anvil
  ChestShop.shop.create.unobtainables:
    description: Allows to create a shop that sells unobtainable items
    children:
      ChestShop.shop.create.7: true #Bedrock
      ChestShop.shop.create.8: true #Water
      ChestShop.shop.create.9: true #StillWater
      ChestShop.shop.create.10: true #Lava
      ChestShop.shop.create.11: true #StillLava
      ChestShop.shop.create.19: true #Sponge
      ChestShop.shop.create.26: true #PlacedBed
      ChestShop.shop.create.30: true #Cobweb
      ChestShop.shop.create.34: true #PistonHead
      ChestShop.shop.create.36: true #MovingPiston
      ChestShop.shop.create.43: true #Doublestep
      ChestShop.shop.create.51: true #Fire
      ChestShop.shop.create.52: true #MobSpawner
      ChestShop.shop.create.55: true #PlacedRedstone
      ChestShop.shop.create.59: true #GrowingCrop
      ChestShop.shop.create.60: true #TilledDirt
      ChestShop.shop.create.62: true #LitFurnace
      ChestShop.shop.create.63: true #SignPost
      ChestShop.shop.create.64: true #PlacedDoor
      ChestShop.shop.create.68: true #WallSign
      ChestShop.shop.create.71: true #PlacedIronDoor
      ChestShop.shop.create.73: true #GlowingRedstoneOre
      ChestShop.shop.create.75: true #RedstoneTorchOff
      ChestShop.shop.create.78: true #FallenSnow
      ChestShop.shop.create.83: true #PlacedReeds
      ChestShop.shop.create.90: true #Portal
      ChestShop.shop.create.92: true #PlacedCake
      ChestShop.shop.create.93: true #PlacedRepeaterOff
      ChestShop.shop.create.94: true #PlacedRepeaterOn
      ChestShop.shop.create.95: true #LockedChest
      ChestShop.shop.create.97: true #MonsterEgg
      ChestShop.shop.create.104: true #PumpkinStalk
      ChestShop.shop.create.105: true #MelonStalk
      ChestShop.shop.create.115: true #GrowingNetherwart
      ChestShop.shop.create.117: true #BrewingBlock
      ChestShop.shop.create.118: true #PlacedCauldron
      ChestShop.shop.create.119: true #EndPortal
      ChestShop.shop.create.120: true #EndPortalBlock
      ChestShop.shop.create.124: true #Redstone Lamp On
 

Moralsk

Gold
Joined
Mar 30, 2013
The one thing I do not see the point of is a profession being able to make chest shops for the items they USE to create things. They should only really need to sell the things that they create.

I see where you are coming from, but keep in mind for some professions this makes a lot less profit.

Miner- can sell some ores that most people don't buy because they can get it themselves. Really miners can't even sell coal. I don't get why on earth miner would be prevented from selling coal.
Alchemist - Would be profitable, but many recipes are imbalanced and for some reason I don't see many potion shops. Hopefully they get the change they need.
Farmer - Not that bad, but really farmer really has to farm to make money. Farmers will spend a lot of time summoning and killing cows for leather. It takes more time to earn money from farming than say, smith, in my opinion.
Engineer - Trying to avoid bias, but really this is the worst class for making a profit. We can sell redstone, that's it. Redstone is extremely cheap, you'd have to have shops at graveyards all over the map to make it profitable. No, people don't hire engineers. Vast majority of towns have their own engineers. Luckily engineer is very fun, but you're a lot better off just mining than using your profession skills if you want souls.

There is room for improvement with these professions.
 

JazzDesignation

Staff member
Coder
Legacy Supporter 8
Joined
May 20, 2013
Location
United Kingdom
In my opinion the reason (other than the fundamental flaw Kainzo stated) each profession is not able to create a chest shop is that it makes players rely on other players and creates an economy and dependency.

If every profession could sell what they can make then players haven't as much need (if any) to change professions in order to be able to sell them, meaning that the economy for those items would get damaged and likely heavily inflated. Not only that, this means the interactions between players would be reduced further.
 

Moralsk

Gold
Joined
Mar 30, 2013
In my opinion the reason (other than the fundamental flaw Kainzo stated) each profession is not able to create a chest shop is that it makes players rely on other players and creates an economy and dependency.

If every profession could sell what they can make then players haven't as much need (if any) to change professions in order to be able to sell them, meaning that the economy for those items would get damaged and likely heavily inflated. Not only that, this means the interactions between players would be reduced further.

Aye, there needs to be reason. I think yavool has some good points in this though.

Some of the professions right now need some changes. Look at mikehk's suggestion on Alchemist, you'll see what I mean.
 

Yavool

Legacy Supporter 9
Joined
Jul 4, 2013
Location
Spokane, WA
The one thing I do not see the point of is a profession being able to make chest shops for the items they USE to create things. They should only really need to sell the things that they create.

By allowing the sale of the ingredients they use to make their specific items, it would allow the community of Alchemists, etc, to have their own micro economy specific to their trade. I see this as a great way to address supply and demand needs as well as collaboration and market competition.
 

JazzDesignation

Staff member
Coder
Legacy Supporter 8
Joined
May 20, 2013
Location
United Kingdom
Aye, there needs to be reason. I think yavool has some good points in this though.

Some of the professions right now need some changes. Look at mikehk's suggestion on Alchemist, you'll see what I mean.

True, i agree some professions need a little reworking.
 

Jrr_

Architect
Balance Team
Adventure Team
Legacy Supporter 3
Joined
Oct 27, 2012
Location
Straya
If you people think that players need to rely on other players more etc buying there tools. Then why not make the smith be only one that can make tools, farmers the only ones that can farm, just like enchanters are the only people who enchant.
 

Yavool

Legacy Supporter 9
Joined
Jul 4, 2013
Location
Spokane, WA
In my opinion the reason (other than the fundamental flaw Kainzo stated) each profession is not able to create a chest shop is that it makes players rely on other players and creates an economy and dependency.

If every profession could sell what they can make then players haven't as much need (if any) to change professions in order to be able to sell them, meaning that the economy for those items would get damaged and likely heavily inflated. Not only that, this means the interactions between players would be reduced further.

I am trying to follow your reason behind why the economy for the items you were speaking to would get inflated...are you saying that by adding the ability for more people to enter the competitive market with their wares, this would raise the price of items? If so, that flies directly in the face of basic economics in a free market, and I would argue the exact opposite: more players = lower prices. Lower prices = more consumption. More consumption = better economy, with more money (souls) going to more people instead of most of the money going to merchants.

Not to get political, but the way it is now is a lot like the U.S. economy...and the U.S. economy is killing the middle class where a tiny amount of people are rich, and everyone else is dead broke. By letting people sell the wares that they utilize and produce, this would level the playing field of money disbursement in HC, and only those with some sort of extraordinary skill and dedication to making money will be above the rest.
 

j2gay

Legacy Supporter 6
Joined
May 24, 2012
Location
MI
If you people think that players need to rely on other players more etc buying there tools. Then why not make the smith be only one that can make tools, farmers the only ones that can farm, just like enchanters are the only people who enchant.
That is what should be done. It is the only way to have an actual economic structure. But its difficult to do.
 

Moralsk

Gold
Joined
Mar 30, 2013
Stuff within reason. I.e engineers are only people who can use devices such as pistons. However, other people are still allowed to place something like iron door + lever.
 

JazzDesignation

Staff member
Coder
Legacy Supporter 8
Joined
May 20, 2013
Location
United Kingdom
I am trying to follow your reason behind why the economy for the items you were speaking to would get inflated...are you saying that by adding the ability for more people to enter the competitive market with their wares, this would raise the price of items? If so, that flies directly in the face of basic economics in a free market, and I would argue the exact opposite: more players = lower prices. Lower prices = more consumption. More consumption = better economy, with more money (souls) going to more people instead of most of the money going to merchants.

Not to get political, but the way it is now is a lot like the U.S. economy...and the U.S. economy is killing the middle class where a tiny amount of people are rich, and everyone else is dead broke. By letting people sell the wares that they utilize and produce, this would level the playing field of money disbursement in HC, and only those with some sort of extraordinary skill and dedication to making money will be above the rest.

You need to look at it from the HC perspective. The majority of things sold will decrease in price/value, but the items that people will then be buying through chestshops will rise out of control. Just look at gold ores last map.
 

Yavool

Legacy Supporter 9
Joined
Jul 4, 2013
Location
Spokane, WA
You need to look at it from the HC perspective. The majority of things sold will decrease in price/value, but the items that people will then be buying through chestshops will rise out of control. Just look at gold ores last map.

Again, I cannot follow the logic. First, gold was the standard, and it didn't rise out of control; rather it stabilized and eventually declined 10-12% in value during the last six months of Bastion's existence. By having made souls the standard, Kainzo has the power to adjust the drop rate of souls (i.e. the flow of money into the system) very much like the U.S. federal reserve has the ability to do the same with the dollar. This is all the power HC needs to control any concerns about deflation or inflation, the latter of which would not be a concern with my proposal.

With the added supply as a result of more vendors comes a reduction in price, which is a benefit to the purchaser and promotes consumption. There is no place in that equation that promotes higher prices whatsoever. Prices will be driven in the exact manner that they are driven now (a free market, except for the current inability for everyone to be in the free market), and there is absolutely no concern for prices rising, especially in an out of control manner. A price will be high if the supply is low, the basic materials are difficult to obtain, the product is dangerous to sell (e.g. a diamond shop in a high PVP zone with little to no alternatives), or it is a specialized or niche product or service, and that's all. Economic 101 here.

The alternative to chest shops is to create an open auction house. Games like Dungeons & Dragons Online and World of Warcraft have these, and I've spent many hundreds of ours working auction houses in my RPG career. If you gave every single individual in HC the ability to sell items at any price they wish, all prices would eventually stabilize around a certain number range, and that number for each item would be lower than the price it is now, I guarantee it. The auction house would take the suggestion I've made as well as the trade district and blow them out of the water, make them invalid, and would result in an entire revamp of the economy in HC. I do not recommend an auction house for HC at this time, but it would be a way to show that your argument of rising prices is incorrect.

With regard to looking at it from HC's perspective, that is exactly what I'm doing. I'm one of the top money makers to date in HC; the suggestion I am making is contrary to my own position specifically because I am looking at it from a strategic and tacttical perspective for the longevity of the game. Apart from the operational aspects of implementing such a shift (coding, etc) in HC, I see giving each profession the ability to sell all things associated with their trade as logical, fair, and grounded in equity. It promotes a stronger "middle class" and makes it so fewer people are struggling with money due to their own equal opportunity to be in the market throughout HC selling their wares.

The only downside I see is that will added competition, those who are at the top of the money chart are going to not be able to make their money as easily, because there will be dozens of others who have taken away their market share. From a practical sense, this is a good thing, as it will create the need for innovation, "niche" marketing strategies, and inspire new ways to bring in income for their own town or personal wants/needs.

Contrary to the position that giving more people the ability to make chest shops would reduce collaboration amongst players, again, I disagree. Giving more people access to chest shops empowers competition; competition requires comparisons, and thus communcation between the vendors. It also encourages collaboration among vendors of the same items through the possiblity of "profession coalitions" where you could have a Miner's guild subgroup that comes together and discusses the value of the ores they sell and what they can do to promote their wares as a group. Lastly, it would add more communction to the trade channel as people look to promote their goods. I do not see any lessening of the communicative levels in HC as a result of more people in the market.
 

Yavool

Legacy Supporter 9
Joined
Jul 4, 2013
Location
Spokane, WA
It's not possible to sell "just" enchanted items. We don't want enchanter to get "sell all" enchanted items either...

I've provided the list of items that are add to the permissions - if anyone wants to update it, feel free, wouldnt take longer.

Code:
name: ChestShop

main: com.Acrobot.ChestShop.ChestShop

version: 3.7.3

#for CButD
dev-url: http://dev.bukkit.org/server-mods/chestshop/


author: Acrobot
description: >
             A chest shop for economy plugins.


softdepend: [LWC, Lockette, Deadbolt, OddItem, WorldGuard, Vault, Heroes,
                iConomy, BOSEconomy, SimpleChestLock, Residence]
commands:
  iteminfo:
    aliases: [iinfo]
    description: Lists item id and names
    usage: |
           /<command> §2(what's the item in hand?)
           /<command> §712§f §2(what's the item with ID §712§2?)
           /<command> §7log§f §2(what's the item ID of §7LOG§2?)

  csGive:
    description: Gives an item to the appropriate player
    usage: /<command> <item code> (amount) (player)
  csVersion:
    aliases: [chestshop]
    description: Shows the ChestShop's version
    usage: /<command>

permissions:
  ChestShop.*:
    description: Gives access to all ChestShop permissions
    default: op
    children:
        ChestShop.shop.*: true
        ChestShop.admin: true
  ChestShop.shop.*:
    description: Gives access to all user ChestShop permissions
    children:
        ChestShop.shop.create: true
        ChestShop.shop.buy: true
        ChestShop.shop.sell: true
    default: true
  ChestShop.shop.create:
    description: Allows the user to create a shop that sells and buys any item
    children:
        ChestShop.shop.create.buy: true
        ChestShop.shop.create.sell: true
  ChestShop.shop.create.buy:
    description: Allows the user to create a shop that sells any item
  ChestShop.shop.create.sell:
    description: Allows the user to create a shop that buy any item
  ChestShop.shop.create.(itemID):
    description: Allows user to create a shop that sells item with itemID like in the permission node (replace (itemID) with NUMERICAL item ID)
  ChestShop.shop.buy.(itemID):
    description: Allows user to buy certain (itemID) from a shop (replace (itemID) with NUMERICAL item ID)
  ChestShop.shop.sell.(itemID):
    description: Allows user to sell certain (itemID) from a shop (replace (itemID) with NUMERICAL item ID)
  ChestShop.shop.buy:
    description: Allows user to buy from a shop
  ChestShop.shop.sell:
    description: Allows user to sell to a shop
  ChestShop.nofee:
    description: User doesn't have to pay the shop creation fee.
  ChestShop.admin:
    description: Allows user to modify/destroy other stores and create an Admin Shops
    default: op
  ChestShop.mod:
    description: Allows user only to view other store chests, he can't destroy them or create an Admin Shop
  ChestShop.name.(some name):
    description: Gives you the power to do create shops for (some name), for example your town.
  ChestShop.shop.create.food:
    description: Allows to create a shop that sells food
    children:
      ChestShop.shop.create.297: true #Bread
      ChestShop.shop.create.354: true #Cake
      ChestShop.shop.create.357: true #Cookie
      ChestShop.shop.create.349: true #RawFish
      ChestShop.shop.create.350: true #CookedFish
      ChestShop.shop.create.365: true #RawChicken
      ChestShop.shop.create.366: true #CookedChicken
      ChestShop.shop.create.363: true #RawSteak
      ChestShop.shop.create.364: true #CookedSteak
      ChestShop.shop.create.319: true #RawPork
      ChestShop.shop.create.320: true #CookedPork
      ChestShop.shop.create.282: true #MushroomSoup
      ChestShop.shop.create.360: true #Melon
      ChestShop.shop.create.260: true #Apple
      ChestShop.shop.create.322: true #GoldApple
      ChestShop.shop.create.297: true #Bread
      ChestShop.shop.create.335: true #Milk
      ChestShop.shop.create.391: true #Carrot
      ChestShop.shop.create.392: true #Potato
      ChestShop.shop.create.393: true #BakedPotato
      ChestShop.shop.create.396: true #GoldenCarrot
      ChestShop.shop.create.400: true #PumpkinPie
      ChestShop.shop.create.382: true #GlisteningMelon
  ChestShop.shop.create.diamondgrade:
    description: Allows to create a shop that sells diamond gear
    children:
      ChestShop.shop.create.310: true #DiamondHelm
      ChestShop.shop.create.311: true #DiamondChestplate
      ChestShop.shop.create.312: true #DiamondLeggings
      ChestShop.shop.create.313: true #DiamondBoots
      ChestShop.shop.create.276: true #DiamondSword
      ChestShop.shop.create.277: true #DiamondShovel
      ChestShop.shop.create.278: true #DiamondPick
      ChestShop.shop.create.279: true #DiamondAxe
      ChestShop.shop.create.293: true #DiamondHoe
  ChestShop.shop.create.irongrade:
    description: Allows to create a shop that sells iron gear
    children:
      ChestShop.shop.create.306: true #IronHelm
      ChestShop.shop.create.307: true #IronChestplate
      ChestShop.shop.create.308: true #IronLeggings
      ChestShop.shop.create.309: true #IronBoots
      ChestShop.shop.create.267: true #IronSword
      ChestShop.shop.create.256: true #IronShovel
      ChestShop.shop.create.257: true #IronPick
      ChestShop.shop.create.258: true #IronAxe
      ChestShop.shop.create.292: true #IronHoe
  ChestShop.shop.create.goldgrade:
    description: Allows to create a shop that sells gold gear
    children:
      ChestShop.shop.create.314: true #GoldHelm
      ChestShop.shop.create.315: true #GoldChestplate
      ChestShop.shop.create.316: true #GoldLeggings
      ChestShop.shop.create.317: true #GoldBoots
      ChestShop.shop.create.283: true #GoldSword
      ChestShop.shop.create.284: true #GoldShovel
      ChestShop.shop.create.285: true #GoldPick
      ChestShop.shop.create.286: true #GoldAxe
      ChestShop.shop.create.294: true #GoldHoe
  ChestShop.shop.create.stonegrade:
    description: Allows to create a shop that sells stone tools and chain armor
    children:
      ChestShop.shop.create.302: true #ChainHelm
      ChestShop.shop.create.303: true #ChainChestplate
      ChestShop.shop.create.304: true #ChainLeggings
      ChestShop.shop.create.305: true #ChainBoots
      ChestShop.shop.create.272: true #StoneSword
      ChestShop.shop.create.273: true #StoneShovel
      ChestShop.shop.create.274: true #StonePick
      ChestShop.shop.create.275: true #StoneAxe
      ChestShop.shop.create.291: true #StoneHoe
  ChestShop.shop.create.woodgrade:
    description: Allows to create a shop that sells wood tools and leather armor
    children:
      ChestShop.shop.create.298: true #LeatherHelm
      ChestShop.shop.create.299: true #LeatherChestplate
      ChestShop.shop.create.300: true #LeatherLeggings
      ChestShop.shop.create.301: true #LeatherBoots
      ChestShop.shop.create.268: true #WoodSword
      ChestShop.shop.create.269: true #WoodShovel
      ChestShop.shop.create.270: true #WoodPick
      ChestShop.shop.create.271: true #WoodAxe
      ChestShop.shop.create.290: true #WoodHoe
  ChestShop.shop.create.diamondarmor:
    description: Allows to create a shop that sells diamond armor
    children:
      ChestShop.shop.create.310: true #DiamondHelm
      ChestShop.shop.create.311: true #DiamondChestplate
      ChestShop.shop.create.312: true #DiamondLeggings
      ChestShop.shop.create.313: true #DiamondBoots
  ChestShop.shop.create.diamondtools:
    description: Allows to create a shop that sells diamond tools
    children:
      ChestShop.shop.create.276: true #DiamondSword
      ChestShop.shop.create.277: true #DiamondShovel
      ChestShop.shop.create.278: true #DiamondPick
      ChestShop.shop.create.279: true #DiamondAxe
      ChestShop.shop.create.293: true #DiamondHoe
  ChestShop.shop.create.goldarmor:
    description: Allows to create a shop that sells gold armor
    children:
      ChestShop.shop.create.314: true #GoldHelm
      ChestShop.shop.create.315: true #GoldChestplate
      ChestShop.shop.create.316: true #GoldLeggings
      ChestShop.shop.create.317: true #GoldBoots
  ChestShop.shop.create.goldtools:
    description: Allows to create a shop that sells gold tools
    children:
      ChestShop.shop.create.283: true #GoldSword
      ChestShop.shop.create.284: true #GoldShovel
      ChestShop.shop.create.285: true #GoldPick
      ChestShop.shop.create.286: true #GoldAxe
      ChestShop.shop.create.294: true #GoldHoe
  ChestShop.shop.create.ironarmor:
    description: Allows to create a shop that sells iron armor
    children:
      ChestShop.shop.create.306: true #IronHelm
      ChestShop.shop.create.307: true #IronChestplate
      ChestShop.shop.create.308: true #IronLeggings
      ChestShop.shop.create.309: true #IronBoots
  ChestShop.shop.create.irontools:
    description: Allows to create a shop that sells iron tools
    children:
      ChestShop.shop.create.267: true #IronSword
      ChestShop.shop.create.256: true #IronShovel
      ChestShop.shop.create.257: true #IronPick
      ChestShop.shop.create.258: true #IronAxe
      ChestShop.shop.create.292: true #IronHoe     
  ChestShop.shop.create.chainarmor:
    description: Allows to create a shop that sells chain armor
    children:
      ChestShop.shop.create.302: true #ChainHelm
      ChestShop.shop.create.303: true #ChainChestplate
      ChestShop.shop.create.304: true #ChainLeggings
      ChestShop.shop.create.305: true #ChainBoots
  ChestShop.shop.create.stonetools:
    description: Allows to create a shop that sells stone tools
    children:
      ChestShop.shop.create.272: true #StoneSword
      ChestShop.shop.create.273: true #StoneShovel
      ChestShop.shop.create.274: true #StonePick
      ChestShop.shop.create.275: true #StoneAxe
      ChestShop.shop.create.291: true #StoneHoe           
  ChestShop.shop.create.leatherarmor:
    description: Allows to create a shop that sells leather armor
    children:
      ChestShop.shop.create.298: true #LeatherHelm
      ChestShop.shop.create.299: true #LeatherChestplate
      ChestShop.shop.create.300: true #LeatherLeggings
      ChestShop.shop.create.301: true #LeatherBoots
  ChestShop.shop.create.woodtools:
    description: Allows to create a shop that sells wood tools
    children:
      ChestShop.shop.create.268: true #WoodSword
      ChestShop.shop.create.269: true #WoodShovel
      ChestShop.shop.create.270: true #WoodPick
      ChestShop.shop.create.271: true #WoodAxe
      ChestShop.shop.create.290: true #WoodHoe
  ChestShop.shop.create.bows:
    description: Allows to create a shop that sells bows & arrows
    children:
      ChestShop.shop.create.261: true #Bow
      ChestShop.shop.create.262: true #Arrow
  ChestShop.shop.create.misctools:
    description: Allows to create a shop that sells misc tools
    children:
      ChestShop.shop.create.259: true #Flint&Steel
      ChestShop.shop.create.325: true #Bucket
      ChestShop.shop.create.326: true #WaterBucket
      ChestShop.shop.create.327: true #LavaBucket
      ChestShop.shop.create.345: true #Compass
      ChestShop.shop.create.346: true #FishingRod
      ChestShop.shop.create.347: true #Clock
      ChestShop.shop.create.358: true #Map
      ChestShop.shop.create.359: true #Sheers
  ChestShop.shop.create.ore:
    description: Allows to create a shop that sells ores
    children:
      ChestShop.shop.create.16: true #CoalOre
      ChestShop.shop.create.15: true #IronOre
      ChestShop.shop.create.21: true #LapisOre
      ChestShop.shop.create.14: true #GoldOre
      ChestShop.shop.create.56: true #DiamondOre
      ChestShop.shop.create.74: true #RedstoneOre
      ChestShop.shop.create.153: true #NetherQuartzOre
  ChestShop.shop.create.ingots:
    description: Allows to create a shop that sells ingots
    children:
      ChestShop.shop.create.265: true #IronIngot
      ChestShop.shop.create.266: true #GoldIngot
      ChestShop.shop.create.264: true #Diamond
      ChestShop.shop.create.388: true #Emerald
  ChestShop.shop.create.stairs:
    description: Allows to create a shop that sells stairs
    children:
      ChestShop.shop.create.53: true #WoodStairs
      ChestShop.shop.create.67: true #CobbleStairs
      ChestShop.shop.create.108: true #BrickStairs
      ChestShop.shop.create.109: true #StoneStairs
      ChestShop.shop.create.114: true #NetherBrickStairs
  ChestShop.shop.create.monsterdrops:
    description: Allows to create a shop that sells mob drops
    children:
      ChestShop.shop.create.289: true #Sulphur
      ChestShop.shop.create.288: true #Feather
      ChestShop.shop.create.287: true #String
      ChestShop.shop.create.341: true #Slimeball
      ChestShop.shop.create.344: true #Egg
      ChestShop.shop.create.352: true #Bone
      ChestShop.shop.create.334: true #Leather
      ChestShop.shop.create.367: true #RottenFlesh
      ChestShop.shop.create.368: true #EnderPearl
      ChestShop.shop.create.375: true #SpiderEye
  ChestShop.shop.create.netherdrops:
    description: Allows to create a shop that sells nether drops
    children:
      ChestShop.shop.create.369: true #BlazeRod
      ChestShop.shop.create.370: true #GhastTear
      ChestShop.shop.create.371: true #GoldNugget
      ChestShop.shop.create.378: true #MagmaCream
  ChestShop.shop.create.plants:
    description: Allows to create a shop that sells plants
    children:
      ChestShop.shop.create.6: true #Sapling
      ChestShop.shop.create.18: true #LeafBlock
      ChestShop.shop.create.31: true #TallGrass
      ChestShop.shop.create.32: true #DeadShrub
      ChestShop.shop.create.37: true #YellowFlower
      ChestShop.shop.create.38: true #RedFlower
      ChestShop.shop.create.39: true #BrownMushroom
      ChestShop.shop.create.40: true #RedMushroom
      ChestShop.shop.create.81: true #Cactus
      ChestShop.shop.create.86: true #Pumpkin
      ChestShop.shop.create.103: true #MelonBlock
      ChestShop.shop.create.106: true #Vines
      ChestShop.shop.create.111: true #LillyPad
      ChestShop.shop.create.295: true #Seeds
      ChestShop.shop.create.296: true #Wheat
      ChestShop.shop.create.338: true #Reeds
      ChestShop.shop.create.361: true #PumpkinSeeds
      ChestShop.shop.create.362: true #MelonSeeds
  ChestShop.shop.create.redstone:
    descriptions: Allows to create a shop that sells redstone items
    children:
      ChestShop.shop.create.69: true #Lever
      ChestShop.shop.create.77: true #Button
      ChestShop.shop.create.76: true #TorchOn
      ChestShop.shop.create.331: true #RedstoneDust
      ChestShop.shop.create.356: true #RedstoneRepeater
      ChestShop.shop.create.23: true #Dispenser
      ChestShop.shop.create.29: true #StickyPiston
      ChestShop.shop.create.33: true #Piston
      ChestShop.shop.create.27: true #PowerRail
      ChestShop.shop.create.28: true #DetectorRail
      ChestShop.shop.create.66: true #MinecartRail
      ChestShop.shop.create.70: true #StonePlate
      ChestShop.shop.create.72: true #WoodPlate
      ChestShop.shop.create.152: true #RedstoneBlock
      ChestShop.shop.create.154: true #Hopper
      ChestShop.shop.create.157: true #Activator Rail
      ChestShop.shop.create.158: true #Dropper
      ChestShop.shop.create.151: true #Daylight Sensor
      ChestShop.shop.create.404: true #Redstone Comparator
      ChestShop.shop.create.123: true #Redstone Lamp
  ChestShop.shop.create.netherblocks:
    descriptions: Allows to create a shop that sells netherblocks
    children:
      ChestShop.shop.create.87: true #NetherRack
      ChestShop.shop.create.88: true #SoulSand
      ChestShop.shop.create.89: true #GlowStone
      ChestShop.shop.create.112: true #NetherBrickBlock
      ChestShop.shop.create.113: true #NetherFence
      ChestShop.shop.create.114: true #NetherStairs
      ChestShop.shop.create.405: true #NetherBrick
      ChestShop.shop.create.406: true #NetherQuartz
  ChestShop.shop.create.misc:
    descriptions: Allows to create a shop that sells misc items
    children:
      ChestShop.shop.create.263: true #Coal
      ChestShop.shop.create.280: true #Stick
      ChestShop.shop.create.281: true #Bowl
      ChestShop.shop.create.318: true #Flint
      ChestShop.shop.create.321: true #Painting
      ChestShop.shop.create.323: true #Sign
      ChestShop.shop.create.329: true #Saddle
      ChestShop.shop.create.332: true #Snowballs
      ChestShop.shop.create.336: true #Bricks
      ChestShop.shop.create.337: true #ClayBalls
      ChestShop.shop.create.339: true #Paper
      ChestShop.shop.create.340: true #Book
      ChestShop.shop.create.348: true #GlowstoneDust
      ChestShop.shop.create.353: true #Sugar
      ChestShop.shop.create.355: true #Bed
      ChestShop.shop.create.381: true #EnderEye
      ChestShop.shop.create.389: true #ClayBalls
      ChestShop.shop.create.390: true #Paper
      ChestShop.shop.create.395: true #Book
      ChestShop.shop.create.397: true #GlowstoneDust
      ChestShop.shop.create.398: true #Sugar
      ChestShop.shop.create.399: true #Bed
      ChestShop.shop.create.401: true #EnderEye
      ChestShop.shop.create.403: true #ClayBalls
      ChestShop.shop.create.402: true #Paper
      ChestShop.shop.create.386: true #Book
      ChestShop.shop.create.387: true #GlowstoneDust
      ChestShop.shop.create.385: true #Sugar
      ChestShop.shop.create.383: true #Bed
      ChestShop.shop.create.384: true #EnderEye
  ChestShop.shop.create.steps:
    description: Allows to create a shop that sells steps
    children:
      ChestShop.shop.create.44: true #Step
  ChestShop.shop.create.brewing:
    description: Allows to create a shop that sells brewing materials
    children:
      ChestShop.shop.create.335: true #Milk
      ChestShop.shop.create.372: true #NetherWart
      ChestShop.shop.create.373: true #WaterBottle
      ChestShop.shop.create.374: true #Bottle
      ChestShop.shop.create.376: true #FermentedSpiderEye
      ChestShop.shop.create.377: true #BlazePowder
      ChestShop.shop.create.382: true #GlisteringMelon
  ChestShop.shop.create.basic:
    description: Allows to create a shop that sells basic blocks
    children:
      ChestShop.shop.create.1: true #Stone
      ChestShop.shop.create.2: true #Grass
      ChestShop.shop.create.3: true #Dirt
      ChestShop.shop.create.4: true #Cobble
      ChestShop.shop.create.5: true #Planks
      ChestShop.shop.create.12: true #Sand
      ChestShop.shop.create.13: true #Gravel
      ChestShop.shop.create.17: true #Log
      ChestShop.shop.create.20: true #Glass
      ChestShop.shop.create.22: true #LapisBlock
      ChestShop.shop.create.24: true #SandStone
      ChestShop.shop.create.41: true #GoldBlock
      ChestShop.shop.create.42: true #IronBlock
      ChestShop.shop.create.45: true #BrickBlock
      ChestShop.shop.create.46: true #TNT
      ChestShop.shop.create.47: true #BookShelf
      ChestShop.shop.create.48: true #MossyCobble
      ChestShop.shop.create.49: true #Obsidian
      ChestShop.shop.create.50: true #Torch
      ChestShop.shop.create.54: true #Chest
      ChestShop.shop.create.57: true #DiamondBlock
      ChestShop.shop.create.65: true #Ladder
      ChestShop.shop.create.79: true #Ice
      ChestShop.shop.create.80: true #Snow
      ChestShop.shop.create.82: true #ClayBlock
      ChestShop.shop.create.91: true #JackoLantern
      ChestShop.shop.create.98: true #StoneBrick
      ChestShop.shop.create.99: true #MushroomBlock1
      ChestShop.shop.create.100: true #MushroomBlock2
      ChestShop.shop.create.101: true #IronBar
      ChestShop.shop.create.102: true #GlassPane
      ChestShop.shop.create.110: true #Mycelium
      ChestShop.shop.create.121: true #EndStone
      ChestShop.shop.create.122: true #DragonEgg
      ChestShop.shop.create.146: true #Trapped Chest
      ChestShop.shop.create.155: true #Block of Quartz
  ChestShop.shop.create.doors:
    descriptions: Allows to create a shop that sells doors
    children:
      ChestShop.shop.create.324: true #WoodDoor
      ChestShop.shop.create.330: true #IronDoor
      ChestShop.shop.create.96: true #TrapDoor
  ChestShop.shop.create.music:
    description: Allows to create a shop that sells music items
    children:
      ChestShop.shop.create.25: true #Noteblock
      ChestShop.shop.create.84: true #Jukebox
      ChestShop.shop.create.2256: true #Disk13
      ChestShop.shop.create.2257: true #Diskcat
      ChestShop.shop.create.2258: true #Diskblocks
      ChestShop.shop.create.2259: true #Diskchirp
      ChestShop.shop.create.2260: true #Diskfar
      ChestShop.shop.create.2261: true #Diskmall
      ChestShop.shop.create.2262: true #Diskmellohi
      ChestShop.shop.create.2263: true #Diskstal
      ChestShop.shop.create.2264: true #Diskstrad
      ChestShop.shop.create.2265: true #Diskward
      ChestShop.shop.create.2266: true #Disk11
  ChestShop.shop.create.vehicles:
    description: Allows to create a shop that sells vehicles
    children:
      ChestShop.shop.create.328: true #Minecart
      ChestShop.shop.create.333: true #Boat
      ChestShop.shop.create.342: true #StorageCart
      ChestShop.shop.create.343: true #PoweredCart
      ChestShop.shop.create.407: true #TNT cart
      ChestShop.shop.create.408: true #Hopper Cart
  ChestShop.shop.create.wool:
    description: Allows to create a shop that sells wool and dye
    children:
      ChestShop.shop.create.35: true #Wool
      ChestShop.shop.create.351: true #Dyes
  ChestShop.shop.create.fence:
    description: Allows to create a shop that sells fence
    children:
      ChestShop.shop.create.85: true #Fence
      ChestShop.shop.create.101: true #IronBar
      ChestShop.shop.create.107: true #FenceGate
      ChestShop.shop.create.113: true #NetherFence
  ChestShop.shop.create.bench:
    description: Allows to create a shop that sells crafting blocks
    children:
      ChestShop.shop.create.58: true #WorkBench
      ChestShop.shop.create.61: true #Furnace
      ChestShop.shop.create.116: true #EnchantingTable
      ChestShop.shop.create.379: true #BrewingStand
      ChestShop.shop.create.380: true #Cauldron
      ChestShop.shop.create.145: true #Anvil
  ChestShop.shop.create.unobtainables:
    description: Allows to create a shop that sells unobtainable items
    children:
      ChestShop.shop.create.7: true #Bedrock
      ChestShop.shop.create.8: true #Water
      ChestShop.shop.create.9: true #StillWater
      ChestShop.shop.create.10: true #Lava
      ChestShop.shop.create.11: true #StillLava
      ChestShop.shop.create.19: true #Sponge
      ChestShop.shop.create.26: true #PlacedBed
      ChestShop.shop.create.30: true #Cobweb
      ChestShop.shop.create.34: true #PistonHead
      ChestShop.shop.create.36: true #MovingPiston
      ChestShop.shop.create.43: true #Doublestep
      ChestShop.shop.create.51: true #Fire
      ChestShop.shop.create.52: true #MobSpawner
      ChestShop.shop.create.55: true #PlacedRedstone
      ChestShop.shop.create.59: true #GrowingCrop
      ChestShop.shop.create.60: true #TilledDirt
      ChestShop.shop.create.62: true #LitFurnace
      ChestShop.shop.create.63: true #SignPost
      ChestShop.shop.create.64: true #PlacedDoor
      ChestShop.shop.create.68: true #WallSign
      ChestShop.shop.create.71: true #PlacedIronDoor
      ChestShop.shop.create.73: true #GlowingRedstoneOre
      ChestShop.shop.create.75: true #RedstoneTorchOff
      ChestShop.shop.create.78: true #FallenSnow
      ChestShop.shop.create.83: true #PlacedReeds
      ChestShop.shop.create.90: true #Portal
      ChestShop.shop.create.92: true #PlacedCake
      ChestShop.shop.create.93: true #PlacedRepeaterOff
      ChestShop.shop.create.94: true #PlacedRepeaterOn
      ChestShop.shop.create.95: true #LockedChest
      ChestShop.shop.create.97: true #MonsterEgg
      ChestShop.shop.create.104: true #PumpkinStalk
      ChestShop.shop.create.105: true #MelonStalk
      ChestShop.shop.create.115: true #GrowingNetherwart
      ChestShop.shop.create.117: true #BrewingBlock
      ChestShop.shop.create.118: true #PlacedCauldron
      ChestShop.shop.create.119: true #EndPortal
      ChestShop.shop.create.120: true #EndPortalBlock
      ChestShop.shop.create.124: true #Redstone Lamp On

@Kainzo I've never done any coding before. Curious: when an item has a basic number (e.g. item 38 is the new Poppy), for chest shop purposes, does it allow any and all sub items under 38 to be made into chest shops as well (e.g. 38:1 Orchid) or do those need separate lines of code for each unique item? I apologize if my question is confusing or incorrect in the terms of art.

If each unique item needs their own line of code, is there a way to code in something that says "item 38 and all sub items of item 38 are available"?

Thanks :)
 

Yavool

Legacy Supporter 9
Joined
Jul 4, 2013
Location
Spokane, WA
@Kainzo

Okay, here it goes: pardon my clunkiness, as this is my first attempt at this sort of thing.
On my version, I had it color coded for changes, but I am unsure how to make that happen as a reply on this thread. Some of the changes I felt good about, the others I wasn't sure if I coded them correctly (marked with an **). Most of the **'d items have to do with the question I posed to you in the prior post regarding whether an item number included all if its sub numbers.

After the marked changes, I gave an example of what the new Alchemist profession allowances would be as an example of the aforementioned suggestion that this thread started with.

I didn't notice the individual data values for each potion in the code. I wondered how those were included in the brewing to allow Alchemists to sell them.

If this is on the right track, I can tackle a different profession in the future.

Changes:
Food
103: Added RawSalmon
104: Added CookedSalmon

NetherDrops
302: Added GoldSword

Plants
**309: Added DoubleTallgrass (code 175 conflicts with Sunflower)
311: Changed plant name to Dandelion
312: Changed plant name to Poppy
**313: Added Orchid
**314: Added Allium
**315: Added AzureBluet
**316: Added RedTulip
**317: Added OrangeTulip
**318: Added WhiteTulip
**319: Added PinkTulip
**320: Added OxeyeDaisy
321: Added Sunflower (175 conflicts with Tallgrass)
**322: Added Lilac
**323: Added RoseBush
**324: Added Peony
334: Added Haybale

Netherblocks
372: Added Quartzblock
**373: Added ChiseledQuartzBlock
**374: Added PillarQuartzBlock

Misc
379: Added CoalBlock
395: Renamed ItemFrame
396: Renamed FlowerPot
397: Renamed Map
398: Renamed MobHead
399: Renamed CarrotonaStick
400: Renamed NetherStar
401: Renamed FireworkRocket
402: Renamed EnchantedBook
403: Renamed FireworkStar
404: Renamed BookandQuill
405: Renamed WrittenBook
406: Renamed FireCharge
**407: Renamed SpawnEgg
**408: Renamed BottleoEnchanting

Brewing Material
416: Removed Milk (I was curious whether this was needed for some reason)
423: Added MagmaCream
424: Added Slimeball
425: Added GoldNugget
426: Added Melon
427: Added SpiderEye
428: Added BrownMushroom
429: Added GhastTear
430: Added RedstoneDust
431: Added GlowstoneDust
432: Added Sulfur
433: Added BrewingStand
434: Added BlazeRod
435: Added Cobblestone

Basic
**462: Renamed Snow to SnowBlock
**475: Added Podzol

Music
498: Added Diskwait

570: Created CauldronItems
571-631: Includes all cauldron items and recipe ingredients

632: Created Transmutation
633-640: Includes all transmuted items and recipe ingredients

Alchemist:
Include the following chest shop options:
303: ChestShop.shop.create.plants
413: ChestShop.shop.create.brewing
570: ChestShop.shop.create.cauldronitems
632: ChestShop.shop.create.transmutation

Remove:
375: ChestShop.shop.create.misc

Code:
1.    name: ChestShop
2. 
3.    main: com.Acrobot.ChestShop.ChestShop
4. 
5.    version: 3.7.3
6. 
7.    #for CButD
8.    dev-url: http://dev.bukkit.org/server-mods/chestshop/
9. 
10. 
11.    author: Acrobot
12.    description: >
13.                 A chest shop for economy plugins.
14. 
15. 
16.    softdepend: [LWC, Lockette, Deadbolt, OddItem, WorldGuard, Vault, Heroes,
17.                    iConomy, BOSEconomy, SimpleChestLock, Residence]
18.    commands:
19.      iteminfo:
20.        aliases: [iinfo]
21.        description: Lists item id and names
22.        usage: |
23.               /<command> §2(what's the item in hand?)
24.               /<command> §712§f §2(what's the item with ID §712§2?)
25.               /<command> §7log§f §2(what's the item ID of §7LOG§2?)
26. 
27.      csGive:
28.        description: Gives an item to the appropriate player
29.        usage: /<command> <item code> (amount) (player)
30.      csVersion:
31.        aliases: [chestshop]
32.        description: Shows the ChestShop's version
33.        usage: /<command>
34. 
35.    permissions:
36.      ChestShop.*:
37.        description: Gives access to all ChestShop permissions
38.        default: op
39.        children:
40.            ChestShop.shop.*: true
41.            ChestShop.admin: true
42.      ChestShop.shop.*:
43.        description: Gives access to all user ChestShop permissions
44.        children:
45.            ChestShop.shop.create: true
46.            ChestShop.shop.buy: true
47.            ChestShop.shop.sell: true
48.        default: true
49.      ChestShop.shop.create:
50.        description: Allows the user to create a shop that sells and buys any item
51.        children:
52.            ChestShop.shop.create.buy: true
53.            ChestShop.shop.create.sell: true
54.      ChestShop.shop.create.buy:
55.        description: Allows the user to create a shop that sells any item
56.      ChestShop.shop.create.sell:
57.        description: Allows the user to create a shop that buy any item
58.      ChestShop.shop.create.(itemID):
59.        description: Allows user to create a shop that sells item with itemID like in the permission node (replace (itemID) with NUMERICAL item ID)
60.      ChestShop.shop.buy.(itemID):
61.        description: Allows user to buy certain (itemID) from a shop (replace (itemID) with NUMERICAL item ID)
62.      ChestShop.shop.sell.(itemID):
63.        description: Allows user to sell certain (itemID) from a shop (replace (itemID) with NUMERICAL item ID)
64.      ChestShop.shop.buy:
65.        description: Allows user to buy from a shop
66.      ChestShop.shop.sell:
67.        description: Allows user to sell to a shop
68.      ChestShop.nofee:
69.        description: User doesn't have to pay the shop creation fee.
70.      ChestShop.admin:
71.        description: Allows user to modify/destroy other stores and create an Admin Shops
72.        default: op
73.      ChestShop.mod:
74.        description: Allows user only to view other store chests, he can't destroy them or create an Admin Shop
75.      ChestShop.name.(some name):
76.        description: Gives you the power to do create shops for (some name), for example your town.
77.      ChestShop.shop.create.food:
78.        description: Allows to create a shop that sells food
79.        children:
80.          ChestShop.shop.create.297: true #Bread
81.          ChestShop.shop.create.354: true #Cake
82.          ChestShop.shop.create.357: true #Cookie
83.          ChestShop.shop.create.349: true #RawFish
84.          ChestShop.shop.create.350: true #CookedFish
85.          ChestShop.shop.create.365: true #RawChicken
86.          ChestShop.shop.create.366: true #CookedChicken
87.          ChestShop.shop.create.363: true #RawSteak
88.          ChestShop.shop.create.364: true #CookedSteak
89.          ChestShop.shop.create.319: true #RawPork
90.          ChestShop.shop.create.320: true #CookedPork
91.          ChestShop.shop.create.282: true #MushroomSoup
92.          ChestShop.shop.create.360: true #Melon
93.          ChestShop.shop.create.260: true #Apple
94.          ChestShop.shop.create.322: true #GoldApple
95.          ChestShop.shop.create.297: true #Bread
96.          ChestShop.shop.create.335: true #Milk
97.          ChestShop.shop.create.391: true #Carrot
98.          ChestShop.shop.create.392: true #Potato
99.          ChestShop.shop.create.393: true #BakedPotato
100.          ChestShop.shop.create.396: true #GoldenCarrot
101.          ChestShop.shop.create.400: true #PumpkinPie
102.          ChestShop.shop.create.382: true #GlisteningMelon
103.          ChestShop.shop.create.349: true #RawSalmon
104.          ChestShop.shop.create.350: true #CookedSalmon
105.      ChestShop.shop.create.diamondgrade:
106.        description: Allows to create a shop that sells diamond gear
107.        children:
108.          ChestShop.shop.create.310: true #DiamondHelm
109.          ChestShop.shop.create.311: true #DiamondChestplate
110.          ChestShop.shop.create.312: true #DiamondLeggings
111.          ChestShop.shop.create.313: true #DiamondBoots
112.          ChestShop.shop.create.276: true #DiamondSword
113.          ChestShop.shop.create.277: true #DiamondShovel
114.          ChestShop.shop.create.278: true #DiamondPick
115.          ChestShop.shop.create.279: true #DiamondAxe
116.          ChestShop.shop.create.293: true #DiamondHoe
117.      ChestShop.shop.create.irongrade:
118.        description: Allows to create a shop that sells iron gear
119.        children:
120.          ChestShop.shop.create.306: true #IronHelm
121.          ChestShop.shop.create.307: true #IronChestplate
122.          ChestShop.shop.create.308: true #IronLeggings
123.          ChestShop.shop.create.309: true #IronBoots
124.          ChestShop.shop.create.267: true #IronSword
125.          ChestShop.shop.create.256: true #IronShovel
126.          ChestShop.shop.create.257: true #IronPick
127.          ChestShop.shop.create.258: true #IronAxe
128.          ChestShop.shop.create.292: true #IronHoe
129.      ChestShop.shop.create.goldgrade:
130.        description: Allows to create a shop that sells gold gear
131.        children:
132.          ChestShop.shop.create.314: true #GoldHelm
133.          ChestShop.shop.create.315: true #GoldChestplate
134.          ChestShop.shop.create.316: true #GoldLeggings
135.          ChestShop.shop.create.317: true #GoldBoots
136.          ChestShop.shop.create.283: true #GoldSword
137.          ChestShop.shop.create.284: true #GoldShovel
138.          ChestShop.shop.create.285: true #GoldPick
139.          ChestShop.shop.create.286: true #GoldAxe
140.          ChestShop.shop.create.294: true #GoldHoe
141.      ChestShop.shop.create.stonegrade:
142.        description: Allows to create a shop that sells stone tools and chain armor
143.        children:
144.          ChestShop.shop.create.302: true #ChainHelm
145.          ChestShop.shop.create.303: true #ChainChestplate
146.          ChestShop.shop.create.304: true #ChainLeggings
147.          ChestShop.shop.create.305: true #ChainBoots
148.          ChestShop.shop.create.272: true #StoneSword
149.          ChestShop.shop.create.273: true #StoneShovel
150.          ChestShop.shop.create.274: true #StonePick
151.          ChestShop.shop.create.275: true #StoneAxe
152.          ChestShop.shop.create.291: true #StoneHoe
153.      ChestShop.shop.create.woodgrade:
154.        description: Allows to create a shop that sells wood tools and leather armor
155.        children:
156.          ChestShop.shop.create.298: true #LeatherHelm
157.          ChestShop.shop.create.299: true #LeatherChestplate
158.          ChestShop.shop.create.300: true #LeatherLeggings
159.          ChestShop.shop.create.301: true #LeatherBoots
160.          ChestShop.shop.create.268: true #WoodSword
161.          ChestShop.shop.create.269: true #WoodShovel
162.          ChestShop.shop.create.270: true #WoodPick
163.          ChestShop.shop.create.271: true #WoodAxe
164.          ChestShop.shop.create.290: true #WoodHoe
165.      ChestShop.shop.create.diamondarmor:
166.        description: Allows to create a shop that sells diamond armor
167.        children:
168.          ChestShop.shop.create.310: true #DiamondHelm
169.          ChestShop.shop.create.311: true #DiamondChestplate
170.          ChestShop.shop.create.312: true #DiamondLeggings
171.          ChestShop.shop.create.313: true #DiamondBoots
172.      ChestShop.shop.create.diamondtools:
173.        description: Allows to create a shop that sells diamond tools
174.        children:
175.          ChestShop.shop.create.276: true #DiamondSword
176.          ChestShop.shop.create.277: true #DiamondShovel
177.          ChestShop.shop.create.278: true #DiamondPick
178.          ChestShop.shop.create.279: true #DiamondAxe
179.          ChestShop.shop.create.293: true #DiamondHoe
180.      ChestShop.shop.create.goldarmor:
181.        description: Allows to create a shop that sells gold armor
182.        children:
183.          ChestShop.shop.create.314: true #GoldHelm
184.          ChestShop.shop.create.315: true #GoldChestplate
185.          ChestShop.shop.create.316: true #GoldLeggings
186.          ChestShop.shop.create.317: true #GoldBoots
187.      ChestShop.shop.create.goldtools:
188.        description: Allows to create a shop that sells gold tools
189.        children:
190.          ChestShop.shop.create.283: true #GoldSword
191.          ChestShop.shop.create.284: true #GoldShovel
192.          ChestShop.shop.create.285: true #GoldPick
193.          ChestShop.shop.create.286: true #GoldAxe
194.          ChestShop.shop.create.294: true #GoldHoe
195.      ChestShop.shop.create.ironarmor:
196.        description: Allows to create a shop that sells iron armor
197.        children:
198.          ChestShop.shop.create.306: true #IronHelm
199.          ChestShop.shop.create.307: true #IronChestplate
200.          ChestShop.shop.create.308: true #IronLeggings
201.          ChestShop.shop.create.309: true #IronBoots
202.      ChestShop.shop.create.irontools:
203.        description: Allows to create a shop that sells iron tools
204.        children:
205.          ChestShop.shop.create.267: true #IronSword
206.          ChestShop.shop.create.256: true #IronShovel
207.          ChestShop.shop.create.257: true #IronPick
208.          ChestShop.shop.create.258: true #IronAxe
209.          ChestShop.shop.create.292: true #IronHoe   
210.      ChestShop.shop.create.chainarmor:
211.        description: Allows to create a shop that sells chain armor
212.        children:
213.          ChestShop.shop.create.302: true #ChainHelm
214.          ChestShop.shop.create.303: true #ChainChestplate
215.          ChestShop.shop.create.304: true #ChainLeggings
216.          ChestShop.shop.create.305: true #ChainBoots
217.      ChestShop.shop.create.stonetools:
218.        description: Allows to create a shop that sells stone tools
219.        children:
220.          ChestShop.shop.create.272: true #StoneSword
221.          ChestShop.shop.create.273: true #StoneShovel
222.          ChestShop.shop.create.274: true #StonePick
223.          ChestShop.shop.create.275: true #StoneAxe
224.          ChestShop.shop.create.291: true #StoneHoe         
225.      ChestShop.shop.create.leatherarmor:
226.        description: Allows to create a shop that sells leather armor
227.        children:
228.          ChestShop.shop.create.298: true #LeatherHelm
229.          ChestShop.shop.create.299: true #LeatherChestplate
230.          ChestShop.shop.create.300: true #LeatherLeggings
231.          ChestShop.shop.create.301: true #LeatherBoots
232.      ChestShop.shop.create.woodtools:
233.        description: Allows to create a shop that sells wood tools
234.        children:
235.          ChestShop.shop.create.268: true #WoodSword
236.          ChestShop.shop.create.269: true #WoodShovel
237.          ChestShop.shop.create.270: true #WoodPick
238.          ChestShop.shop.create.271: true #WoodAxe
239.          ChestShop.shop.create.290: true #WoodHoe
240.      ChestShop.shop.create.bows:
241.        description: Allows to create a shop that sells bows & arrows
242.        children:
243.          ChestShop.shop.create.261: true #Bow
244.          ChestShop.shop.create.262: true #Arrow
245.      ChestShop.shop.create.misctools:
246.        description: Allows to create a shop that sells misc tools
247.        children:
248.          ChestShop.shop.create.259: true #Flint&Steel
249.          ChestShop.shop.create.325: true #Bucket
250.          ChestShop.shop.create.326: true #WaterBucket
251.          ChestShop.shop.create.327: true #LavaBucket
252.          ChestShop.shop.create.345: true #Compass
253.          ChestShop.shop.create.346: true #FishingRod
254.          ChestShop.shop.create.347: true #Clock
255.          ChestShop.shop.create.358: true #Map
256.          ChestShop.shop.create.359: true #Sheers
257.      ChestShop.shop.create.ore:
258.        description: Allows to create a shop that sells ores
259.        children:
260.          ChestShop.shop.create.16: true #CoalOre
261.          ChestShop.shop.create.15: true #IronOre
262.          ChestShop.shop.create.21: true #LapisOre
263.          ChestShop.shop.create.14: true #GoldOre
264.          ChestShop.shop.create.56: true #DiamondOre
265.          ChestShop.shop.create.74: true #RedstoneOre
266.          ChestShop.shop.create.153: true #NetherQuartzOre
267.      ChestShop.shop.create.ingots:
268.        description: Allows to create a shop that sells ingots
269.        children:
270.          ChestShop.shop.create.265: true #IronIngot
271.          ChestShop.shop.create.266: true #GoldIngot
272.          ChestShop.shop.create.264: true #Diamond
273.          ChestShop.shop.create.388: true #Emerald
274.      ChestShop.shop.create.stairs:
275.        description: Allows to create a shop that sells stairs
276.        children:
277.          ChestShop.shop.create.53: true #WoodStairs
278.          ChestShop.shop.create.67: true #CobbleStairs
279.          ChestShop.shop.create.108: true #BrickStairs
280.          ChestShop.shop.create.109: true #StoneStairs
281.          ChestShop.shop.create.114: true #NetherBrickStairs
282.      ChestShop.shop.create.monsterdrops:
283.        description: Allows to create a shop that sells mob drops
284.        children:
285.          ChestShop.shop.create.289: true #Sulphur
286.          ChestShop.shop.create.288: true #Feather
287.          ChestShop.shop.create.287: true #String
288.          ChestShop.shop.create.341: true #Slimeball
289.          ChestShop.shop.create.344: true #Egg
290.          ChestShop.shop.create.352: true #Bone
291.          ChestShop.shop.create.334: true #Leather
292.          ChestShop.shop.create.367: true #RottenFlesh
293.          ChestShop.shop.create.368: true #EnderPearl
294.          ChestShop.shop.create.375: true #SpiderEye
295.      ChestShop.shop.create.netherdrops:
296.        description: Allows to create a shop that sells nether drops
297.        children:
298.          ChestShop.shop.create.369: true #BlazeRod
299.          ChestShop.shop.create.370: true #GhastTear
300.          ChestShop.shop.create.371: true #GoldNugget
301.          ChestShop.shop.create.378: true #MagmaCream
302.          ChestShop.shop.create.283: true #GoldSword
303.      ChestShop.shop.create.plants:
304.        description: Allows to create a shop that sells plants
305.        children:
306.          ChestShop.shop.create.6: true #Sapling
307.          ChestShop.shop.create.18: true #LeafBlock
308.          ChestShop.shop.create.31: true #TallGrass
309.          ChestShop.shop.create.175: true #DoubleTallgrass
310.          ChestShop.shop.create.32: true #DeadShrub
311.          ChestShop.shop.create.37: true #Dandelion
312.          ChestShop.shop.create.38: true #Poppy
313.          ChestShop.shop.create.38:1: true #Orchid
314.          ChestShop.shop.create.38:2: true #Allium
315.          ChestShop.shop.create.38:3: true #AzureBluet
316.          ChestShop.shop.create.38:4: true #RedTulip
317.          ChestShop.shop.create.38:5: true #OrangeTulip
318.          ChestShop.shop.create.38:6: true #WhiteTulip
319.          ChestShop.shop.create.38:7: true #PinkTulip
320.          ChestShop.shop.create.38:8: true: #OxeyeDaisy
321.          ChestShop.shop.create.175: true #Sunflower
322.          ChestShop.shop.create.175:1: true #Lilac
323.          ChestShop.shop.create.175:4: true #RoseBush
324.          ChestShop.shop.create.175:5: true #Peony
325.          ChestShop.shop.create.39: true #BrownMushroom
326.          ChestShop.shop.create.40: true #RedMushroom
327.          ChestShop.shop.create.81: true #Cactus
328.          ChestShop.shop.create.86: true #Pumpkin
329.          ChestShop.shop.create.103: true #MelonBlock
330.          ChestShop.shop.create.106: true #Vines
331.          ChestShop.shop.create.111: true #LillyPad
332.          ChestShop.shop.create.295: true #Seeds
333.          ChestShop.shop.create.296: true #Wheat
334.          ChestShop.shop.create.170: true #HayBale
335.          ChestShop.shop.create.338: true #Reeds
336.          ChestShop.shop.create.361: true #PumpkinSeeds
337.          ChestShop.shop.create.362: true #MelonSeeds
338.      ChestShop.shop.create.redstone:
339.        descriptions: Allows to create a shop that sells redstone items
340.        children:
341.          ChestShop.shop.create.69: true #Lever
342.          ChestShop.shop.create.77: true #Button
343.          ChestShop.shop.create.76: true #TorchOn
344.          ChestShop.shop.create.331: true #RedstoneDust
345.          ChestShop.shop.create.356: true #RedstoneRepeater
346.          ChestShop.shop.create.23: true #Dispenser
347.          ChestShop.shop.create.29: true #StickyPiston
348.          ChestShop.shop.create.33: true #Piston
349.          ChestShop.shop.create.27: true #PowerRail
350.          ChestShop.shop.create.28: true #DetectorRail
351.          ChestShop.shop.create.66: true #MinecartRail
352.          ChestShop.shop.create.70: true #StonePlate
353.          ChestShop.shop.create.72: true #WoodPlate
354.          ChestShop.shop.create.152: true #RedstoneBlock
355.          ChestShop.shop.create.154: true #Hopper
356.          ChestShop.shop.create.157: true #Activator Rail
357.          ChestShop.shop.create.158: true #Dropper
358.          ChestShop.shop.create.151: true #Daylight Sensor
359.          ChestShop.shop.create.404: true #Redstone Comparator
360.          ChestShop.shop.create.123: true #Redstone Lamp
361.      ChestShop.shop.create.netherblocks:
362.        descriptions: Allows to create a shop that sells netherblocks
363.        children:
364.          ChestShop.shop.create.87: true #NetherRack
365.          ChestShop.shop.create.88: true #SoulSand
366.          ChestShop.shop.create.89: true #GlowStone
367.          ChestShop.shop.create.112: true #NetherBrickBlock
368.          ChestShop.shop.create.113: true #NetherFence
369.          ChestShop.shop.create.114: true #NetherStairs
370.          ChestShop.shop.create.405: true #NetherBrick
371.          ChestShop.shop.create.406: true #NetherQuartz
372.          ChestShop.shop.create.155: true #QuartzBlock
373.          ChestShop.shop.create.155:1: true #ChiseledQuartzBlock
374.          ChestShop.shop.create.155:2: true #PillarQuartzBlock
375.      ChestShop.shop.create.misc:
376.        descriptions: Allows to create a shop that sells misc items
377.        children:
378.          ChestShop.shop.create.263: true #Coal
379.          ChestShop.shop.create.173: true #CoalBlock
380.          ChestShop.shop.create.280: true #Stick
381.          ChestShop.shop.create.281: true #Bowl
382.          ChestShop.shop.create.318: true #Flint
383.          ChestShop.shop.create.321: true #Painting
384.          ChestShop.shop.create.323: true #Sign
385.          ChestShop.shop.create.329: true #Saddle
386.          ChestShop.shop.create.332: true #Snowballs
387.          ChestShop.shop.create.336: true #Bricks
388.          ChestShop.shop.create.337: true #ClayBalls
389.          ChestShop.shop.create.339: true #Paper
390.          ChestShop.shop.create.340: true #Book
391.          ChestShop.shop.create.348: true #GlowstoneDust
392.          ChestShop.shop.create.353: true #Sugar
393.          ChestShop.shop.create.355: true #Bed
394.          ChestShop.shop.create.381: true #EnderEye
395.          ChestShop.shop.create.389: true #ItemFrame
396.          ChestShop.shop.create.390: true #FlowerPot
397.          ChestShop.shop.create.395: true #Map
398.          ChestShop.shop.create.397: true #MobHead
399.          ChestShop.shop.create.398: true #CarrotonaStick
400.          ChestShop.shop.create.399: true #NetherStar
401.          ChestShop.shop.create.401: true #FireworkRocket
402.          ChestShop.shop.create.403: true #EnchantedBook
403.          ChestShop.shop.create.402: true #FireworkStar
404.          ChestShop.shop.create.386: true #BookandQuill
405.          ChestShop.shop.create.387: true #WrittenBook
406.          ChestShop.shop.create.385: true #FireCharge
407.          ChestShop.shop.create.383: true #SpawnEgg
408.          ChestShop.shop.create.384: true #BottleoEnchanting
409.      ChestShop.shop.create.steps:
410.        description: Allows to create a shop that sells steps
411.        children:
412.          ChestShop.shop.create.44: true #Step
413.      ChestShop.shop.create.brewing:
414.        description: Allows to create a shop that sells brewing materials
415.        children:
416.          ChestShop.shop.create.335: true #Milk
417.          ChestShop.shop.create.372: true #NetherWart
418.          ChestShop.shop.create.373: true #WaterBottle
419.          ChestShop.shop.create.374: true #Bottle
420.          ChestShop.shop.create.376: true #FermentedSpiderEye
421.          ChestShop.shop.create.377: true #BlazePowder
422.          ChestShop.shop.create.382: true #GlisteringMelon
423.          ChestShop.shop.create.378: true #MagmaCream
424.          ChestShop.shop.create.341: true #Slimeball
425.          ChestShop.shop.create.371: true #GoldNugget
426.          ChestShop.shop.create.360: true #Melon
427.          ChestShop.shop.create.375: true #SpiderEye
428.          ChestShop.shop.create.39: true #BrownMushroom
429.          ChestShop.shop.create.370: true #GhastTear
430.          ChestShop.shop.create.331: true #RedstoneDust
431.          ChestShop.shop.create.348: true #GlowstoneDust
432.          ChestShop.shop.create.289: true #Sulfur
433.          ChestShop.shop.create.379: true #BrewingStand
434.          ChestShop.shop.create.369: true #BlazeRod
435.          ChestShop.shop.create.4: true #Cobblestone
436.      ChestShop.shop.create.basic:
437.        description: Allows to create a shop that sells basic blocks
438.        children:
439.          ChestShop.shop.create.1: true #Stone
440.          ChestShop.shop.create.2: true #Grass
441.          ChestShop.shop.create.3: true #Dirt
442.          ChestShop.shop.create.4: true #Cobble
443.          ChestShop.shop.create.5: true #Planks
444.          ChestShop.shop.create.12: true #Sand
445.          ChestShop.shop.create.13: true #Gravel
446.          ChestShop.shop.create.17: true #Log
447.          ChestShop.shop.create.20: true #Glass
448.          ChestShop.shop.create.22: true #LapisBlock
449.          ChestShop.shop.create.24: true #SandStone
450.          ChestShop.shop.create.41: true #GoldBlock
451.          ChestShop.shop.create.42: true #IronBlock
452.          ChestShop.shop.create.45: true #BrickBlock
453.          ChestShop.shop.create.46: true #TNT
454.          ChestShop.shop.create.47: true #BookShelf
455.          ChestShop.shop.create.48: true #MossyCobble
456.          ChestShop.shop.create.49: true #Obsidian
457.          ChestShop.shop.create.50: true #Torch
458.          ChestShop.shop.create.54: true #Chest
459.          ChestShop.shop.create.57: true #DiamondBlock
460.          ChestShop.shop.create.65: true #Ladder
461.          ChestShop.shop.create.79: true #Ice
462.          ChestShop.shop.create.80: true #SnowBlock
463.          ChestShop.shop.create.82: true #ClayBlock
464.          ChestShop.shop.create.91: true #JackoLantern
465.          ChestShop.shop.create.98: true #StoneBrick
466.          ChestShop.shop.create.99: true #MushroomBlock1
467.          ChestShop.shop.create.100: true #MushroomBlock2
468.          ChestShop.shop.create.101: true #IronBar
469.          ChestShop.shop.create.102: true #GlassPane
470.          ChestShop.shop.create.110: true #Mycelium
471.          ChestShop.shop.create.121: true #EndStone
472.          ChestShop.shop.create.122: true #DragonEgg
473.          ChestShop.shop.create.146: true #Trapped Chest
474.          ChestShop.shop.create.155: true #Block of Quartz
475.          ChestShop.shop.create.3:2: true #Podzol
476.      ChestShop.shop.create.doors:
477.        descriptions: Allows to create a shop that sells doors
478.        children:
479.          ChestShop.shop.create.324: true #WoodDoor
480.          ChestShop.shop.create.330: true #IronDoor
481.          ChestShop.shop.create.96: true #TrapDoor
482.      ChestShop.shop.create.music:
483.        description: Allows to create a shop that sells music items
484.        children:
485.          ChestShop.shop.create.25: true #Noteblock
486.          ChestShop.shop.create.84: true #Jukebox
487.          ChestShop.shop.create.2256: true #Disk13
488.          ChestShop.shop.create.2257: true #Diskcat
489.          ChestShop.shop.create.2258: true #Diskblocks
490.          ChestShop.shop.create.2259: true #Diskchirp
491.          ChestShop.shop.create.2260: true #Diskfar
492.          ChestShop.shop.create.2261: true #Diskmall
493.          ChestShop.shop.create.2262: true #Diskmellohi
494.          ChestShop.shop.create.2263: true #Diskstal
495.          ChestShop.shop.create.2264: true #Diskstrad
496.          ChestShop.shop.create.2265: true #Diskward
497.          ChestShop.shop.create.2266: true #Disk11
498.          ChestShop.shop.create.2267: true #Diskwait
499.      ChestShop.shop.create.vehicles:
500.        description: Allows to create a shop that sells vehicles
501.        children:
502.          ChestShop.shop.create.328: true #Minecart
503.          ChestShop.shop.create.333: true #Boat
504.          ChestShop.shop.create.342: true #StorageCart
505.          ChestShop.shop.create.343: true #PoweredCart
506.          ChestShop.shop.create.407: true #TNT cart
507.          ChestShop.shop.create.408: true #Hopper Cart
508.      ChestShop.shop.create.wool:
509.        description: Allows to create a shop that sells wool and dye
510.        children:
511.          ChestShop.shop.create.35: true #Wool
512.          ChestShop.shop.create.351: true #Dyes
513.      ChestShop.shop.create.fence:
514.        description: Allows to create a shop that sells fence
515.        children:
516.          ChestShop.shop.create.85: true #Fence
517.          ChestShop.shop.create.101: true #IronBar
518.          ChestShop.shop.create.107: true #FenceGate
519.          ChestShop.shop.create.113: true #NetherFence
520.      ChestShop.shop.create.bench:
521.        description: Allows to create a shop that sells crafting blocks
522.        children:
523.          ChestShop.shop.create.58: true #WorkBench
524.          ChestShop.shop.create.61: true #Furnace
525.          ChestShop.shop.create.116: true #EnchantingTable
526.          ChestShop.shop.create.379: true #BrewingStand
527.          ChestShop.shop.create.380: true #Cauldron
528.          ChestShop.shop.create.145: true #Anvil
529.      ChestShop.shop.create.unobtainables:
530.        description: Allows to create a shop that sells unobtainable items
531.        children:
532.          ChestShop.shop.create.7: true #Bedrock
533.          ChestShop.shop.create.8: true #Water
534.          ChestShop.shop.create.9: true #StillWater
535.          ChestShop.shop.create.10: true #Lava
536.          ChestShop.shop.create.11: true #StillLava
537.          ChestShop.shop.create.19: true #Sponge
538.          ChestShop.shop.create.26: true #PlacedBed
539.          ChestShop.shop.create.30: true #Cobweb
540.          ChestShop.shop.create.34: true #PistonHead
541.          ChestShop.shop.create.36: true #MovingPiston
542.          ChestShop.shop.create.43: true #Doublestep
543.          ChestShop.shop.create.51: true #Fire
544.          ChestShop.shop.create.52: true #MobSpawner
545.          ChestShop.shop.create.55: true #PlacedRedstone
546.          ChestShop.shop.create.59: true #GrowingCrop
547.          ChestShop.shop.create.60: true #TilledDirt
548.          ChestShop.shop.create.62: true #LitFurnace
549.          ChestShop.shop.create.63: true #SignPost
550.          ChestShop.shop.create.64: true #PlacedDoor
551.          ChestShop.shop.create.68: true #WallSign
552.          ChestShop.shop.create.71: true #PlacedIronDoor
553.          ChestShop.shop.create.73: true #GlowingRedstoneOre
554.          ChestShop.shop.create.75: true #RedstoneTorchOff
555.          ChestShop.shop.create.78: true #FallenSnow
556.          ChestShop.shop.create.83: true #PlacedReeds
557.          ChestShop.shop.create.90: true #Portal
558.          ChestShop.shop.create.92: true #PlacedCake
559.          ChestShop.shop.create.93: true #PlacedRepeaterOff
560.          ChestShop.shop.create.94: true #PlacedRepeaterOn
561.          ChestShop.shop.create.95: true #LockedChest
562.          ChestShop.shop.create.97: true #MonsterEgg
563.          ChestShop.shop.create.104: true #PumpkinStalk
564.          ChestShop.shop.create.105: true #MelonStalk
565.          ChestShop.shop.create.115: true #GrowingNetherwart
566.          ChestShop.shop.create.117: true #BrewingBlock
567.          ChestShop.shop.create.118: true #PlacedCauldron
568.          ChestShop.shop.create.119: true #EndPortal
569.          ChestShop.shop.create.120: true #EndPortalBlock
570.      ChestShop.shop.create.cauldronitems:
571.        description: Allows to create a shop that sells cauldron recipies
572.        children:
573.          ChestShop.shop.create.265: true #IronIngot
574.          ChestShop.shop.create.380: true #Cauldron
575.          ChestShop.shop.create.259: true #Flint&Steel
576.          ChestShop.shop.create.17: true #Log
577.          ChestShop.shop.create.2: true #Grass
578.          ChestShop.shop.create.6: true #Sapling
579.          ChestShop.shop.create.18: true #LeafBlock
580.          ChestShop.shop.create.264: true #Diamond
581.          ChestShop.shop.create.4: true #Cobblestone
582.          ChestShop.shop.create.48: true #MossyCobble
583.          ChestShop.shop.create.80: true #SnowBlock
584.          ChestShop.shop.create.326: true #WaterBucket
585.          ChestShop.shop.create.79: true #Ice
586.          ChestShop.shop.create.325: true #Bucket
587.          ChestShop.shop.create.3: true #Dirt
588.          ChestShop.shop.create.78: true #FallenSnow
589.          ChestShop.shop.create.338: true #SugarCane
590.          ChestShop.shop.create.82: true #ClayBlock
591.          ChestShop.shop.create.362: true #MelonSeeds
592.          ChestShop.shop.create.351:3 true #CocoaBeans
593.          ChestShop.shop.create.327: true #LavaBucket
594.          ChestShop.shop.create.1: true #Stone
595.          ChestShop.shop.create.45: true #BrickBlock
596.          ChestShop.shop.create.50: true #Torch
597.          ChestShop.shop.create.12: true #Sand
598.          ChestShop.shop.create.20: true #Glass
599.          ChestShop.shop.create.81: true #Cactus
600.          ChestShop.shop.create.298: true #LeatherHelm
601.          ChestShop.shop.create.299: true #LeatherChestplate
602.          ChestShop.shop.create.300: true #LeatherLeggings
603.          ChestShop.shop.create.301: true #LeatherBoots
604.          ChestShop.shop.create.101: true #IronBar
605.          ChestShop.shop.create.302: true #ChainHelm
606.          ChestShop.shop.create.303: true #ChainChestplate
607.          ChestShop.shop.create.304: true #ChainLeggings
608.          ChestShop.shop.create.305: true #ChainBoots
609.          ChestShop.shop.create.49: true #Obsidian
610.          ChestShop.shop.create.331: true #RedstoneDust
611.          ChestShop.shop.create.22: true #LapisBlock
612.          ChestShop.shop.create.341: true #Slimeball
613.          ChestShop.shop.create.106: true #Vines
614.          ChestShop.shop.create.111: true #LilyPad
615.          ChestShop.shop.create.98: true #StoneBrick
616.          ChestShop.shop.create.348: true #GlowstoneDust
617.          ChestShop.shop.create.289: true #Sulfur
618.          ChestShop.shop.create.377: true #BlazePowder
619.          ChestShop.shop.create.257: true #IronPick
620.          ChestShop.shop.create.93:3: true #ChiseledStoneBrick
621.          ChestShop.shop.create.266: true #GoldIngot
622.          ChestShop.shop.create.87: true #NetherRack
623.          ChestShop.shop.create.89: true #GlowStone
624.          ChestShop.shop.create.113: true #NetherFence
625.          ChestShop.shop.create.372: true #NetherWart
626.          ChestShop.shop.create.112: true #NetherBrickBlock
627.          ChestShop.shop.create.88: true #SoulSand
628.          ChestShop.shop.create.57: true #DiamondBlock
629.          ChestShop.shop.create.368: true #EnderPearl
630.          ChestShop.shop.create.369: true #BlazeRod
631.          ChestShop.shop.create.121: true #EndStone
632.      ChestShop.shop.create.transmutation:
633.        description: Allows to create a shop that sells transmuted items
634.        children:
635.          ChestShop.shop.create.22: true #LapisBlock
636.          ChestShop.shop.create.264: true #Diamond
637.          ChestShop.shop.create.263: true #Coal
638.          ChestShop.shop.create.15: true #IronOre
639.          ChestShop.shop.create.265: true #IronIngot
640.          ChestShop.shop.create.266: true #GoldIngot
 
Top