Help. Unbreakable Enchant

offline

Posts

6

Likes

4

Bits Credits

0

LEVEL

0

185 XP

Hi, I'm setting up a server for my friends. Would like to make cosmetics unbreakable.
Please help
 

Ren08

Supreme Overlord
offline

Posts

572

Likes

44,427

Resources

508

Bits Credits

36

LEVEL

10

3,230 XP

Yeah, you need a permission to use Command Block So you can basically dress up the cosmetic and Make them unbreakable by modifying them with these commands :
Head :
/item modify entity @a armor.head set_tag {Unbreakable:1b}
Chest :
/item modify entity @a armor.chest set_tag {Unbreakable:1b}
Legs :
/item modify entity @a armor.legs set_tag {Unbreakable:1b}
Feets or boots :
/item modify entity @a armor.feet set_tag {Unbreakable:1b}
NOTE : that all players connected to the server are affected by this commands thir Armours will be unbreakable , You Can USe @s that refers to the entity executing the command itself [Yourself] .
NOTE : that there another ways to make them Unbreakable but They are more complex than the one I mentioned .
 
offline

Posts

6

Likes

4

Bits Credits

0

LEVEL

0

185 XP

Thank you so much! Will give this a try
Yeah, you need a permission to use Command Block So you can basically dress up the cosmetic and Make them unbreakable by modifying them with these commands :
Head :

Chest :

Legs :

Feets or boots :

NOTE : that all players connected to the server are affected by this commands thir Armours will be unbreakable , You Can USe @s that refers to the entity executing the command itself [Yourself] .
NOTE : that there another ways to make them Unbreakable but They are more complex than the one I mentioned .
Thank you so much! Will give this a try.
But my goal is, unbreakable tools/armors/weapons from cosmetic crates only.
But this is a big help. Will surely try this.
 

Ren08

Supreme Overlord
offline

Posts

572

Likes

44,427

Resources

508

Bits Credits

36

LEVEL

10

3,230 XP

Thank you so much! Will give this a try

Thank you so much! Will give this a try.
But my goal is, unbreakable tools/armors/weapons from cosmetic crates only.
But this is a big help. Will surely try this.

np , if you need help with tools so you need to put the tools in any slot of your inventory like slot 0 in your hotbar and the command should be looking like this :

/data modify entity @s Inventory[{Slot:0b}] set_tag {Unbreakable:1b}
and You Can Change 0 to the slot where the tool are in your inventory :
Items_slot_number.png
 

ARandomGuy

Newcomer
offline

Posts

20

Likes

2

Bits Credits

0

LEVEL

1

270 XP

Btw, you can go to MCStacker, a Website, and there to the /give cmd, there you can create Items with every enchant
 

Ren08

Supreme Overlord
offline

Posts

572

Likes

44,427

Resources

508

Bits Credits

36

LEVEL

10

3,230 XP

Btw, you can go to MCStacker, a Website, and there to the /give cmd, there you can create Items with every enchant
yes you can, but the point is you wouldn't be able to find the custom items you're playing with
 
Liked by:

Ren08

Supreme Overlord
offline

Posts

572

Likes

44,427

Resources

508

Bits Credits

36

LEVEL

10

3,230 XP

Yeah, I guess I will have to opt for a local server.

But hey, you helped me a lot. Thank you so much!
No problem, You're welcome.
 
Liked by:
Top Bottom