Skip to content

Instantly share code, notes, and snippets.

@barraIhsan
Last active November 19, 2021 13:01
Show Gist options
  • Save barraIhsan/b99bc267fb1100edd59ef4d557409fdc to your computer and use it in GitHub Desktop.
Save barraIhsan/b99bc267fb1100edd59ef4d557409fdc to your computer and use it in GitHub Desktop.
Hypixel Bedwars Item

Hypixel Bedwars Item

This gist will cover all the item in the bedwars item + shop, including the tag (Lore), item name in the api (player.stats.Bedwars.favourites_2), and the price of the item

Categories

GUI
Blocks
Melee
Armor
Tools
Ranged
Potions
Utility

Default Quick Buy

wool,stone_sword,chainmail_boots,null,bow,speed_ii_potion_(45_seconds),tnt,oak_wood_planks,iron_sword,iron_boots,shears,arrow,invisibility_potion_(30_seconds),water_bucket,null,null,null,null,null,null,null

Armor

Back to README

Item ID

minecraft:chainmail_boots

Tags

display.Name

{
	"text": "Armor",
	"color": "green",
	"italic": false
}

HideFlags

2

Variant

Tags

When not selected, display.Lore

[
	{
		"text": "Click to view!",
		"color": "yellow",
		"italic": false
	}
]

Full

Selected

minecraft:chainmail_boots{display:{Name:'{"text":"Melee","color":"green","italic":false}'},HideFlags:2}

Not Selected

minecraft:chainmail_boots{display:{Name:'{"text":"Melee","color":"green","italic":false}',Lore: ['{"text":"Click to view!","color":"yellow","italic":false}']},HideFlags:2}

Blocks

Back to README

Item ID

minecraft:terracotta

Tags

display.Name

{
	"text": "Hardened Clay",
	"color": "green",
	"italic": false
}

Variant

Tags

When not selected, display.Lore

[
	{
		"text": "Click to view!",
		"color": "yellow",
		"italic": false
	}
]

Full

Selected

minecraft:terracotta{display:{Name:'{"text":"Hardened Clay","color":"green","italic":false}'}}

Not Selected

minecraft:terracotta{display:{Name:'{"text":"Hardened Clay","color":"green","italic":false}',Lore: ['{"text":"Click to view!","color":"yellow","italic":false}']}}

Glass Pane Empty

Back to README

Item ID

minecraft:gray_stained_glass_pane

Tags

display.Name

{
	"text": ""
}

Full

minecraft:gray_stained_glass_pane{display:{Name:'{"text":""}'}}

Empty Slot Quick Buy

Back to README

Item ID

minecraft:red_stained_glass_pane

Tags

display.Name

{
	"text": "Empty Slot!",
	"color": "red",
	"italic": false
}

display.Lore

[
	{
		"text": "This is a Quick Buy Slot!",
		"color": "gray",
		"italic": false
	},
	[
		{
			"text": "Sneak Click ",
			"color": "aqua",
			"italic": false
		},
		{
			"text": "any item in the",
			"color": "gray",
			"italic": false
		}
	],
	{
		"text": "shop to add it here.",
		"color": "gray",
		"italic": false
	}
]

Full

minecraft:red_stained_glass_pane{display:{Name:'{"text":"Empty slot!","color":"red","italic":false}',Lore:['{"text":"This is a Quick Buy Slot!","color":"gray","italic":false}','[{"text":"Sneak Click ","color":"aqua","italic":false},{"text":"any item in the","color":"gray","italic":false}]','{"text":"shop to add it here.","color":"gray","italic":false}']}}

Hotbar Manager

Back to README

Item ID

minecraft:blaze_powder

Tags

display.Name

{
	"text": "Hotbar Manager",
	"color": "green",
	"italic": false
}

display.Lore

[
	{
		"text": "Edit preferred slots for your",
		"color": "gray",
		"italic": false
	},
	{
		"text": "items per category.",
		"color": "gray",
		"italic": false
	},
	{
		"text": ""
	},
	{
		"text": "Click to edit!",
		"color": "yellow",
		"italic": false
	}
]

Full

minecraft:blaze_powder{display:{Name:'{"text":"Hotbar Manager","color":"green","italic":false}',Lore:['{"text":"Edit preferred slots for your","color":"gray","italic":false}','{"text":"items per category.","color":"gray","italic":false}','{"text":""}','{"text":"Click to edit!","color":"yellow","italic":false}']}}

Melee

Back to README

Item ID

minecraft:golden_sword

Tags

display.Name

{
	"text": "Melee",
	"color": "green",
	"italic": false
}

HideFlags

2

Variant

Tags

When not selected, display.Lore

[
	{
		"text": "Click to view!",
		"color": "yellow",
		"italic": false
	}
]

Full

Selected

minecraft:golden_sword{display:{Name:'{"text":"Melee","color":"green","italic":false}'},HideFlags:2}

Not Selected

minecraft:golden_sword{display:{Name:'{"text":"Melee","color":"green","italic":false}',Lore: ['{"text":"Click to view!","color":"yellow","italic":false}']},HideFlags:2}

Glass Pane Not Selected

Back to README

Item ID

minecraft:gray_stained_glass_pane

Tags

display.Name

{
	"text": "↑ Categories",
	"color": "gray",
	"italic": false
}

display.Lore

[
	{
		"text": "↓ Items",
		"color": "gray",
		"italic": false
	}
]

Full

minecraft:gray_stained_glass_pane{display:{Name:'{"text":"↑ Categories","color":"gray","italic":false}',Lore:['{"text": "↓ Items","color": "gray","italic": false}']}}

Potions

Back to README

Item ID

minecraft:brewing_stand

Tags

display.Name

{
	"text": "Potions",
	"color": "green",
	"italic": false
}

Variant

Tags

When not selected, display.Lore

[
	{
		"text": "Click to view!",
		"color": "yellow",
		"italic": false
	}
]

Full

Selected

minecraft:brewing_stand{display:{Name:'{"text":"Potions","color":"green","italic":false}'}}

Not Selected

minecraft:brewing_stand{display:{Name:'{"text":"Potions","color":"green","italic":false}',Lore: ['{"text":"Click to view!","color":"yellow","italic":false}']}}

Quick Buy

Back to README

Item ID

minecraft:nether_star

Tags

display.Name

{
	"text": "Quick Buy",
	"color": "aqua",
	"italic": false
}

Variant

Tags

When not selected, display.Lore

[
	{
		"text": "Click to view!",
		"color": "yellow",
		"italic": false
	}
]

Full

Selected

minecraft:nether_star{display:{Name:'{"text":"Quick Buy","color":"aqua","italic":false}'}}

Not Selected

minecraft:nether_star{display:{Name:'{"text":"Quick Buy","color":"aqua","italic":false}',Lore: ['{"text":"Click to view!","color":"yellow","italic":false}']}}

Ranged

Back to README

Item ID

minecraft:bow

Tags

display.Name

{
	"text": "Ranged",
	"color": "green",
	"italic": false
}

HideFlags

2

Variant

Tags

When not selected, display.Lore

[
	{
		"text": "Click to view!",
		"color": "yellow",
		"italic": false
	}
]

Full

Selected

minecraft:bow{display:{Name:'{"text":"Ranged","color":"green","italic":false}'},HideFlags:2}

Not Selected

minecraft:bow{display:{Name:'{"text":"Ranged","color":"green","italic":false}',Lore: ['{"text":"Click to view!","color":"yellow","italic":false}']},HideFlags:2}

Glass Pane Selected

Back to README

Item ID

minecraft:green_stained_glass_pane

Tags

display.Name

{
	"text": "↑ Categories",
	"color": "gray",
	"italic": false
}

display.Lore

[
	{
		"text": "↓ Items",
		"color": "gray",
		"italic": false
	}
]

Full

minecraft:green_stained_glass_pane{display:{Name:'{"text":"↑ Categories","color":"gray","italic":false}',Lore:['{"text": "↓ Items","color": "gray","italic": false}']}}

Tools

Back to README

Item ID

minecraft:stone_pickaxe

Tags

display.Name

{
	"text": "Tools",
	"color": "green",
	"italic": false
}

HideFlags

2

Variant

Tags

When not selected, display.Lore

[
	{
		"text": "Click to view!",
		"color": "yellow",
		"italic": false
	}
]

Full

Selected

minecraft:stone_pickaxe{display:{Name:'{"text":"Tools","color":"green","italic":false}'},HideFlags:2}

Not Selected

minecraft:stone_pickaxe{display:{Name:'{"text":"Tools","color":"green","italic":false}',Lore: ['{"text":"Click to view!","color":"yellow","italic":false}']},HideFlags:2}

Tracker Shop

Back to README

Item ID

minecraft:compass

Tags

display.Name

{
	"text": "Tracker Shop",
	"color": "green",
	"italic": false
}

display.Lore

[
	{
		"text": "Purchase tracking upgrade for",
		"color": "gray",
		"italic": false
	},
	{
		"text": "your compass which will track",
		"color": "gray",
		"italic": false
	},
	{
		"text": "each player on a spesific team",
		"color": "gray",
		"italic": false
	},
	{
		"text": "until you die.",
		"color": "gray",
		"italic": false
	}
]

Full

minecraft:compass{display:{Name:'{"text":"Tracker Shop","color":"green","italic":false}',Lore:['{"text":"Purchase tracking upgrade for","color":"gray","italic":false}','{"text":"your compass which will track","color":"gray","italic":false}','{"text":"each player on a spesific team","color":"gray","italic":false}','{"text":"until you die.","color":"gray","italic":false}']}}

Utility

Back to README

Item ID

minecraft:tnt

Tags

display.Name

{
	"text": "Utility",
	"color": "green",
	"italic": false
}

Variant

Tags

When not selected, display.Lore

[
	{
		"text": "Click to view!",
		"color": "yellow",
		"italic": false
	}
]

Full

Selected

minecraft:tnt{display:{Name:'{"text":"Utility","color":"green","italic":false}'}}

Not Selected

minecraft:tnt{display:{Name:'{"text":"Utility","color":"green","italic":false}',Lore: ['{"text":"Click to view!","color":"yellow","italic":false}']}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment