Advertisement
Argon_MC

[Snapshot14w10x]Fake Enchant Effect

Mar 7th, 2014
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. /give @p minecraft:diamond_sword 1 0 {display:{Name:"偽りの剣",Lore:["Sharpness V"]},ench:[{id:21,lvl:1}],HideFlags:1}
  2.  
  3. /give @p minecraft:diamond_sword 1 0 {
  4. display:{
  5. Name:"偽りの剣",
  6. Lore:[
  7. "Sharpness V"
  8. ]
  9. },
  10. ench:[
  11. {
  12. id:21,
  13. lvl:1
  14. }
  15. ],
  16. HideFlags:1
  17. }
  18.  
  19.  
  20. /give @p minecraft:potion 1 8192 {display:{Name:"偽りの秘薬",Lore:["Instant Health III"]},CustomPotionEffects:[{Id:7,Amplifier:2,Duration:1}],HideFlags:32}
  21.  
  22. /give @p minecraft:potion 1 8192 {
  23. display:{
  24. Name:"偽りの秘薬",
  25. Lore:[
  26. "Instant Health III"
  27. ]
  28. },
  29. CustomPotionEffects:[
  30. {
  31. Id:7,
  32. Amplifier:2,
  33. Duration:1
  34. }
  35. ],
  36. HideFlags:32
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement