Configuration
Feudal has multiple configuration files. The main, most important config is config.yml. There is also a [language] config and market config. Besides these there are folders used for data storage. Any items in the folders should NOT be edited while the plugin is running. The files in the folders will not save your changes if they are done while the server is running.
The folders are: players, Kingdoms, DATA. The players folder holds all the player's information and is their memory. They are saved accordingly by UUID, so you can either use an external source to check uuids or go to the file: Data/pd.yml to see a list of all player's uuids associated with a file. The Kingdoms folder contains a file for each kingdom. The DATA folder is where challenges, market items, player uuids, and profession data is stored. This data should not be messed with. However, if you must change something it is generally self explanatory.
How YAML Works
YAML is the configuration format Feudal uses. It is quite simple once you get to under stand it. YAML files should NEVER use tabs unless it is within quotes. If you fail to edit your YAML file correctly, Feudal will rename the file and create a new default. This way you won't lose all the changes you made if there is one error. To check for YAML bugs paste your config here.
General syntax
- Variables and sections look like this: "variable: datahere"
- Sub sections or categories have two spaces leading it more than its parent. Example: " variable: datahere"
- When creating a string of characters it is best to surround it with 'text here'. It is not required for all cases, but special use symbols like ' require it.
- When using single quotes ('), type it two times in a string ().
- Empty string lists look like this: "listName: []"
- A list with content will look like this:
- listName:
- - item one
- - 'dont test'
Main Config
Configuration sections and variables which are self explanatory will not have an explanation. If a number does not have a decimal in it, it is best to assume that it can never have a decimal. All explanations start with "#" and it explains the line below it.
Main Config:
#Plugin can interact with global economy if Vault plugin is installed UseVault: true #If no other plugin effects the starting balance, this will startBalance: 100 #How many points able to use for character setup startPoints: 100 #Land must be connected to claim landMustBeConnected: true #Kingdom configuration kingdom: name: maxLength: 20 minLength: 3 #Restricts use of special characters such as ô and @ allowSymbols: false #Names which kingdoms can not be called. (Not case sensitive) banned: - curseWordsHere - racistWordsHere - Forseth11 - Minecraft - Kingdom - Kingdoms challenges: #How long a challenge will last once accepted (Can not have decimal) lengthInHours: 168 #Initial tax per hour while challenge is not yet accepted. startTax: 50.0 #Tax added to total during challange taxing. taxAdd: 15.0 #Speeds up tax if both sides have enough members to fight. taxPerMinuteWhileFightersOnline: true #How many minutes they will run out of money if above is true. minutesToWinWhileFightersOnlineBeforeAccepting: 100 #How many people can attack one kingdom at once maxDefence: 3 #Give same counter attack ban to ATTACKERS even if they win. Used to avoid MASSIVE domination winban: true #If attackers and defenders are not on at the same time, this is what percent the attackers need to be on MORE. onlinePercentNeededForAttackersToWinByDefault: 70.0 #Once fighting starts, how many seconds to begin attack. secondsToBeginAttack: 600 #If the defenders do not fight this is how many seconds to take land times number of land. secondsToDefendPerChunk: 15 percentOfTreasuryWonByDefault: 20.0 percentOfTreasuryWon: 85.0 #How many hours attackers are banned to attack again. attackerCounterAttackBanInHours: 168 #How many hours defenders are banned to counter attack. defenderCounterAttackBanInHours: 48 #Extra xp if a noble. nobleWinXPMultiplier: 1.35 #Xp won in a challenge xpWin: 20000 xpWinDefault: 8000 #What percent of attackers need to be online to start fighting IF no fighters are online. percentAttackMembersNeededToFight: 15.0 percentDefenderMembersNeededToFight: 15.0 #If you delete your kingdom and recreate one, this is how long you must wait before challenging. claimAgeRequiredHours: 120.0 #If a kingdom has 30 members and another has 5 members this will give one side 30 lives and the other 27 lives. fighterSeparation: 3 shield: #One week shield '1': price: 15000 coolDownDays: 30 #Two week shield '2': price: 30000 coolDownDays: 45 #Three week shield '3': price: 50000 coolDownDays: 60 #One week shield - Vacation means members can't use land either vacation: price: 5000 coolDownDays: 25 landProtection: blockPlace: true blockBreak: true chestAccess: true piston: true creeperExplosion: false otherExplosion: true lighter: true #Interact must be true to stop from placing lava or water interact: true fireSpread: true enderman: false enderDragon: false home: teleportDelayInSeconds: 3 shieldProtection: blockPlace: true blockBreak: true chestAccess: true piston: true creeperExplosion: true otherExplosion: true lighter: true interact: true fireSpread: true enderman: true enderDragon: true tax: #This times the number of land times the leaders profession tax multiplier is the kingdoms land tax per hour. land: 2.0 #Kingdoms get deleted after 60 days of offline time. inactiveDeleteDays: 60 maxMembers: 15 #First time kingomds get 120 hours of free protection to get started. startShieldHours: 120 #Prices for the initial feudal setup menu. setup: peasantry: cost: 20 commoner: cost: 25 noble: cost: 50 #Forces players to setup their Feudal character before playing. require: false #Allows unique stats by making an overall attribute cap. attributeCap: enable: true #Fixer is used only if you want to enable this cap later. enableFixer: true fixerLevelsPer: 10 cap: 3000 reputation: start: 1000 max: 10000 min: 0 leaveKingdom: -175 enemyAlly: -20 neutralAlly: -10 winChallenge: 50 loseChallenge: -25 winDefault: 25 loseDefault: -25 placeChallenge: 5 acceptChallenge: 15 ignoreChallengePerHour: -1 maxProfession: 175 changeProfessionWithoutMax: -10 failToPayLandTax: -6 deleteKingdom: -15 kickPlayerFromKingdom: -3 buyVacation: -3 attackPrevKingdom: -200 playerKill: 1 playerDeath: -1 Strength: MaxLevel: 1000 #At level 1000 this is how much xp is needed to max. EndXP: 5000 StartXP: 100 MinDamageIncrease: 0.5 MaxDamageIncrease: 2 #How much each click adds in the initial setup menu. LevelPerPoint: 30 #Don't spam the user if they level up quickly. Tells them every 5 levels. NotifyLevelUpPer: 5 Toughness: MaxLevel: 1000 EndXP: 5000 StartXP: 100 MinRegenRate: 0.5 MaxRegenRate: 1.5 MinHealth: 16.0 MaxHealth: 40.0 LevelPerPoint: 30 NotifyLevelUpPer: 5 Speed: MaxLevel: 1000 EndXP: 5000 StartXP: 100 Min: 0.8 Max: 2.0 LevelPerPoint: 30 NotifyLevelUpPer: 5 Stamina: MaxLevel: 1000 EndXP: 5000 StartXP: 100 MinRate: 0.0 MaxRate: 4.0 Tick: 600 LevelPerPoint: 30 NotifyLevelUpPer: 5 Luck: MaxLevel: 1000 EndXP: 5000 StartXP: 100 MinPercent: 0.0 MaxPercent: 40.0 #The below perents are multiplied by the user's luck percent. Effect: dropDoublePercent: 75.0 cheatDeathPercent: 10.0 doubleXPPercent: 100.0 higherEnchantmentsPercent: 75.0 betterPotionEffectsPercent: 90.0 criticalHitsPercent: 50.0 toolDamageCancelPercent: 100.0 reducedDamagePercent: 40.0 fishCatchPercent: 90.0 LevelPerPoint: 30 NotifyLevelUpPer: 5 Profession: NotifyLevelUpPer: 1 #This requires 35% of the peasantry professions to be maxxed out before going to commoner. requiredPeasantCompletionPercent: 35.0 #This requires 45% of commoner professions to be maxxed out before going to commoner. requiredCommonerCompletion: 45.0 #This requires nobles to rank up in this order: Squire, Knight, Baron, King doRankupForNobles: true #If you die, you lose this % of money to who killed you. moneyPercentLostOnDeath: 10.0 #If you die, you lose this % of money to who killed you. moneyPercentLostOnDeathByAssassinKiller: 16.0 Farmer: #How much land a farmer can add to kingdom land: 3 MaxLevel: 100 #Amount of xp needed at level 100. EndXP: 10000 StartXP: 100 #Max percentage of players ALLOWED to be a farmer. MaxPercent: 100.0 #Points needed in setup menu pointCost: 30 #If leader, this farmer's members pay 3% in taxes to the kingom of money made on market. taxPercent: 3.0 #How much land taxes the farmer's kingdom has to pay if the leader. rentPercent: 100.0 #How much xp is gained per crop harvest. xpPerCrop: 235 Logger: land: 3 MaxLevel: 100 EndXP: 10000 StartXP: 100 MaxPercent: 100.0 pointCost: 30 taxPercent: 3.0 rentPercent: 100.0 xpPerLog: 100 Hunter: land: 3 MaxLevel: 100 EndXP: 10000 StartXP: 100 MaxPercent: 100.0 pointCost: 30 taxPercent: 3.0 rentPercent: 100.0 xpPerAnimal: 500 xpPerAnimalPlus: 1400 Miner: land: 3 MaxLevel: 100 EndXP: 10000 StartXP: 100 MaxPercent: 100.0 pointCost: 30 taxPercent: 3.0 rentPercent: 100.0 xpPerCoal: 50 xpPerIron: 100 xpPerGold: 1000 xpPerEmerald: 6000 xpPerDiamond: 3000 xpPerLapis: 300 xpPerRedstone: 200 xpPerQuartz: 250 Cook: land: 3 MaxLevel: 100 EndXP: 10000 StartXP: 100 MaxPercent: 100.0 pointCost: 30 taxPercent: 3.0 rentPercent: 100.0 xpPerFood: 200 xpPerCookie: 100 xpPerSoup: 1600 xpPerCake: 4500 Fisher: land: 3 MaxLevel: 100 EndXP: 10000 StartXP: 100 MaxPercent: 100.0 pointCost: 30 taxPercent: 3.0 rentPercent: 100.0 xpPerCatch: 1650 Builder: land: 3 MaxLevel: 100 EndXP: 10000 StartXP: 100 MaxPercent: 100.0 pointCost: 30 taxPercent: 3.0 rentPercent: 100.0 xpPerBlock: 35 xpOnKingdomBonus: 75 Shepherd: land: 3 MaxLevel: 100 EndXP: 10000 StartXP: 100 MaxPercent: 100.0 pointCost: 30 taxPercent: 3.0 rentPercent: 100.0 xpPerShear: 700 xpPerAnimalKill: 400 Scribe: land: 3 MaxLevel: 100 EndXP: 10000 StartXP: 100 MaxPercent: 80.0 pointCost: 30 taxPercent: 3.0 rentPercent: 100.0 xpStart: 150 xpPerWord: 50 xpPerNonWord: -45 Guard: land: 6 MaxLevel: 100 EndXP: 12000 StartXP: 100 MaxPercent: 90.0 pointCost: 40 taxPercent: 5.0 rentPercent: 100.0 damageResistancePercent: 10.0 xpPerPlayerKill: 12000 xpPerMobKill: 600 Assassin: land: 1 MaxLevel: 100 EndXP: 10000 StartXP: 100 MaxPercent: 10.0 pointCost: 45 #Tracker limits so you can't go directly to the player. trackRange: min: 950 minNonAssassin: 1500 minUnderGround: 550 minNonAssassinUnderGround: 950 #If not an assassin, the following price per track is multiplied by 20. priceMultiplier: 20.0 price: 5000.0 taxPercent: 5.0 rentPercent: 100.0 xpPerPlayerKill: 6000 xpPerPlayerKillOnEnemyLand: 60000 Alchemist: land: 6 MaxLevel: 100 EndXP: 12000 StartXP: 100 MaxPercent: 90.0 pointCost: 40 #All the following is how much xp is gained for each type of potion taxPercent: 5.0 rentPercent: 100.0 fire_resistance: 950 speed: 500 instant_health: 800 poison: 650 regeneration: 1000 strength: 750 weakness: 700 night_vision: 850 water_breathing: 900 leaping: 800 invisibility: 650 extend: 150 splash: 250 strong: 200 linger: 650 Blacksmith: land: 6 MaxLevel: 100 EndXP: 12000 StartXP: 100 MaxPercent: 90.0 pointCost: 40 taxPercent: 5.0 rentPercent: 100.0 xp1Wood: 30 xp2Wood: 60 xp3Wood: 90 xp1Gold: 300 xp2Gold: 600 xp3Gold: 900 xp4Gold: 1200 xp5Gold: 1500 xp7Gold: 2100 xp8Gold: 2400 xp1Iron: 230 xp2Iron: 450 xp3Iron: 680 xp4Iron: 920 xp5Iron: 1150 xp7Iron: 1610 xp8Iron: 1840 xp1Diamond: 450 xp2Diamond: 900 xp3Diamond: 1350 xp4Diamond: 1900 xp5Diamond: 2350 xp7Diamond: 3310 xp8Diamond: 3740 xpBow: 200 xpArrow: 10 xp4Leather: 200 xp5Leather: 250 xp7Leather: 350 xp8Leather: 400 xpChainBoots: 900 xpChainHat: 1120 xpChainLegs: 1600 xpChainChest: 1800 Healer: land: 6 MaxLevel: 100 EndXP: 12000 StartXP: 100 MaxPercent: 90.0 pointCost: 40 taxPercent: 5.0 rentPercent: 100.0 #Allows healers to make god apples in 1.9 canCraftGodApple: true #Restricts any other profession from making god apples in any version of minecraft. anyoneCanCraftGodApple: false xpPerGoldApple: 1100 xpPerGodApple: 11000 xpPerGoldCarrot: 110 #A merchant can only get xp by selling items for a set price: /f sell <price> Merchant: land: 6 MaxLevel: 100 EndXP: 12000 StartXP: 100 MaxPercent: 50.0 pointCost: 40 taxPercent: 5.0 rentPercent: 100.0 #Xp gained per item sold multiplied by the total money earned from that item. xpFixed: 10 #Bonus xp randomized xpRandomAdded: 50 Squire: land: 10 MaxLevel: 100 EndXP: 14000 StartXP: 100 MaxPercent: 85.0 pointCost: 43 taxPercent: 8.0 rentPercent: 50.0 damageResistancePercent: 10.0 xpPerPlayerKill: 18000 xpPerPlayerKillOnEnemyLand: 18000 xpPerKingdomMember: 5 xpPerMobKill: 400 Knight: land: 14 MaxLevel: 100 EndXP: 16000 StartXP: 100 MaxPercent: 95.0 pointCost: 51 taxPercent: 10.0 rentPercent: 30.0 damageResistancePercent: 10.0 xpPerPlayerKill: 17000 xpPerKingdomMember: 5 xpPerMobKill: 300 Baron: land: 22 MaxLevel: 100 EndXP: 23000 StartXP: 100 MaxPercent: 95.0 pointCost: 51 taxPercent: 15.0 rentPercent: 10.0 xpPerKingdomMember: 35 xpPerClaimedLand: 12 xpPerMobKill: 300 King: land: 30 MaxLevel: 100 EndXP: 40000 StartXP: 100 MaxPercent: 95.0 pointCost: 51 taxPercent: 20.0 rentPercent: 0.0 damageResistancePercent: 10.0 xpPerPlayerKill: 6500 xpPerKingdomMember: 35 xpPerClaimedLand: 12
Market Config
The market config controls about everything for the global market. This section will provide a copy of the config, but for more information go to the [market] page.
Main Config:
categories: FOODSTUFFS: - APPLE - MUSHROOM_SOUP - BREAD - PORK - GRILLED_PORK - GOLDEN_APPLE - RAW_FISH - COOKED_FISH - CAKE - COOKIE - MELON - RAW_BEEF - COOKED_BEEF - RAW_CHICKEN - COOKED_CHICKEN - ROTTEN_FLESH - SPIDER_EYE - CARROT_ITEM - POTATO_ITEM - BAKED_POTATO - POISONOUS_POTATO - PUMPKIN_PIE - RABBIT - COOKED_RABBIT - RABBIT_STEW - MUTTON - COOKED_MUTTON - BEETROOT - BEETROOT_SOUP TOOLS: - IRON_SPADE - IRON_PICKAXE - IRON_AXE - FLINT_AND_STEEL - WOOD_SPADE - WOOD_PICKAXE - WOOD_AXE - STONE_SPADE - STONE_PICKAXE - STONE_AXE - DIAMOND_SPADE - DIAMOND_PICKAXE - DIAMOND_AXE - GOLD_SPADE - GOLD_PICKAXE - GOLD_AXE - WOOD_HOE - STONE_HOE - IRON_HOE - DIAMOND_HOE - GOLD_HOE - COMPASS - FISHING_ROD - WATCH - SHEARS - LEASH - NAME_TAG COMBAT: - BOW - ARROW - IRON_SWORD - WOOD_SWORD - STONE_SWORD - DIAMOND_SWORD - GOLD_SWORD - LEATHER_HELMET - LEATHER_CHESTPLATE - LEATHER_LEGGINGS - LEATHER_BOOTS - CHAINMAIL_HELMET - CHAINMAIL_CHESTPLATE - CHAINMAIL_LEGGINGS - CHAINMAIL_BOOTS - IRON_HELMET - IRON_CHESTPLATE - IRON_LEGGINGS - IRON_BOOTS - DIAMOND_HELMET - DIAMOND_CHESTPLATE - DIAMOND_LEGGINGS - DIAMOND_BOOTS - GOLD_HELMET - GOLD_CHESTPLATE - GOLD_LEGGINGS - GOLD_BOOTS - SHIELD - SPECTRAL_ARROW - TIPPED_ARROW BREWING: - GHAST_TEAR - POTION - GLASS_BOTTLE - FERMENTED_SPIDER_EYE - BLAZE_POWDER - MAGMA_CREAM - BREWING_STAND_ITEM - CAULDRON_ITEM - SPECKLED_MELON - GOLDEN_CARROT - RABBIT_FOOT - SPLASH_POTION - LINGERING_POTION - DRAGONS_BREATH MATERIALS: - COAL - DIAMOND - IRON_INGOT - GOLD_INGOT - STICK - BOWL - STRING - FEATHER - SULPHUR - SEEDS - WHEAT - FLINT - LEATHER - CLAY_BRICK - CLAY_BALL - SUGAR_CANE - EGG - GLOWSTONE_DUST - INK_SACK - SUGAR - PUMPKIN_SEEDS - MELON_SEEDS - BLAZE_ROD - GOLD_NUGGET - NETHER_STALK - EMERALD - NETHER_STAR - NETHER_BRICK_ITEM - QUARTZ - PRISMARINE_SHARD - PRISMARINE_CRYSTALS - RABBIT_HIDE - BEETROOT_SEEDS - CHORUS_FRUIT - CHORUS_FRUIT_POPPED BUILDING_BLOCKS: - NETHER_BRICK - STONE - GRASS - DIRT - COBBLESTONE - WOOD - BEDROCK - SAND - GRAVEL - GOLD_ORE - IRON_ORE - COAL_ORE - LOG - SPONGE - GLASS - LAPIS_ORE - LAPIS_BLOCK - SANDSTONE - WOOL - GOLD_BLOCK - IRON_BLOCK - STEP - BRICK - BOOKSHELF - MOSSY_COBBLESTONE - OBSIDIAN - WOOD_STAIRS - DIAMOND_ORE - DIAMOND_BLOCK - COBBLESTONE_STAIRS - REDSTONE_ORE - ICE - SNOW_BLOCK - CLAY - PUMPKIN - NETHERRACK - SOUL_SAND - GLOWSTONE - JACK_O_LANTERN - STAINED_GLASS - SMOOTH_BRICK - MELON_BLOCK - BRICK_STAIRS - SMOOTH_STAIRS - MYCEL - NETHER_BRICK - NETHER_BRICK_STAIRS - ENDER_STONE - WOOD_STEP - SANDSTONE_STAIRS - EMERALD_ORE - EMERALD_BLOCK - SPRUCE_WOOD_STAIRS - BIRCH_WOOD_STAIRS - JUNGLE_WOOD_STAIRS - COBBLE_WALL - QUARTZ_ORE - QUARTZ_BLOCK - QUARTZ_STAIRS - STAINED_CLAY - LOG_2 - ACACIA_STAIRS - DARK_OAK_STAIRS - PRISMARINE - SEA_LANTERN - HAY_BLOCK - HARD_CLAY - COAL_BLOCK - PACKED_ICE - RED_SANDSTONE - RED_SANDSTONE_STAIRS - STONE_SLAB2 - PURPUR_BLOCK - PURPUR_PILLAR - PURPUR_STAIRS - PURPUR_SLAB - END_BRICKS DECORATION_BLOCKS: - SAPLING - LEAVES - WEB - LONG_GRASS - DEAD_BUSH - YELLOW_FLOWER - RED_ROSE - BROWN_MUSHROOM - RED_MUSHROOM - TORCH - CHEST - WORKBENCH - FURNACE - LADDER - SNOW - CACTUS - JUKEBOX - FENCE - MONSTER_EGGS - IRON_FENCE - THIN_GLASS - VINE - WATER_LILY - NETHER_FENCE - ENCHANTMENT_TABLE - ENDER_PORTAL_FRAME - ENDER_CHEST - ANVIL - TRAPPED_CHEST - STAINED_GLASS_PANE - LEAVES_2 - SLIME_BLOCK - CARPET - DOUBLE_PLANT - SPRUCE_FENCE - BIRCH_FENCE - JUNGLE_FENCE - DARK_OAK_FENCE - ACACIA_FENCE - PAINTING - SIGN - BED - ITEM_FRAME - FLOWER_POT_ITEM - SKULL_ITEM - ARMOR_STAND - BANNER - CHORUS_FLOWER - END_ROD - END_CRYSTAL REDSTONE: - DISPENSER - NOTE_BLOCK - PISTON_STICKY_BASE - PISTON_BASE - TNT - LEVER - STONE_PLATE - WOOD_PLATE - REDSTONE_TORCH_ON - STONE_BUTTON - TRAP_DOOR - FENCE_GATE - REDSTONE_LAMP_OFF - TRIPWIRE_HOOK - WOOD_BUTTON - GOLD_PLATE - IRON_PLATE - DAYLIGHT_DETECTOR - REDSTONE_BLOCK - HOPPER - DROPPER - IRON_TRAPDOOR - SPRUCE_FENCE_GATE - BIRCH_FENCE_GATE - JUNGLE_FENCE_GATE - DARK_OAK_FENCE_GATE - ACACIA_FENCE_GATE - WOOD_DOOR - IRON_DOOR - REDSTONE - DIODE - REDSTONE_COMPARATOR - SPRUCE_DOOR_ITEM - BIRCH_DOOR_ITEM - JUNGLE_DOOR_ITEM - ACACIA_DOOR_ITEM - DARK_OAK_DOOR_ITEM TRANSPORTATION: - POWERED_RAIL - DETECTOR_RAIL - RAILS - ACTIVATOR_RAIL - MINECART - SADDLE - BOAT - STORAGE_MINECART - POWERED_MINECART - CARROT_STICK - EXPLOSIVE_MINECART - HOPPER_MINECART - ELYTRA - SPRUCE_BOAT - BIRCH_BOAT - ACACIA_BOAT - JUNGLE_BOAT - DARK_OAK_BOAT MISCELLANEOUS: - BEACON - BUCKET - WATER_BUCKET - LAVA_BUCKET - SNOW_BALL - MILK_BUCKET - PAPER - BOOK - SLIME_BALL - BONE - ENDER_PEARL - EYE_OF_ENDER - MONSTER_EGG - EXP_BOTTLE - FIREBALL - BOOK_AND_QUILL - EMPTY_MAP - MAP - FIREWORK_CHARGE - IRON_BARDING - GOLD_BARDING - DIAMOND_BARDING - GOLD_RECORD - GREEN_RECORD - RECORD_3 - RECORD_4 - RECORD_5 - RECORD_6 - RECORD_7 - RECORD_8 - RECORD_9 - RECORD_10 - RECORD_11 - RECORD_12 - ENCHANTED_BOOK - WRITTEN_BOOK categoriesInventory: ALL: index: 22 item: type: COMPASS data: 0 name: '&c&lALL' FOODSTUFFS: index: 0 item: type: APPLE data: 0 name: '&c&lFood stuff' TOOLS: index: 2 item: type: IRON_AXE data: 0 name: '&c&lTools' COMBAT: index: 4 item: type: GOLD_SWORD data: 0 name: '&c&lCombat' BREWING: index: 6 item: type: GLASS_BOTTLE data: 0 name: '&c&lBrewing' MATERIALS: index: 8 item: type: STICK data: 0 name: '&c&lMaterials' BUILDING_BLOCKS: index: 36 item: type: BRICK data: 0 name: '&c&lBuilding Blocks' DECORATION_BLOCKS: index: 38 item: type: DOUBLE_PLANT data: 5 name: '&c&lDecoration Blocks' REDSTONE: index: 40 item: type: REDSTONE data: 0 name: '&c&lRedstone' TRANSPORTATION: index: 42 item: type: POWERED_RAIL data: 0 name: '&c&lTransportation' MISCELLANEOUS: index: 44 item: type: LAVA_BUCKET data: 0 name: '&c&lMiscellaneous' prices: buy: ACACIA_DOOR_ITEM: price: 8 ACACIA_FENCE: price: 7 ACACIA_FENCE_GATE: price: 15 ACTIVATOR_RAIL: price: 100 ANVIL: price: 2200 '1': 1400 '2': 500 APPLE: price: 10 ARMOR_STAND: price: 14 ARROW: price: 10 BAKED_POTATO: price: 10 BANNER: price: 100 BEACON: price: 100000 BED: price: 24 BIRCH_DOOR_ITEM: price: 8 BIRCH_FENCE: price: 7 BIRCH_FENCE_GATE: price: 10 BIRCH_WOOD_STAIRS: price: 6 BLAZE_POWDER: price: 100 BLAZE_ROD: price: 200 BOAT: price: 20 BONE: price: 10 BOOK: price: 44 BOOK_AND_QUILL: price: 100 BOOKSHELF: price: 100 BOW: price: 500 BOWL: price: 5 BREAD: price: 10 BREWING_STAND_ITEM: price: 200 BRICK: price: 40 BRICK_STAIRS: price: 20 BROWN_MUSHROOM: price: 10 BUCKET: price: 10 CACTUS: price: 10 CAKE: price: 1000 CARPET: price: 3 CARROT_ITEM: price: 10 CARROT_STICK: price: 8 CAULDRON_ITEM: price: 750 CHAINMAIL_BOOTS: price: 300 CHAINMAIL_CHESTPLATE: price: 500 CHAINMAIL_HELMET: price: 350 CHAINMAIL_LEGGINGS: price: 400 CHEST: price: 10 CLAY: price: 10 CLAY_BALL: price: 10 CLAY_BRICK: price: 15 COAL: price: 20 COAL_BLOCK: price: 90 COAL_ORE: price: 160 COBBLE_WALL: price: 4 COBBLESTONE: price: 10 COBBLESTONE_STAIRS: price: 10 COCOA: price: 100 COMPASS: price: 700 COOKED_BEEF: price: 10 COOKED_CHICKEN: price: 5 COOKED_FISH: price: 5 COOKED_MUTTON: price: 5 COOKED_RABBIT: price: 5 COOKIE: price: 10 CROPS: price: 10 DARK_OAK_DOOR_ITEM: price: 10 DARK_OAK_FENCE: price: 10 DARK_OAK_FENCE_GATE: price: 15 DARK_OAK_STAIRS: price: 6 DAYLIGHT_DETECTOR: price: 200 DEAD_BUSH: price: 5 DETECTOR_RAIL: price: 100 DIAMOND: price: 1000 DIAMOND_AXE: price: 3500 DIAMOND_BARDING: price: 3000 DIAMOND_BLOCK: price: 9000 DIAMOND_BOOTS: price: 3500 DIAMOND_CHESTPLATE: price: 8000 DIAMOND_HELMET: price: 3500 DIAMOND_HOE: price: 3500 DIAMOND_LEGGINGS: price: 7500 DIAMOND_ORE: price: 1100 DIAMOND_PICKAXE: price: 4000 DIAMOND_SPADE: price: 1000 DIAMOND_SWORD: price: 2000 DIODE: price: 70 DIRT: price: 5 DISPENSER: price: 10 DOUBLE_PLANT: price: 10 DRAGON_EGG: price: 100000 DROPPER: price: 80 EGG: price: 10 EMERALD: price: 1776 EMERALD_BLOCK: price: 15984 EMERALD_ORE: price: 2100 EMPTY_MAP: price: 5 ENCHANTED_BOOK: price: 1000 ENCHANTMENT_TABLE: price: 1000 ENDER_CHEST: price: 2000 ENDER_PEARL: price: 100 ENDER_STONE: price: 12 EXP_BOTTLE: price: 500 EXPLOSIVE_MINECART: price: 1000 EYE_OF_ENDER: price: 120 FEATHER: price: 100 FENCE: price: 10 FENCE_GATE : price: 15 FERMENTED_SPIDER_EYE: price: 15 FIREBALL: price: 200 FIREWORK: price: 250 FIREWORK_CHARGE: price: 100 FISHING_ROD: price: 10 FLINT: price: 10 FLINT_AND_STEEL: price: 20 FLOWER_POT: price: 10 FLOWER_POT_ITEM: price: 10 FURNACE: price: 10 GHAST_TEAR: price: 1000 GLASS: price: 10 GLASS_BOTTLE: price: 10 GLOWSTONE: price: 80 GLOWSTONE_DUST: price: 50 GOLD_AXE: price: 1800 GOLD_BARDING: price: 1860 GOLD_BLOCK: price: 5000 GOLD_BOOTS: price: 1200 GOLD_CHESTPLATE: price: 4800 GOLD_HELMET: price: 3500 GOLD_HOE: price: 1200 GOLD_INGOT: price: 600 GOLD_LEGGINGS: price: 4200 GOLD_NUGGET: price: 60 GOLD_ORE: price: 500 GOLD_PICKAXE: price: 1800 GOLD_PLATE: price: 500 GOLD_RECORD: price: 3000 GOLD_SPADE: price: 604 GOLD_SWORD: price: 1200 GOLDEN_APPLE: price: 5000 GOLDEN_CARROT: price: 350 GRASS: price: 5 GRAVEL: price: 5 GREEN_RECORD: price: 5000 GRILLED_PORK: price: 5 HARD_CLAY: price: 5 HAY_BLOCK: price: 36 HOPPER: price: 100 HOPPER_MINECART: price: 100 HUGE_MUSHROOM_1: price: 100 HUGE_MUSHROOM_2: price: 100 ICE: price: 10 INK_SACK: price: 10 IRON_AXE: price: 600 IRON_BARDING: price: 550 IRON_BLOCK: price: 1440 IRON_BOOTS: price: 400 IRON_CHESTPLATE: price: 1000 IRON_DOOR: price: 300 IRON_DOOR_BLOCK: price: 800 IRON_FENCE: price: 60 IRON_HELMET: price: 800 IRON_HOE: price: 400 IRON_INGOT: price: 200 IRON_LEGGINGS: price: 1400 IRON_ORE: price: 100 IRON_PICKAXE: price: 600 IRON_PLATE: price: 200 IRON_SPADE: price: 160 IRON_SWORD: price: 300 IRON_TRAPDOOR: price: 700 ITEM_FRAME: price: 100 JACK_O_LANTERN: price: 10 JUKEBOX: price: 1000 JUNGLE_DOOR_ITEM: price: 10 JUNGLE_FENCE: price: 10 JUNGLE_FENCE_GATE: price: 15 JUNGLE_WOOD_STAIRS: price: 10 LADDER: price: 10 LAPIS_BLOCK: price: 20 LAPIS_ORE: price: 100 LAVA_BUCKET: price: 1000 LEASH: price: 100 LEATHER: price: 20 LEATHER_BOOTS: price: 200 LEATHER_CHESTPLATE: price: 800 LEATHER_HELMET: price: 600 LEATHER_LEGGINGS: price: 700 LEAVES: price: 10 LEAVES_2: price: 10 LEVER: price: 10 LOG: price: 16 LOG_2: price: 16 LONG_GRASS: price: 5 MAGMA_CREAM: price: 100 MAP: price: 1000 MELON: price: 10 MELON_BLOCK: price: 10 MELON_SEEDS: price: 5 MILK_BUCKET: price: 160 MINECART: price: 500 MOB_SPAWNER: price: 100000 MONSTER_EGG: price: 5000 MONSTER_EGGS: price: 5000 MOSSY_COBBLESTONE: price: 8 MUSHROOM_SOUP: price: 10 MUTTON: price: 10 MYCEL: price: 10 NAME_TAG: price: 10 NETHER_BRICK_ITEM: price: 10 NETHER_BRICK: price: 10 NETHER_BRICK_STAIRS: price: 10 NETHER_FENCE: price: 10 NETHER_STALK: price: 50 NETHER_STAR: price: 100000 NETHER_WARTS: price: 10 NETHERRACK: price: 10 NOTE_BLOCK: price: 50 OBSIDIAN: price: 250 PACKED_ICE: price: 50 PAINTING: price: 15 PAPER: price: 100 PISTON_BASE: price: 100 PISTON_EXTENSION: price: 100 PISTON_MOVING_PIECE: price: 100 PISTON_STICKY_BASE: price: 200 POISONOUS_POTATO: price: 5 PORK: price: 5 PORTAL: price: 3000 POTATO_ITEM: price: 10 POWERED_MINECART: price: 400 POWERED_RAIL: price: 500 PRISMARINE: price: 30 PRISMARINE_CRYSTALS: price: 10 PRISMARINE_SHARD: price: 8 PUMPKIN: price: 10 PUMPKIN_PIE: price: 16 PUMPKIN_SEEDS: price: 1 QUARTZ: price: 40 QUARTZ_BLOCK: price: 160 QUARTZ_ORE: price: 250 QUARTZ_STAIRS: price: 250 RABBIT: price: 10 RABBIT_FOOT: price: 100 RABBIT_HIDE: price: 10 RABBIT_STEW: price: 16 RAILS: price: 100 RAW_BEEF: price: 10 RAW_CHICKEN: price: 10 RAW_FISH: price: 10 RECORD_10: price: 1000 RECORD_11: price: 1000 RECORD_12: price: 1000 RECORD_3: price: 1000 RECORD_4: price: 1000 RECORD_5: price: 1000 RECORD_6: price: 1000 RECORD_7: price: 1000 RECORD_8: price: 1000 RECORD_9: price: 1000 RED_MUSHROOM: price: 10 RED_ROSE: price: 10 RED_SANDSTONE: price: 16 RED_SANDSTONE_STAIRS: price: 24 REDSTONE: price: 50 REDSTONE_BLOCK: price: 450 REDSTONE_COMPARATOR: price: 64 REDSTONE_COMPARATOR_OFF: price: 1000 REDSTONE_COMPARATOR_ON: price: 1000 REDSTONE_LAMP_OFF: price: 200 REDSTONE_ORE: price: 50 REDSTONE_TORCH_ON: price: 10 REDSTONE_WIRE: price: 10 ROTTEN_FLESH: price: 5 SADDLE: price: 100 SAND: price: 10 SANDSTONE: price: 16 SANDSTONE_STAIRS: price: 24 SAPLING: price: 5 SEA_LANTERN: price: 60 SEEDS: price: 5 SHEARS: price: 5 SIGN: price: 10 SIGN_POST: price: 10 SKULL_ITEM: price: 10 '5': 15000 SLIME_BALL: price: 100 SLIME_BLOCK: price: 600 SMOOTH_BRICK: price: 4 SMOOTH_STAIRS: price: 6 SNOW: price: 2 SNOW_BALL: price: 10 SNOW_BLOCK: price: 3 SOIL: price: 10 SOUL_SAND: price: 50 SPECKLED_MELON: price: 10 SPIDER_EYE: price: 10 SPONGE: price: 10000 SPRUCE_DOOR_ITEM: price: 10 SPRUCE_FENCE: price: 10 SPRUCE_FENCE_GATE: price: 10 SPRUCE_WOOD_STAIRS: price: 10 STAINED_CLAY: price: 3 STAINED_GLASS: price: 5 STAINED_GLASS_PANE: price: 20 STANDING_BANNER: price: 1000 STEP: price: 2 STICK: price: 5 STONE: price: 10 STONE_AXE: price: 16 STONE_BUTTON: price: 10 STONE_HOE: price: 12 STONE_PICKAXE: price: 16 STONE_PLATE: price: 8 STONE_SLAB2: price: 8 STONE_SPADE: price: 8 STONE_SWORD: price: 10 STORAGE_MINECART: price: 150 STRING: price: 100 SUGAR: price: 100 SUGAR_CANE: price: 100 SUGAR_CANE_BLOCK: price: 800 SULPHUR: price: 400 THIN_GLASS: price: 2 TNT: price: 1000 TORCH: price: 3 TRAP_DOOR: price: 10 TRAPPED_CHEST: price: 10 TRIPWIRE: price: 10 TRIPWIRE_HOOK: price: 10 VINE: price: 10 WALL_BANNER: price: 1000 WALL_SIGN: price: 10 WATCH: price: 500 WATER_BUCKET: price: 150 WATER_LILY: price: 10 WEB: price: 10 WHEAT: price: 10 WOOD: price: 10 WOOD_AXE: price: 30 WOOD_BUTTON: price: 4 WOOD_DOOR: price: 10 WOOD_HOE: price: 10 WOOD_PICKAXE: price: 16 WOOD_PLATE: price: 8 WOOD_SPADE: price: 8 WOOD_STAIRS: price: 6 WOOD_STEP: price: 5 WOODEN_SWORD: price: 50 WOODEN_DOOR: price: 50 WOOL: price: 10 WORKBENCH: price: 10 WRITTEN_BOOK: price: 1000 YELLOW_FLOWER: price: 10 CHORUS_FLOWER: price: 20 END_ROD: price: 60 PURPUR_BLOCK: price: 24 PURPUR_PILLAR: price: 24 PURPUR_STAIRS: price: 36 PURPUR_SLAB: price: 12 BEETROOT: price: 4 BEETROOT_SOUP: price: 26 BEETROOT_SEEDS: price: 4 CHORUS_FRUIT: price: 20 DRAGONS_BREATH: price: 300 ELYTRA: price: 30000 END_CRYSTAL: price: 1148 CHORUS_FRUIT_POPPED: price: 24 SHIELD: price: 180 SPECTRAL_ARROW: price: 42 SPRUCE_BOAT: price: 50 BIRCH_BOAT: price: 50 ACACIA_BOAT: price: 50 JUNGLE_BOAT: price: 50 DARK_OAK_BOAT: price: 50 END_BRICKS: price: 12 SPLASH_POTION: price: 40 night_vision: 200 long_night_vision: 1100 invisibility: 600 long_invisibility: 1100 leaping: 850 long_leaping: 1100 strong_leaping: 1100 fire_resistance: 350 long_fire_resistance: 600 swiftness: 600 long_swiftness: 1100 strong_swiftness: 1100 slowness: 600 long_slowness: 1100 water_breathing: 600 long_water_breathing: 1100 healing: 600 strong_healing: 1100 harming: 600 strong_harming: 1100 poison: 600 long_poison: 1100 strong_poison: 1100 regeneration: 600 long_regeneration: 1100 strong_regeneration: 1100 strength: 1100 long_strength: 1350 strong_strength: 1350 weakness: 600 long_weakness: 1100 luck: 4100 POTION: price: 10 '16': 15 '32': 15 '64': 10 '8192': 10 '8193': 500 '8257': 1000 '8225': 1000 '8194': 500 '8258': 1000 '8226': 1000 '8195': 250 '8259': 1500 '8197': 500 '8229': 1000 '8198': 100 '8262': 1000 '8201': 1000 '8265': 1250 '8233': 1250 '8203': 500 '8267': 750 '8235': 1000 '8205': 500 '8269': 1000 '8206': 500 '8270': 1000 '8196': 500 '8260': 1000 '8228': 1000 '8200': 500 '8264': 1000 '8202': 500 '8266': 1000 '8204': 500 '8236': 1000 '8289': 1000 '8290': 1000 '8297': 1000 '8292': 1000 '8227': 1000 '8261': 1000 '8230': 750 '8232': 1000 '8234': 1000 '8237': 1000 '16385': 600 '16417': 1100 '16449': 1100 '16386': 600 '16418': 1100 '16450': 1100 '16451': 600 '16388': 600 '16420': 1100 '16452': 1100 '16421': 1100 '16454': 1100 '16456': 1100 '16393': 1100 '16425': 1350 '16457': 1350 '16458': 1100 '16427': 1100 '16459': 1100 '16428': 1100 '16461': 1100 '16462': 1100 awkward: 15 night_vision: 100 long_night_vision: 1000 invisibility: 500 long_invisibility: 1000 leaping: 750 long_leaping: 900 strong_leaping: 1000 fire_resistance: 250 long_fire_resistance: 500 swiftness: 500 long_swiftness: 1000 strong_swiftness: 1000 slowness: 500 long_slowness: 1000 water_breathing: 500 long_water_breathing: 1000 healing: 500 strong_healing: 1000 harming: 500 strong_harming: 1000 poison: 500 long_poison: 1000 strong_poison: 1000 regeneration: 500 long_regeneration: 1000 strong_regeneration: 1000 strength: 1000 long_strength: 1250 strong_strength: 1250 weakness: 500 long_weakness: 1000 luck: 4000 LINGERING_POTION: price: 340.0 night_vision: 500.0 long_night_vision: 1400.0 invisibility: 900.0 long_invisibility: 1400.0 leaping: 1150.0 long_leaping: 1400.0 strong_leaping: 1400.0 fire_resistance: 650.0 long_fire_resistance: 900.0 swiftness: 900.0 long_swiftness: 1400.0 strong_swiftness: 1400.0 slowness: 900.0 long_slowness: 1400.0 water_breathing: 900.0 long_water_breathing: 1400.0 healing: 900.0 strong_healing: 1400.0 harming: 900.0 strong_harming: 1400.0 poison: 900.0 long_poison: 1400.0 strong_poison: 1400.0 regeneration: 900.0 long_regeneration: 1400.0 strong_regeneration: 1400.0 strength: 1400.0 long_strength: 1650.0 strong_strength: 1650.0 weakness: 900.0 long_weakness: 1400.0 luck: 4400.0 TIPPED_ARROW: price: 60 night_vision: 82 long_night_vision: 211 invisibility: 140 long_invisibility: 211 leaping: 175 long_leaping: 211 strong_leaping: 211 fire_resistance: 104 long_fire_resistance: 140 swiftness: 140 long_swiftness: 211 strong_swiftness: 211 slowness: 140 long_slowness: 211 water_breathing: 140 long_water_breathing: 211 healing: 140 strong_healing: 211 harming: 140 strong_harming: 211 poison: 140 long_poison: 211 strong_poison: 211 regeneration: 140 long_regeneration: 211 strong_regeneration: 211 strength: 211 long_strength: 247 strong_strength: 247 weakness: 140 long_weakness: 211 luck: 640 sell: ACACIA_DOOR_ITEM: price: 4 ACACIA_FENCE: price: 3.3 ACACIA_FENCE_GATE: price: 8 ACTIVATOR_RAIL: price: 50 ANVIL: price: 1520.0 '1': 760 '2': 380 APPLE: price: 2 ARMOR_STAND: price: 7 ARROW: price: 2 BAKED_POTATO: price: 2 BANNER: price: 10 BEACON: price: 20000 BED: price: 12 BIRCH_DOOR_ITEM: price: 4 BIRCH_FENCE: price: 3.3 BIRCH_FENCE_GATE: price: 5 BIRCH_WOOD_STAIRS: price: 3 BLAZE_POWDER: price: 50 BLAZE_ROD: price: 100 BOAT: price: 10 BONE: price: 2 BOOK: price: 22 BOOK_AND_QUILL: price: 50 BOOKSHELF: price: 50 BOW: price: 50 BOWL: price: 1 BREAD: price: 2 BREWING_STAND_ITEM: price: 50 BRICK: price: 20 BRICK_STAIRS: price: 10 BROWN_MUSHROOM: price: 2 BUCKET: price: 2 CACTUS: price: 2 CAKE: price: 200 CARPET: price: 1.3 CARROT_ITEM: price: 2 CARROT_STICK: price: 4 CAULDRON_ITEM: price: 20 CHAINMAIL_BOOTS: price: 100 CHAINMAIL_CHESTPLATE: price: 200 CHAINMAIL_HELMET: price: 100 CHAINMAIL_LEGGINGS: price: 200 CHEST: price: 2 CLAY: price: 2 CLAY_BALL: price: 2 CLAY_BRICK: price: 5 COAL: price: 5 COAL_BLOCK: price: 45 COAL_ORE: price: 80 COBBLE_WALL: price: 2 COBBLESTONE: price: 2 COBBLESTONE_STAIRS: price: 2 COCOA: price: 20 COMPASS: price: 200 COOKED_BEEF: price: 2 COOKED_CHICKEN: price: 1 COOKED_FISH: price: 1 COOKED_MUTTON: price: 1 COOKED_RABBIT: price: 1 CROPS: price: 2 DARK_OAK_DOOR_ITEM: price: 2 DARK_OAK_FENCE: price: 2 DARK_OAK_FENCE_GATE: price: 5 DARK_OAK_STAIRS: price: 3 DAYLIGHT_DETECTOR: price: 10 DEAD_BUSH: price: 1 DETECTOR_RAIL: price: 50 DIAMOND: price: 500 DIAMOND_AXE: price: 1000 DIAMOND_BARDING: price: 1530 DIAMOND_BLOCK: price: 4500 DIAMOND_BOOTS: price: 1500 DIAMOND_CHESTPLATE: price: 4000 DIAMOND_HELMET: price: 1500 DIAMOND_HOE: price: 1000 DIAMOND_LEGGINGS: price: 3000 DIAMOND_ORE: price: 400 DIAMOND_PICKAXE: price: 1500 DIAMOND_SPADE: price: 502 DIAMOND_SWORD: price: 1001 DIODE: price: 35 DIRT: price: 1 DISPENSER: price: 2 DOUBLE_PLANT: price: 2 DRAGON_EGG: price: 50000 DROPPER: price: 39 EGG: price: 2 EMERALD: price: 888 EMERALD_BLOCK: price: 7992 EMERALD_ORE: price: 1100 EMPTY_MAP: price: 1 ENCHANTED_BOOK: price: 500 ENCHANTMENT_TABLE: price: 10 ENDER_CHEST: price: 1600 ENDER_PEARL: price: 50 ENDER_STONE: price: 6 EXP_BOTTLE: price: 200 EXPLOSIVE_MINECART: price: 500 EYE_OF_ENDER: price: 60 FEATHER: price: 50 FENCE: price: 2 FENCE_GATE : price: 5 FERMENTED_SPIDER_EYE: price: 5 FIREBALL: price: 85 FIREWORK: price: 100 FIREWORK_CHARGE: price: 50 FISHING_ROD: price: 2 FLINT: price: 2 FLINT_AND_STEEL: price: 10 FLOWER_POT: price: 2 FLOWER_POT_ITEM: price: 2 FURNACE: price: 2 GHAST_TEAR: price: 500 GLASS: price: 2 GLASS_BOTTLE: price: 2 GLOWSTONE: price: 40 GLOWSTONE_DUST: price: 10 GOLD_AXE: price: 750 GOLD_BARDING: price: 930 GOLD_BLOCK: price: 2700 GOLD_BOOTS: price: 600 GOLD_CHESTPLATE: price: 2000 GOLD_HELMET: price: 1000 GOLD_HOE: price: 400 GOLD_INGOT: price: 300 GOLD_LEGGINGS: price: 2000 GOLD_NUGGET: price: 33.33 GOLD_ORE: price: 200 GOLD_PICKAXE: price: 600 GOLD_PLATE: price: 350 GOLD_RECORD: price: 800 GOLD_SPADE: price: 302 GOLD_SWORD: price: 400 GOLDEN_APPLE: price: 2402 GOLDEN_CARROT: price: 242 GRASS: price: 1 GRAVEL: price: 1 GREEN_RECORD: price: 1000 GRILLED_PORK: price: 1 HARD_CLAY: price: 1 HAY_BLOCK: price: 18 HOPPER: price: 50 HOPPER_MINECART: price: 10 HUGE_MUSHROOM_1: price: 10 HUGE_MUSHROOM_2: price: 10 ICE: price: 2 INK_SACK: price: 2 IRON_AXE: price: 200 IRON_BARDING: price: 270 IRON_BLOCK: price: 720 IRON_BOOTS: price: 100 IRON_CHESTPLATE: price: 640 IRON_DOOR: price: 160 IRON_DOOR_BLOCK: price: 200 IRON_FENCE: price: 30 IRON_HELMET: price: 200 IRON_HOE: price: 100 IRON_INGOT: price: 80 IRON_LEGGINGS: price: 500 IRON_ORE: price: 50 IRON_PICKAXE: price: 200 IRON_PLATE: price: 100 IRON_SPADE: price: 82 IRON_SWORD: price: 161 IRON_TRAPDOOR: price: 320 ITEM_FRAME: price: 10 JACK_O_LANTERN: price: 2 JUKEBOX: price: 500 JUNGLE_DOOR_ITEM: price: 2 JUNGLE_FENCE: price: 2 JUNGLE_FENCE_GATE: price: 5 JUNGLE_WOOD_STAIRS: price: 2 LADDER: price: 2 LAPIS_BLOCK: price: 18 LAPIS_ORE: price: 10 LAVA_BUCKET: price: 500 LEASH: price: 10 LEATHER: price: 10 LEATHER_BOOTS: price: 20 LEATHER_CHESTPLATE: price: 40 LEATHER_HELMET: price: 20 LEATHER_LEGGINGS: price: 30 LEAVES: price: 2 LEAVES_2: price: 2 LEVER: price: 2 LOG: price: 8 LOG_2: price: 8 LONG_GRASS: price: 1 MAGMA_CREAM: price: 50 MAP: price: 500 MELON: price: 2 MELON_BLOCK: price: 2 MELON_SEEDS: price: 1 MILK_BUCKET: price: 80 MINECART: price: 250 MOB_SPAWNER: price: 50000 MONSTER_EGG: price: 2500 MONSTER_EGGS: price: 2500 MOSSY_COBBLESTONE: price: 4 MUSHROOM_SOUP: price: 2 MUTTON: price: 2 MYCEL: price: 2 NAME_TAG: price: 2 NETHER_BRICK_ITEM: price: 2 NETHER_BRICK: price: 2 NETHER_BRICK_STAIRS: price: 2 NETHER_FENCE: price: 2 NETHER_STALK: price: 10 NETHER_STAR: price: 50000 NETHER_WARTS: price: 5 NETHERRACK: price: 2 NOTE_BLOCK: price: 25 OBSIDIAN: price: 200 PACKED_ICE: price: 25 PAINTING: price: 10 PAPER: price: 4 PISTON_BASE: price: 50 PISTON_EXTENSION: price: 50 PISTON_MOVING_PIECE: price: 50 PISTON_STICKY_BASE: price: 100 POISONOUS_POTATO: price: 1 PORK: price: 1 PORTAL: price: 1000 POTATO_ITEM: price: 2 POWERED_MINECART: price: 252 POWERED_RAIL: price: 250 PRISMARINE: price: 16 PRISMARINE_CRYSTALS: price: 5 PRISMARINE_SHARD: price: 4 PUMPKIN: price: 2 PUMPKIN_PIE: price: 8 PUMPKIN_SEEDS: price: 0.5 QUARTZ: price: 20 QUARTZ_BLOCK: price: 80 QUARTZ_ORE: price: 125 QUARTZ_STAIRS: price: 120 RABBIT: price: 2 RABBIT_FOOT: price: 50 RABBIT_HIDE: price: 2.5 RABBIT_STEW: price: 8 RAILS: price: 25 RAW_BEEF: price: 2 RAW_CHICKEN: price: 2 RAW_FISH: price: 2 RECORD_10: price: 500 RECORD_11: price: 500 RECORD_12: price: 500 RECORD_3: price: 500 RECORD_4: price: 500 RECORD_5: price: 500 RECORD_6: price: 500 RECORD_7: price: 500 RECORD_8: price: 500 RECORD_9: price: 500 RED_MUSHROOM: price: 2 RED_ROSE: price: 2 RED_SANDSTONE: price: 8 RED_SANDSTONE_STAIRS: price: 12 REDSTONE: price: 25 REDSTONE_BLOCK: price: 225 REDSTONE_COMPARATOR: price: 32 REDSTONE_COMPARATOR_OFF: price: 400 REDSTONE_COMPARATOR_ON: price: 400 REDSTONE_LAMP_OFF: price: 100 REDSTONE_ORE: price: 25 REDSTONE_TORCH_ON: price: 2 REDSTONE_WIRE: price: 2 ROTTEN_FLESH: price: 1 SADDLE: price: 25 SAND: price: 2 SANDSTONE: price: 8 SANDSTONE_STAIRS: price: 12 SAPLING: price: 1 SEA_LANTERN: price: 41 SEEDS: price: 1 SHEARS: price: 1 SIGN: price: 2 SIGN_POST: price: 2 SKULL_ITEM: price: 5 '5': 10000 SLIME_BALL: price: 50 SLIME_BLOCK: price: 450 SMOOTH_BRICK: price: 2 SMOOTH_STAIRS: price: 3 SNOW: price: 0.4 SNOW_BALL: price: 0.2 SNOW_BLOCK: price: 0.8 SOIL: price: 2 SOUL_SAND: price: 25 SPECKLED_MELON: price: 2 SPIDER_EYE: price: 2 SPONGE: price: 5000 SPRUCE_DOOR_ITEM: price: 2 SPRUCE_FENCE: price: 2 SPRUCE_FENCE_GATE: price: 2 SPRUCE_WOOD_STAIRS: price: 2 STAINED_CLAY: price: 1.25 STAINED_GLASS: price: 2.25 STAINED_GLASS_PANE: price: 0.83 STANDING_BANNER: price: 500 STEP: price: 1 STICK: price: 1 STONE: price: 2 STONE_AXE: price: 8 STONE_BUTTON: price: 2 STONE_HOE: price: 6 STONE_PICKAXE: price: 8 STONE_PLATE: price: 4 STONE_SLAB2: price: 4 STONE_SPADE: price: 4 STONE_SWORD: price: 5 STORAGE_MINECART: price: 50 STRING: price: 50 SUGAR: price: 4 SUGAR_CANE: price: 4 SUGAR_CANE_BLOCK: price: 400 SULPHUR: price: 200 THIN_GLASS: price: 0.75 TNT: price: 500 TORCH: price: 1.5 TRAP_DOOR: price: 2 TRAPPED_CHEST: price: 2 TRIPWIRE: price: 2 TRIPWIRE_HOOK: price: 2 VINE: price: 2 WALL_BANNER: price: 500 WALL_SIGN: price: 2 WATCH: price: 250 WATER_BUCKET: price: 75 WATER_LILY: price: 2 WEB: price: 2 WHEAT: price: 2 WOOD: price: 2 WOOD_AXE: price: 6 WOOD_BUTTON: price: 2 WOOD_DOOR: price: 2 WOOD_HOE: price: 2 WOOD_PICKAXE: price: 8 WOOD_PLATE: price: 4 WOOD_SPADE: price: 4 WOOD_STAIRS: price: 3 WOOD_STEP: price: 1 WOODEN_SWORD: price: 20 WOODEN_DOOR: price: 20 WOOL: price: 2 WORKBENCH: price: 2 WRITTEN_BOOK: price: 500 YELLOW_FLOWER: price: 2 CHORUS_FLOWER: price: 10 END_ROD: price: 28 PURPUR_BLOCK: price: 12 PURPUR_PILLAR: price: 12 PURPUR_STAIRS: price: 18 PURPUR_SLAB: price: 6 BEETROOT: price: 2 BEETROOT_SOUP: price: 13 BEETROOT_SEEDS: price: 2 CHORUS_FRUIT: price: 10 DRAGONS_BREATH: price: 150 ELYTRA: price: 15000 END_CRYSTAL: price: 574 CHORUS_FRUIT_POPPED: price: 12 SHIELD: price: 92 SPECTRAL_ARROW: price: 21 SPRUCE_BOAT: price: 25 BIRCH_BOAT: price: 25 ACACIA_BOAT: price: 25 JUNGLE_BOAT: price: 25 DARK_OAK_BOAT: price: 25 END_BRICKS: price: 6 SPLASH_POTION: price: 20 night_vision: 150 long_night_vision: 200 invisibility: 350 long_invisibility: 600 leaping: 475 long_leaping: 550 strong_leaping: 600 fire_resistance: 225 long_fire_resistance: 350 swiftness: 350 long_swiftness: 600 strong_swiftness: 600 slowness: 350 long_slowness: 600 water_breathing: 350 long_water_breathing: 600 healing: 350 strong_healing: 600 harming: 350 strong_harming: 600 poison: 350 long_poison: 600 strong_poison: 600 regeneration: 350 long_regeneration: 600 strong_regeneration: 600 strength: 600 long_strength: 850 strong_strength: 850 weakness: 350 long_weakness: 600 luck: 2100 POTION: price: 2 '16': 5 '32': 5 '64': 2 '8192': 2 '8193': 250 '8257': 500 '8225': 500 '8194': 250 '8258': 500 '8226': 500 '8195': 125 '8259': 750 '8197': 250 '8229': 250 '8198': 50 '8262': 500 '8201': 500 '8265': 750 '8233': 750 '8203': 250 '8267': 375 '8235': 500 '8205': 250 '8269': 500 '8206': 250 '8270': 500 '8196': 250 '8260': 500 '8228': 500 '8200': 250 '8264': 500 '8202': 250 '8266': 500 '8204': 250 '8236': 500 '8289': 500 '8290': 500 '8297': 750 '8292': 1000 '8227': 500 '8261': 500 '8230': 325 '8232': 500 '8234': 500 '8237': 500 '16385': 350 '16417': 600 '16449': 600 '16386': 350 '16418': 600 '16450': 600 '16451': 350 '16388': 350 '16420': 600 '16452': 600 '16421': 600 '16454': 200 '16456': 600 '16393': 600 '16425': 850 '16457': 850 '16458': 600 '16427': 600 '16459': 600 '16428': 600 '16461': 600 '16462': 350 awkward: 5 night_vision: 50 long_night_vision: 100 invisibility: 250 long_invisibility: 500 leaping: 375 long_leaping: 450 strong_leaping: 500 fire_resistance: 125 long_fire_resistance: 250 swiftness: 250 long_swiftness: 500 strong_swiftness: 500 slowness: 250 long_slowness: 500 water_breathing: 250 long_water_breathing: 500 healing: 250 strong_healing: 500 harming: 250 strong_harming: 500 poison: 250 long_poison: 500 strong_poison: 500 regeneration: 250 long_regeneration: 500 strong_regeneration: 500 strength: 500 long_strength: 750 strong_strength: 750 weakness: 250 long_weakness: 500 luck: 2000 LINGERING_POTION: price: 170.0 night_vision: 300.0 long_night_vision: 350.0 invisibility: 500.0 long_invisibility: 750.0 leaping: 625.0 long_leaping: 700.0 strong_leaping: 750.0 fire_resistance: 375.0 long_fire_resistance: 500.0 swiftness: 500.0 long_swiftness: 750.0 strong_swiftness: 750.0 slowness: 500.0 long_slowness: 750.0 water_breathing: 500.0 long_water_breathing: 750.0 healing: 500.0 strong_healing: 750.0 harming: 500.0 strong_harming: 750.0 poison: 500.0 long_poison: 750.0 strong_poison: 750.0 regeneration: 500.0 long_regeneration: 750.0 strong_regeneration: 750.0 strength: 750.0 long_strength: 1000.0 strong_strength: 1000.0 weakness: 500.0 long_weakness: 750.0 luck: 2250.0 TIPPED_ARROW: price: 27 night_vision: 45 long_night_vision: 52 invisibility: 74 long_invisibility: 110 leaping: 92 long_leaping: 102 strong_leaping: 110 fire_resistance: 56 long_fire_resistance: 74 swiftness: 74 long_swiftness: 110 strong_swiftness: 110 slowness: 74 long_slowness: 110 water_breathing: 74 long_water_breathing: 110 healing: 74 strong_healing: 110 harming: 74 strong_harming: 110 poison: 74 long_poison: 110 strong_poison: 110 regeneration: 74 long_regeneration: 110 strong_regeneration: 110 strength: 110 long_strength: 145 strong_strength: 145 weakness: 74 long_weakness: 110 luck: 324 canSellDamagedItems: false priceToolsOnDurability: true NonProfessionSellMultiplier: 0.7 enchantmentPrices: buy: PROTECTION_ENVIRONMENTAL: 1000 PROTECTION_FIRE: 500 PROTECTION_FALL: 700 PROTECTION_EXPLOSIONS: 500 PROTECTION_PROJECTILE: 700 OXYGEN: 500 WATER_WORKER: 300 THORNS: 2000 DEPTH_STRIDER: 500 DAMAGE_ALL: 2000 DAMAGE_UNDEAD: 400 DAMAGE_ARTHROPODS: 200 KNOCKBACK: 1000 FIRE_ASPECT: 1000 LOOT_BONUS_MOBS: 500 DIG_SPEED: 1000 SILK_TOUCH: 2500 DURABILITY: 750 LOOT_BONUS_BLOCKS: 1500 ARROW_DAMAGE: 1000 ARROW_KNOCKBACK: 2000 ARROW_FIRE: 1500 ARROW_INFINITE: 2000 LUCK: 1000 LURE: 1000 sell: PROTECTION_ENVIRONMENTAL: 500 PROTECTION_FIRE: 250 PROTECTION_FALL: 350 PROTECTION_EXPLOSIONS: 250 PROTECTION_PROJECTILE: 350 OXYGEN: 250 WATER_WORKER: 100 THORNS: 1000 DEPTH_STRIDER: 250 DAMAGE_ALL: 1000 DAMAGE_UNDEAD: 200 DAMAGE_ARTHROPODS: 100 KNOCKBACK: 500 FIRE_ASPECT: 750 LOOT_BONUS_MOBS: 250 DIG_SPEED: 500 SILK_TOUCH: 1250 DURABILITY: 325 LOOT_BONUS_BLOCKS: 750 ARROW_DAMAGE: 500 ARROW_KNOCKBACK: 1000 ARROW_FIRE: 750 ARROW_INFINITE: 1000 LUCK: 500 LURE: 500 merchantsCanBuyForSellPrice: true dumpMarketItems: 5000 minDurability: 10 exceptions: - name:Exact Item Name with &ecolors - name_contains:Sonic Blaster - lore_contains:String a item lore contains - 'enchants:Enchantment name such as DURABILITY. View all enchantment names here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html' - enchantsLevel:DURABILITY-101 - name:Use the tilde symbol to require multiple factors~enchantsLevel:DAMAGE_ALL-255