
Code Block
Tags:
Command, Combat, Decoration
Creator:
aungpyaephyopaing
Code:
api.giveItem(myId, "Gray Wood Chestplate", 1, {
customDisplayName: "Bedrock Chestplate",
customAttributes: {
enchantments: {
"Protection": 999999999,
"Health Regen": 99999999,
"Health": 9999999,
},
enchantmentTier: "Tier 1"
}
});
api.giveItem(myId, "Gray Wood Helmet", 1, {
customDisplayName: "Bedrock Helmet",
customAttributes: {
enchantments: {
"Protection": 999999999,
"Health Regen": 99999999,
"Health": 9999999,
},
enchantmentTier: "Tier 1"
}
});
api.giveItem(myId, "Gray Wood Gauntlets", 1, {
customDisplayName: "Bedrock Gauntlets",
customAttributes: {
enchantments: {
"Protection": 999999999,
"Health Regen": 99999999,
"Health": 9999999,
},
enchantmentTier: "Tier 1"
}
});
api.giveItem(myId, "Gray Wood Leggings", 1, {
customDisplayName: "Bedrock Leggings",
customAttributes: {
enchantments: {
"Protection": 999999999,
"Health Regen": 99999999,
"Health": 9999999,
},
enchantmentTier: "Tier 1"
}
});
api.giveItem(myId, "Gray Wood Boots", 1, {
customDisplayName: "Bedrock Boots",
customAttributes: {
enchantments: {
"Protection": 999999999,
"Health Regen": 99999999,
"Health": 9999999,
},
enchantmentTier: "Tier 1"
}
});
api.giveItem(myId, "Knight Sword", 1, {
customDisplayName: "Bedrock Sword",
customAttributes: {
enchantments: {
"Protection": 999999999,
"Health Regen": 99999999,
"Health": 9999999,
"Damage":99999999999999,
},
enchantmentTier: "Tier 1"
}
});Instructions:
use to get your imortal bedrock armor and sword