Advertisement
Wasserboy

AN HAXED PORTAL [MINECRAFT]

Sep 5th, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. /give @p portal 1 0 {
  2. display: {
  3. Name: "Haxed portal",
  4. Lore: [
  5. "This is the version of portal",
  6. "JUST HAXED"
  7. ]
  8. },
  9. AttributeModifiers: [
  10. {
  11. AttributeName: "generic.maxHealth",
  12. Name: "generic.maxHealth",
  13. Amount: 500000,
  14. Operation: 0,
  15. UUIDMost: 35479,
  16. UUIDLeast: 761479
  17. },
  18. {
  19. AttributeName: "generic.followRange",
  20. Name: "generic.followRange",
  21. Amount: 600,
  22. Operation: 0,
  23. UUIDMost: 48480,
  24. UUIDLeast: 193994
  25. },
  26. {
  27. AttributeName: "generic.movementSpeed",
  28. Name: "generic.movementSpeed",
  29. Amount: 55,
  30. Operation: 0,
  31. UUIDMost: 68268,
  32. UUIDLeast: 466606
  33. },
  34. {
  35. AttributeName: "generic.attackDamage",
  36. Name: "generic.attackDamage",
  37. Amount: 1,
  38. Operation: 0,
  39. UUIDMost: 95895,
  40. UUIDLeast: 66407
  41. }
  42. ],
  43. HideFlags: 4,
  44. Unbreakable: 1
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement