Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. Booster {
  2. # Time available in minutes
  3. Time=20
  4. # Time interval in which to spawn a new pokemon
  5. Interval=5
  6. # Percentage (out of 100) that a particular type of pokemon will spawn
  7. Rates {
  8. Regular=90
  9. Shiny=5
  10. UltraBeast=5
  11. }
  12. }
  13. Item {
  14. Block="pixelmon:rainbow_badge"
  15. Name="&6&lBooster"
  16. Lore=[
  17. "&e&oRight click with me in your hand to activate!",
  18. "&eActiviates 10x booster for 20 minutes!"
  19. ]
  20. }
  21. Messages {
  22. Started="&b&lYour booster has been activiated!"
  23. Ended="&b&lYour booster time is up!"
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement