Minecraft Blogs / Tutorial

Enchanting Items In A Special Way :O

  • 1,510 views, 1 today
  • 7
  • 6
  • 11
RandomMelonHere's Avatar RandomMelonHere
Level 42 : Master Pokemon
49
How To Get Items Enchanted But In A Speical Way!

If we all have played minecraft you may be familiar with enchanting and the maximum enchant level is 5 (V). However, that level can be applied to certain enchants not all for example the highest enchantment level is V and feather falling highest level is III. Using Commands you can get passed these limitations. this blog will be a tutorial explaining how to do that an in depth information about the entire command.

/give @p minecraft:diamond_sword 1 0

now this command is simple it gives you a diamond sword but you may be wondering why is there a 1 and a 0. the 1 stands for the quantity so if you set it to 3 it will give you 3 diamond swords. and the 0 is the damage value basically the more you increase the more the durability goes down from the sword. but you may be wondering there is no enchants! this command is far from over so here is the second step to the command:

/give @p minecraft:diamond_sword 1 0 {ench:[{id:34,lvl:10}]}

now we are getting into some data tags, :O anyway, a curly bracket is optional on any data tag if its not there then it wont work so after the 1st curly bracket it says 'ench:' that is the data tag used for enchanting items and there is a square bracket after the curly one '[ ]' well that is used for opening up a whole new part but in the same NBT tag. inside it there is another curly bracket set. i know so complicted but still so worth it in the end. so in the curly brackets there is 'id:34,lvl:10' and you maybe like OMG WHAT IS ALL THIS well the id is the id dor the enchant so the id chosen there is 34 which is unbreaking (i'll have a list of all ids below..) and then we have the level the level is the main point of all this because it can go to level 10 yes no joke it can. However, the best thing ever which is that the enchantment level's maximum is 32767 that is insanity! anyway that is only one enchant and you may want multiple ones so here is how to do that:

/give khathim minecraft:diamond_sword 1 0 {ench:[{id:34,lvl:10},{id:16,lvl:10}]}

so keep in mind its super simple from now all yu need to do is go OUT of the last curly bracket, insert a comma and another curly bracket and inside it the ID and the levels but still how awesome is that? also i forgot to tell if you go to a level higher than ten it will be rendered weirdly but you should understand quite easily

just for fun i made 10 commands by myself its basically the exact same thing here but with all 4 tools, all armor pieces and the 2 weapons i will leave a list of commands down below also if you are lazy you can downlod an MCedit schematic file i made of a chest with all the items + there is a little bonus for using the schematic not the commands so i wont spoil anything thats all i will tell also a funny thing i noticed any enchantments will go in any thing even if they are inappropriate for instace a diamond sword can have protection if you want but it will do nothing. please note i did use a few other tags in the command like display so things may be a bit different. anyway Here is the .schematic file link i hope you like what i did! Please leave any feedback if you think this is rubbish tell me why in the comment section below and if this needs a diamond please do leave one it is always appreciated and a sub as well as a favourite!

All The IDs!
Armor
0 = Protection
1 = Fire Protection
2 = Feather Falling
3 = Blast Protection
4 = Projectile Protection
5 = Respiration
6 = Aqua Affinity
7 = Thorns
8 = Depth Strider

Sword
16 = Sharpness
17 = Smite
18 = Bane Of Athropods
19 = Knockback
20 = Fire Aspect
21 = Looting

Tools

32 = Efficiency
33 = Silk Touch
34 = Unbreaking
35 = Fortune

Bow
48 = Power
49 = Punch
50 = Flame
51 = Infinity

Fishing Rod
61 = Luck Of The Sea
62 = Lure


The 10 Commands!
Weapons


Sword: /give @p minecraft:diamond_sword 1 0 {Unbreakable:1,display:{Name:"Epic Sword",Lore:["Once Held By 'khathim'"]},ench:[{id:16,lvl:32767},{id:17,lvl:32767},{id:18,lvl:32767},{id:19,lvl:8},{id:20,lvl:32767},{id:21,lvl:100},{id:34,lvl:32767}]}

Bow: /give @p minecraft:bow 1 0 {Unbreakable:1,display:{Name:"Epic Bow",Lore:["Once Held By 'khathim'"]},ench:[{id:48,lvl:32767},{id:50,lvl:32767},{id:51,lvl:32767},{id:49,lvl:8},{id:21,lvl:100},{id:34,lvl:32767}]}

Armor

Helmet: /give khathim minecraft:diamond_helmet 1 0 {Unbreakable:1,display:{Name:"Epic Helmet",Lore:["Once Held By 'khathim'"]},ench:[{id:0,lvl:32767},{id:1,lvl:32767},{id:3,lvl:32767},{id:4,lvl:32767},{id:5,lvl:32767},{id:6,lvl:32767},{id:7,lvl:32767}]}

Chestplate: /give @p minecraft:diamond_chestplate 1 0 {Unbreakable:1,display:{Name:"Epic Chestplate",Lore:["Once Held By 'khathim'"]},ench:[{id:0,lvl:32767},{id:1,lvl:32767},{id:3,lvl:32767},{id:4,lvl:32767},{id:7,lvl:32767},{id:34,lvl:32767}]}

Leggings: /give @p minecraft:diamond_leggings 1 0 {Unbreakable:1,display:{Name:"Epic Leggings",Lore:["Once Held By 'khathim'"]},ench:[{id:0,lvl:32767},{id:1,lvl:32767},{id:3,lvl:32767},{id:4,lvl:32767},{id:7,lvl:32767},{id:34,lvl:32767}]}

Boots: /give @p minecraft:diamond_boots 1 0 {Unbreakable:1,display:{Name:"Epic Boots",Lore:["Once Held By 'khathim'"]},ench:[{id:0,lvl:32767},{id:1,lvl:32767},{id:2,lvl:32767},{id:3,lvl:32767},{id:4,lvl:32767},{id:7,lvl:32767},{id:8,lvl:32767},{id:34,lvl:32767}]}

Tools

Pickaxe: /give @p minecraft:diamond_pickaxe 1 0 {Unbreakable:1,display:{Name:"Epic Pickaxe",Lore:["Once Held By 'khathim'"]},ench:[{id:32,lvl:32767},{id:33,lvl:32767},{id:35,lvl:32767},{id:34,lvl:32767}]}

Shovel: /give @p minecraft:diamond_shovel 1 0 {Unbreakable:1,display:{Name:"Epic Shovel",Lore:["Once Held By 'khathim'"]},ench:[{id:32,lvl:32767},{id:33,lvl:32767},{id:35,lvl:32767},{id:34,lvl:32767}]}

Axe: /give @p minecraft:diamond_axe 1 0 {Unbreakable:1,display:{Name:"Epic Axe",Lore:["Once Held By 'khathim'"]},ench:[{id:32,lvl:32767},{id:33,lvl:32767},{id:35,lvl:32767},{id:34,lvl:32767}]}

Hoe: /give @p minecraft:diamond_hoe 1 0 {Unbreakable:1,display:{Name:"Epic Hoe",Lore:["Once Held By 'khathim'"]},ench:[{id:34,lvl:32767}]}
Tags

Create an account or sign in to comment.

1
11/13/2016 5:25 am
Level 6 : Apprentice Miner
Essa20
Essa20's Avatar
Nice!PS.I renamed the items and changed the lore
1
03/06/2015 5:47 am
Level 11 : Journeyman Skinner
ShadyStarlight
ShadyStarlight's Avatar
the schematic doesn't work, the file is a wrong file
1
03/06/2015 5:52 am
Level 42 : Master Pokemon
RandomMelonHere
RandomMelonHere's Avatar
lol i messed up, i will fix it later.
1
03/06/2015 8:46 am
Level 11 : Journeyman Skinner
ShadyStarlight
ShadyStarlight's Avatar
thanks
1
12/08/2014 11:10 am
Level 1 : New Crafter
srchndstry
srchndstry's Avatar
This is perfect, thank you!
1
12/08/2014 11:24 am
Level 42 : Master Pokemon
RandomMelonHere
RandomMelonHere's Avatar
No Problem :) every now and then i do a command tutorial so stay tuned for more! :)
1
12/07/2014 4:08 pm
Level 8 : Apprentice Network
PeterJHC
PeterJHC's Avatar
I did /give @p minecraft:diamond_sword 1 0 {ench:[{id:21,lvl:10000}]} and my game crashed xD
1
12/08/2014 1:05 am
Level 42 : Master Pokemon
RandomMelonHere
RandomMelonHere's Avatar
haha looting, i kept it at 100
1
12/07/2014 11:36 am
Level 11 : Journeyman Skinner
ShadyStarlight
ShadyStarlight's Avatar
You're awesome, you deserve more subs! :)
1
12/08/2014 1:07 am
Level 42 : Master Pokemon
RandomMelonHere
RandomMelonHere's Avatar
thanks :)
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome