CoswayUtil/src/main/resources/config.yml

114 lines
2.9 KiB
YAML
Raw Normal View History

2025-02-13 23:04:12 +00:00
shop:
categories:
2025-02-14 00:43:20 +00:00
stone_blocks:
2025-02-13 23:04:12 +00:00
items:
2025-02-14 00:43:20 +00:00
stone:
material: STONE
2025-02-14 03:45:48 +00:00
price: 192
quantity: 64
2025-02-14 00:43:20 +00:00
display_name: "Stone Block"
2025-02-14 03:45:48 +00:00
smooth_stone:
material: SMOOTH_STONE
price: 320
quantity: 64
display_name: "Smooth Stone"
2025-02-14 00:43:20 +00:00
wood_blocks:
2025-02-13 23:04:12 +00:00
items:
2025-02-14 00:43:20 +00:00
oak_planks:
material: OAK_PLANKS
2025-02-14 03:45:48 +00:00
price: 960
quantity: 64
2025-02-14 00:43:20 +00:00
display_name: "Oak Planks"
2025-02-14 03:45:48 +00:00
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:
ASK:
material: KNOWLEDGE_BOOK
price: 450000
quantity: 1
display_name: "Anchor Shield Kit"
2025-02-14 03:45:48 +00:00
gravity_gauntlet:
material: KNOWLEDGE_BOOK
2025-02-14 03:45:48 +00:00
price: 200000
quantity: 1
display_name: "Gravity Gauntlet"
2025-02-14 03:45:48 +00:00
levitation_wand:
material: KNOWLEDGE_BOOK
price: 1000000
quantity: 1
display_name: "Levitation Wand"
2025-02-14 03:45:48 +00:00
launch_stick:
material: KNOWLEDGE_BOOK
2025-02-14 03:45:48 +00:00
price: 1234567
quantity: 1
display_name: "Launch Stick"
2025-02-14 03:45:48 +00:00
rapid_fire_bow:
material: KNOWLEDGE_BOOK
2025-02-14 03:45:48 +00:00
price: 9000000
quantity: 1
display_name: "Rapid Fire Bow"
2025-02-14 03:45:48 +00:00
poor: "you're too poor for that, get gooder..."
inventory_full: "you got too much clutter, cant fit your purchase into that mess..."
2025-02-13 23:04:12 +00:00
pagination:
max_items_per_page: 45 # Max items to display per page