Advertisement
SnowBlitzz

Untitled

Jul 14th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. announce= {
  2. Type= "COMMAND"
  3. Entries= [
  4. {
  5. Command= "enjin broadcast &7%player% &evoted and received 150 PokeCoins."
  6. }
  7. ]
  8. }
  9. offlineannounce= {
  10. Type= "COMMAND"
  11. Entries= [
  12. {
  13. Command= "enjin broadcast &7%player% &evoted offline and received 150 PokeCoins."
  14. }
  15. ]
  16. }
  17. money= {
  18. Type= "MONEY"
  19. Entries= [
  20. {
  21. Amount= 150
  22. }
  23. ]
  24. }
  25. luck1= {
  26. Type= "COMMAND"
  27. Chance= 20
  28. Entries= [
  29. "give %player% pixelmon:item.Poke_Ball 2",
  30. {
  31. Command= "enjin broadcast &7%player% &dgot a bit lucky and received 2 Poke Balls."
  32. }
  33. ]
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement