diff --git a/.gradle/8.8/executionHistory/executionHistory.bin b/.gradle/8.8/executionHistory/executionHistory.bin index e78132d..e527185 100644 Binary files a/.gradle/8.8/executionHistory/executionHistory.bin and b/.gradle/8.8/executionHistory/executionHistory.bin differ diff --git a/.gradle/8.8/executionHistory/executionHistory.lock b/.gradle/8.8/executionHistory/executionHistory.lock index a6cd383..f171ff5 100644 Binary files a/.gradle/8.8/executionHistory/executionHistory.lock and b/.gradle/8.8/executionHistory/executionHistory.lock differ diff --git a/.gradle/8.8/fileHashes/fileHashes.bin b/.gradle/8.8/fileHashes/fileHashes.bin index 1832238..18a828d 100644 Binary files a/.gradle/8.8/fileHashes/fileHashes.bin and b/.gradle/8.8/fileHashes/fileHashes.bin differ diff --git a/.gradle/8.8/fileHashes/fileHashes.lock b/.gradle/8.8/fileHashes/fileHashes.lock index 00b3746..be6b151 100644 Binary files a/.gradle/8.8/fileHashes/fileHashes.lock and b/.gradle/8.8/fileHashes/fileHashes.lock differ diff --git a/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/.gradle/buildOutputCleanup/buildOutputCleanup.lock index 921a713..62629b1 100644 Binary files a/.gradle/buildOutputCleanup/buildOutputCleanup.lock and b/.gradle/buildOutputCleanup/buildOutputCleanup.lock differ diff --git a/build/classes/java/main/CoswayUtil/CoswayUtil$2.class b/build/classes/java/main/CoswayUtil/CoswayUtil$2.class new file mode 100644 index 0000000..2e70f55 Binary files /dev/null and b/build/classes/java/main/CoswayUtil/CoswayUtil$2.class differ diff --git a/build/libs/CoswayUtil-1.12-RELEASE.jar b/build/libs/CoswayUtil-1.12-RELEASE.jar new file mode 100644 index 0000000..d7d0fb6 Binary files /dev/null and b/build/libs/CoswayUtil-1.12-RELEASE.jar differ diff --git a/build/resources/main/config.yml b/build/resources/main/config.yml index cd4315d..2a8bf5b 100644 --- a/build/resources/main/config.yml +++ b/build/resources/main/config.yml @@ -12,6 +12,28 @@ shop: material: OAK_PLANKS price: 15 display_name: "Oak Planks" + utilities: + items: + grav: + material: KNOWLEDGE_BOOK + price: 1000000 + quantity: 1 + display_name: "Gravity Gauntlet" + wand: + material: KNOWLEDGE_BOOK + price: 1000000 + quantity: 1 + display_name: "Levitation Wand" + launch: + material: KNOWLEDGE_BOOK + price: 1000000 + quantity: 1 + display_name: "Launch Stick" + bow: + material: KNOWLEDGE_BOOK + price: 1000000 + quantity: 1 + display_name: "Rapid Fire Bow" poor: "you're poor..." inventory_full: "you got too much clutter, cant fit your purchase into that mess..." pagination: diff --git a/build/tmp/compileJava/compileTransaction/stash-dir/CoswayUtil$2.class.uniqueId12 b/build/tmp/compileJava/compileTransaction/stash-dir/CoswayUtil$2.class.uniqueId12 new file mode 100644 index 0000000..2e70f55 Binary files /dev/null and b/build/tmp/compileJava/compileTransaction/stash-dir/CoswayUtil$2.class.uniqueId12 differ diff --git a/build/tmp/compileJava/compileTransaction/stash-dir/CoswayUtil$AnchorShield$1.class.uniqueId20 b/build/tmp/compileJava/compileTransaction/stash-dir/CoswayUtil$AnchorShield$1.class.uniqueId20 new file mode 100644 index 0000000..332218b Binary files /dev/null and b/build/tmp/compileJava/compileTransaction/stash-dir/CoswayUtil$AnchorShield$1.class.uniqueId20 differ diff --git a/build/tmp/compileJava/compileTransaction/stash-dir/CoswayUtil$AnchorShield.class.uniqueId15 b/build/tmp/compileJava/compileTransaction/stash-dir/CoswayUtil$AnchorShield.class.uniqueId15 new file mode 100644 index 0000000..474ba6f Binary files /dev/null and b/build/tmp/compileJava/compileTransaction/stash-dir/CoswayUtil$AnchorShield.class.uniqueId15 differ diff --git a/build/tmp/compileJava/compileTransaction/stash-dir/GiveWandCommand.class.uniqueId16 b/build/tmp/compileJava/compileTransaction/stash-dir/GiveWandCommand.class.uniqueId16 new file mode 100644 index 0000000..5746ceb Binary files /dev/null and b/build/tmp/compileJava/compileTransaction/stash-dir/GiveWandCommand.class.uniqueId16 differ diff --git a/build/tmp/compileJava/compileTransaction/stash-dir/PhantomDodge$1.class.uniqueId17 b/build/tmp/compileJava/compileTransaction/stash-dir/PhantomDodge$1.class.uniqueId17 new file mode 100644 index 0000000..b8ab886 Binary files /dev/null and b/build/tmp/compileJava/compileTransaction/stash-dir/PhantomDodge$1.class.uniqueId17 differ diff --git a/build/tmp/compileJava/compileTransaction/stash-dir/PhantomDodge.class.uniqueId18 b/build/tmp/compileJava/compileTransaction/stash-dir/PhantomDodge.class.uniqueId18 new file mode 100644 index 0000000..eff2eda Binary files /dev/null and b/build/tmp/compileJava/compileTransaction/stash-dir/PhantomDodge.class.uniqueId18 differ diff --git a/build/tmp/compileJava/compileTransaction/stash-dir/RapidFireBow$1.class.uniqueId14 b/build/tmp/compileJava/compileTransaction/stash-dir/RapidFireBow$1.class.uniqueId14 new file mode 100644 index 0000000..fef5727 Binary files /dev/null and b/build/tmp/compileJava/compileTransaction/stash-dir/RapidFireBow$1.class.uniqueId14 differ diff --git a/build/tmp/compileJava/compileTransaction/stash-dir/WitherContract.class.uniqueId19 b/build/tmp/compileJava/compileTransaction/stash-dir/WitherContract.class.uniqueId19 new file mode 100644 index 0000000..6ce948a Binary files /dev/null and b/build/tmp/compileJava/compileTransaction/stash-dir/WitherContract.class.uniqueId19 differ diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 2a8bf5b..f042ed0 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -4,37 +4,105 @@ shop: items: stone: material: STONE - price: 10 + price: 192 + quantity: 64 display_name: "Stone Block" + smooth_stone: + material: SMOOTH_STONE + price: 320 + quantity: 64 + display_name: "Smooth Stone" wood_blocks: items: oak_planks: material: OAK_PLANKS - price: 15 + price: 960 + quantity: 64 display_name: "Oak Planks" + pvp: + items: + iron_helmet: + material: IRON_HELMET + price: 110 + quantity: 1 + display_name: "Iron Helmet" + iron_chestplate: + material: IRON_CHESTPLATE + price: 176 + quantity: 1 + display_name: "Iron Chestplate" + iron_leggings: + material: IRON_LEGGINGS + price: 154 + quantity: 1 + display_name: "Iron Leggings" + iron_boots: + material: IRON_BOOTS + price: 88 + quantity: 1 + display_name: "Iron Boots" + iron_sword: + material: IRON_SWORD + price: 44 + quantity: 1 + display_name: "Iron Sword" + iron_PICKAXE: + material: IRON_PICKAXE + price: 66 + quantity: 1 + display_name: "Iron Pick" + iron_axe: + material: IRON_AXE + price: 66 + quantity: 1 + display_name: "Iron Axe" + iron_shovel: + material: IRON_SHOVEL + price: 22 + quantity: 1 + display_name: "Iron Spoon" + redstone: + items: + repeater: + material: REPEATER + price: 900 + quantity: 18 + display_name: "Repeater" + redstone: + material: REDSTONE + price: 2048 + quantity: 64 + display_name: "Redstone Dust" + nether: + items: + obsidian: + material: OBSIDIAN + price: 1300 + quantity: 10 + display_name: "Obsidian" utilities: items: - grav: + gravity_gauntlet: material: KNOWLEDGE_BOOK - price: 1000000 + price: 200000 quantity: 1 display_name: "Gravity Gauntlet" - wand: + levitation_wand: material: KNOWLEDGE_BOOK price: 1000000 quantity: 1 display_name: "Levitation Wand" - launch: + launch_stick: material: KNOWLEDGE_BOOK - price: 1000000 + price: 1234567 quantity: 1 display_name: "Launch Stick" - bow: + rapid_fire_bow: material: KNOWLEDGE_BOOK - price: 1000000 + price: 9000000 quantity: 1 display_name: "Rapid Fire Bow" -poor: "you're poor..." +poor: "you're too poor for that, get gooder..." inventory_full: "you got too much clutter, cant fit your purchase into that mess..." pagination: max_items_per_page: 45 # Max items to display per page