Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. new Hat("Unicorn", "UNICORN POWER!!!", 0, "end_rod");
  2. new Hat("Astronaut", "Houston, we have a problem!", 0, "glass");
  3. new Hat("Command block crazy", "One day in the head of LeiRoF", 0, "command_block");
  4. new Hat("Santa Claus Hat", "Jingle bell, jingle bell", 49, "diamond_shovel");
  5. new Hat("Pikachu", "Who is that Pokémon?", 39, "diamond_shovel");
  6. new Hat("Trump", "I will build a great wall!", 30, "diamond_shovel");
  7. new Hat("Luna Lovegood", "", 24, "diamond_shovel"); //Desc TODO
  8. new Hat("Bunny Girl", "I'm a Bunny girl, in a Bunny world ", 27, "diamond_shovel");
  9. new Hat("Pink Ribbon", "I'M FABULOUUUUUUS!!!", 48, "diamond_shovel");
  10. new Hat("Lion", "Hakuna Matata", 23, "diamond_shovel");
  11. new Hat("Wolf", "John Snow approved", 26, "diamond_shovel");
  12. new Hat("Sorting Hat", "Gryffindor!", 15, "diamond_shovel");
  13. new Hat("Devil Horn", "Deal with the Devil!", 8, "diamond_shovel");
  14. new Hat("Golden Hood", "Rush to Gold", 4, "diamond_shovel");
  15. new Hat("Pumpkin Hat", "This is Halloween, this is Halloween\nPumpkins scream in the dead of night", 2, "diamond_shovel");
  16. new Hat("SM Hat", "It feels so good!", 55, "diamond_shovel");
  17. new Hat("Hagrid beard", "You are a wizard Harry", 100, "diamond_shovel");
  18. new Hat("Big Eyes", "I CAN SEE YOU!", 107, "diamond_shovel");
  19. new Hat("Deer", "", 6, "diamond_shovel"); //Desc TODO
  20. new Hat("Reindeer", "", 54, "diamond_shovel"); //Desc TODO
  21. new Hat("Peruvian Hat", "", 43, "diamond_shovel"); //Desc TODO
  22. new Hat("Jack Sparrow Hat", "You're not making any sense at all", 46, "diamond_shovel");
  23. new Hat("Fez", "Fez is cool.", 47, "diamond_shovel");
  24. new Hat("Death", "Also called \"my ex-wife\"", 144, "diamond_shovel");
  25. new Hat("Crown", "King's dead! Glory to the King!", 112, "diamond_shovel");
  26. new Hat("Link Hat", "HEY! LISTEN!", 99, "diamond_shovel");
  27. new Hat("Storm Trooper Helmet", "IT'S A TRAP!", 87, "diamond_shovel");
  28. new Hat("Slime Hat", "Asilis & theogiraudet approved", 3, "diamond_shovel");
  29. new Hat("Witch Hat", "Are u a wizard?", 116, "diamond_shovel");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement