Advertisement
Java250

God potion2

Feb 13th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. /give @p potion 1 8193 {
  2. CustomPotionEffects: [
  3. {
  4. Id: 3,
  5. Amplifier: 9999,
  6. Duration: 12000
  7. },
  8. {
  9. Id: 5,
  10. Amplifier: 9999,
  11. Duration: 12000
  12. },
  13. {
  14. Id: 6,
  15. Amplifier: 9999,
  16. Duration: 12000
  17. },
  18. {
  19. Id: 8,
  20. Amplifier: 6,
  21. Duration: 12000
  22. },
  23. {
  24. Id: 10,
  25. Amplifier: 9999,
  26. Duration: 12000
  27. },
  28. {
  29. Id: 11,
  30. Amplifier: 9999,
  31. Duration: 12000
  32. },
  33. {
  34. Id: 12,
  35. Amplifier: 9999,
  36. Duration: 12000
  37. },
  38. {
  39. Id: 13,
  40. Amplifier: 9999,
  41. Duration: 12000
  42. },
  43. {
  44. Id: 14,
  45. Amplifier: 9999,
  46. Duration: 12000
  47. },
  48. {
  49. Id: 16,
  50. Amplifier: 9999,
  51. Duration: 12000
  52. },
  53. {
  54. Id: 23,
  55. Amplifier: 9999,
  56. Duration: 12000
  57. }
  58. ],
  59. display: {
  60. Name: "Powerful Potion of the Gods",
  61. Lore: [
  62. "For those that wish to be God Like."
  63. ]
  64. }
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement