Advertisement
Guest User

LootCrate Config

a guest
Jun 30th, 2016
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. LootCrate {
  2. LootCrate {
  3. TrainerCrate {
  4. description="Random Pokemon Inside"
  5. key=false
  6. # you can use <player> to replace by the player who use the crate
  7. list=[
  8. "pokegive <player> random lvl:20;95"
  9. "pokegive <player> random s lvl:10;5"
  10. ]
  11. random=true
  12. # You can choose between item or command for the value
  13. system=command
  14. }
  15. ShinyCrate {
  16. description="Random Shiny Inside"
  17. key=false
  18. # syntax of for the item is :item quantity data
  19. list=[
  20. "pokegive <player> random s lvl:10"
  21.  
  22. ]
  23. random=false
  24. # You can choose between item or command for the value
  25. system=command
  26. }
  27. LegendaryCrate {
  28. description="Random Legendary Inside"
  29. key=false
  30. # syntax of for the item is :item quantity data
  31. list=[
  32. "pokegive <player> Articuno;10"
  33. "pokegive <player> Zapdos;10"
  34. "pokegive <player> Moltres;10"
  35. "pokegive <player> Mewtwo;3"
  36. "pokegive <player> Mew;10"
  37. "pokegive <player> Raikou;10"
  38. "pokegive <player> Entei;10"
  39. "pokegive <player> Suicune;10"
  40. "pokegive <player> Lugia;10"
  41. "pokegive <player> Ho-Oh;10"
  42. "pokegive <player> Celebi;10"
  43. "pokegive <player> Regirock;10"
  44. "pokegive <player> Regice;10"
  45. "pokegive <player> Registeel;10"
  46. "pokegive <player> Kyogre;10"
  47. "pokegive <player> Groudon;3"
  48. "pokegive <player> Rayquaza;10"
  49. "pokegive <player> Regigigas;3"
  50.  
  51. ]
  52. random=true
  53. # You can choose between item or command for the value
  54. system=command
  55. }
  56. }
  57. LootKey {
  58. TrainerCrate {
  59. #
  60. description="TrainerCrate Key"
  61. }
  62. ShinyCrate {
  63. #
  64. description="ShinyCrate Key"
  65. }
  66. LegendaryCrate {
  67. #
  68. description="LegendaryCrate Key"
  69. }
  70. }
  71. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement