Advertisement
Guest User

Untitled

a guest
Jan 28th, 2017
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.95 KB | None | 0 0
  1. config:
  2. {
  3. #//Variables - {player} : the person who voted
  4. #// {rewards} : The list of random rewards the player received
  5.  
  6. #//Leaving this empty will disable messages from being shown publicly: Supports color and formatting codes
  7. broadcast-message: ""
  8.  
  9. #//-1 will have the system select a number of rewards between rewards-min and rewards-max;
  10. random-rewards-number: 1
  11. rewards-min:1
  12. rewards-max:2
  13.  
  14.  
  15. #//There are two kinds of rewards set and random. Set rewards will run a command and nothing else
  16. #//these commands are run every time a vote is had. Random Rewards are chosen well..Randomly.
  17. #//
  18. #// "12", "reward2", "say Reward2", --All Random reward Lines should look like this
  19. #//
  20. #// First Entry is a "percentage" the numbers should be an integer between 1 and 100, but if it's
  21. #// Going to be a 100 might as well just set it as a set command. Note that the percentage
  22. #// Dictates what "Loot Table" the reward goes to internally, multiple of the same percentage is fine,
  23. #// They will simply share a loot table. It is recommended to keep the total value of all the
  24. #// percentage values added up to 100 (Duplicate values are ignored in the sum since, items share
  25. #// loot Tables).
  26. #// Second Entry is the name of the reward, this name gets added to the {rewards} variable. Items in the same
  27. #// loot table cannot have the same name!!.
  28. #// Third Entry is the command you want to be run. You are free to use the {player} variable in there.
  29. #//
  30. #//This should be pretty straight forward. Number,Name,Reward. If you have any questions ask me on the forum.
  31. #//I am happy to help!
  32.  
  33.  
  34. Rewards{
  35. random:[
  36. "4000", "Thunder stone shards", "give {player} pixelmon:thunder_stone_shard 2",
  37. "4000", "Leaf stone shards", "give {player} pixelmon:leaf_stone_shard 2",
  38. "4000", "Water stone shards", "give {player} pixelmon:water_stone_shard 2",
  39. "4000", "Fire stone shards", "give {player} pixelmon:fire_stone_shard 2",
  40. "4000", "Sun stone shards", "give {player} pixelmon:sun_stone_shard 2",
  41. "4000", "Moon stone shards", "give {player} pixelmon:moon_stone_shard 2",
  42. "4000", "Dawn stone shards", "give {player} pixelmon:dawn_stone_shard 2",
  43. "4000", "Dusk stone shards", "give {player} pixelmon:dusk_stone_shard 2",
  44. "4000", "Shiny stone shards", "give {player} pixelmon:shiny_stone_shard 2",
  45. "4000", "Super Potions", "give {player} pixelmon:super_potion 2",
  46. "4000", "a Hyper potion", "give {player} pixelmon:hyper_potion 1",
  47. "4000", "Premier Balls", "give {player} pixelmon:premier_ball 6",
  48. "2700", "Fossil 0", "give {player} pixelmon:covered_fossil_0 1",
  49. "2700", "Fossil 1", "give {player} pixelmon:covered_fossil_1 1",
  50. "2700", "Fossil 2", "give {player} pixelmon:covered_fossil_2 1",
  51. "2700", "Fossil 3", "give {player} pixelmon:covered_fossil_3 1",
  52. "2700", "Fossil 4", "give {player} pixelmon:covered_fossil_4 1",
  53. "2700", "Fossil 5", "give {player} pixelmon:covered_fossil_5 1",
  54. "2700", "Fossil 6", "give {player} pixelmon:covered_fossil_6 1",
  55. "2700", "Fossil 7", "give {player} pixelmon:covered_fossil_7 1",
  56. "2700", "Fossil 8", "give {player} pixelmon:covered_fossil_8 1",
  57. "2700", "Great balls", "give {player} pixelmon:great_ball 4",
  58. "2700", "Ultra balls", "give {player} pixelmon:ultra_ball 2",
  59. "2700", "Timer balls", "give {player} pixelmon:timer_ball 2",
  60. "2700", "Heavy balls", "give {player} pixelmon:heavy_ball 2",
  61. "2700", "Books", "give {player} minecraft:book 3",
  62. "2700", "Slime ball", "give {player} minecraft:slime_ball 2",
  63. "2700", "Blaze rod", "give {player} minecraft:blaze_rod 2",
  64. "2700", "Iron ingot", "give {player} minecraft:iron_ingot 4",
  65. "2700", "Amulet Coin", "give {player} pixelmon:amulet_coin 1",
  66. "800", "a Max Revive", "give {player} pixelmon:max_revive 1",
  67. "800", "Rare candy", "give {player} pixelmon:rare_candy 1",
  68. "800", "Exp. share", "give {player} pixelmon:exp_share 1",
  69. "800", "a Skeleton skull", "give {player} minecraft:skull 1 0",
  70. "800", "a Zombie skull", "give {player} minecraft:skull 1 2",
  71. "800", "a Creeper skull", "give {player} minecraft:skull 1 4",
  72. "800", "Obsidian", "give {player} minecraft:obsidian 1",
  73. "800", "Diamond", "give {player} minecraft:diamond 1",
  74. "240", "a Player skull", "give {player} skull 1 3 {SkullOwner:\"{player}\"}",
  75. "240", "Diamond pickaxe", "give {player} minecraft:diamond_pickaxe 1 0 {ench:[{id:32,lvl:2}]}",
  76. "240", "Diamond axe", "give {player} minecraft:diamond_axe 1 0 {ench:[{id:32,lvl:2}]}",
  77. "240", "Thunder stone", "give {player} pixelmon:thunder_stone 1",
  78. "240", "Leaf stone", "give {player} pixelmon:leaf_stone 1",
  79. "240", "Water stone", "give {player} pixelmon:water_stone 1",
  80. "240", "Fire stone", "give {player} pixelmon:fire_stone 1",
  81. "240", "Sun stone", "give {player} pixelmon:sun_stone 1",
  82. "240", "Moon stone", "give {player} pixelmon:moon_stone 1",
  83. "240", "Dawn stone", "give {player} pixelmon:dawn_stone 1",
  84. "240", "Dusk stone", "give {player} pixelmon:dusk_stone 1",
  85. "240", "Shiny stone", "give {player} pixelmon:shiny_stone 1",
  86. "45", "Thunder stone pickaxe", "give {player} pixelmon:thunder_stone_pickaxe 1 0 {ench:[{id:34,lvl:2}]}",
  87. "45", "Thunder stone axe", "give {player} pixelmon:thunder_stone_axe 1 0 {ench:[{id:34,lvl:2}]}",
  88. "45", "Any Pokemon ticket", "give {player} pixelmon:red_card 1 0 {ench:[{id:48,lvl:2000}],display:{Name:\"Any Pokemon* Ticket\",Lore:[\"Give this to an admin to\", \"exchange for any Pokemon!\", \"*Shinies/Legendaries excluded.\"]}}",
  89. "10", "HM02:Fly", "give {player} pixelmon:hm2 1",
  90. "10", "HM03:Surf", "give {player} pixelmon:hm3 1",
  91. "3", "Uxie", "pokegive {player} uxie",
  92. "3", "Mesprit", "pokegive {player} mesprite",
  93. "3", "Azelf", "pokegive {player} azelf",
  94. "3", "Raikou", "pokegive {player} raikou",
  95. "3", "Entei", "pokegive {player} entei",
  96. "3", "Suicune", "pokegive {player} suicune",
  97. "3", "Regirock", "pokegive {player} regirock",
  98. "3", "Regice", "pokegive {player} regice",
  99. "3", "Registeel", "pokegive {player} registeel",
  100. "3", "Latias", "pokegive {player} latias",
  101. "3", "Latios", "pokegive {player} latios",
  102. "3", "Jirachi", "pokegive {player} jirachi",
  103. "3", "Kyogre", "pokegive {player} kyogre",
  104. "3", "Mew", "pokegive {player} mew",
  105. "3", "Groudon", "pokegive {player} groudon",
  106. "3", "Lugia", "pokegive {player} lugia",
  107. "3", "Ho-Oh", "pokegive {player} ho-oh",
  108. "3", "Celebi", "pokegive {player} celebi",
  109. "1", "Orb", "give {player} pixelmon:orb 1",
  110. "1", "Master ball", "give {player} pixelmon:master_ball 1",
  111. "1", "Burnt Magikarp ticket", "give {player} pixelmon:red_card 1 0 {ench:[{id:48,lvl:2000}],display:{Name:\"Burnt Magikarp Ticket\",Lore:[\"Give this to an admin to\", \"exchange for a burnt magikarp!\"]}}",
  112. "2201", "Nothing", "tellraw {player} {\"text\":\":( You didn't get an item this time.\", \"color\":\"gray\"}"
  113. ]
  114. set:[
  115. "econ add {player} 200",
  116. "tellraw {player} {\"text\":\"Thank you for voting, you got 200 PokeDollars and possibly an item!\", \"color\":\"green\"}"
  117. ]
  118.  
  119. }
  120.  
  121.  
  122. #// Your website voting links, displayed by /vote, these support color formatting. Creates clickable links.
  123. #//seriousvotes.commands.vote
  124. vote-sites:[
  125. "&n&fhttp://pixelmonservers.com/server/EVk9GG38/vote",
  126. "&n&fhttp://minecraft-server-list.com/server/379940/vote/",
  127. "&n&fhttp://minecraft-mp.com/server/144470/vote/",
  128. "&n&fhttp://minecraftservers.org/vote/409078",
  129. "&n&fhttp://www.minepick.com/servers/14145/vote/",
  130. "&n&fhttps://topminecraftservers.org/vote/1505"
  131. ]
  132. #// If you want to disable the Milestones module set hostname to ""
  133. database:{
  134. hostname: "localhost"
  135. port: "3306"
  136. name: "mc-mods"
  137. prefix: "SV_"
  138. username: "root"
  139. password: "Don't steel"
  140. }
  141.  
  142. #// Currently we have monthly weekly and yearly, put what you need in the set rewards. these commands will be run
  143. #// When a player votes X amount of days in a row, 365,30, 7
  144. milestones: {
  145. weekly: {
  146. set:[
  147. "say This is a set weekly {player} Reward",
  148. ]
  149. }
  150. monthly: {
  151. set:[
  152. "say This is a set Monthly {player} Reward"
  153. ]
  154. }
  155. yearly: {
  156. set:[
  157. "say This is a set Yearly {player} Reward",
  158. "say Crap, you must play alot"
  159. ]
  160. }
  161. }
  162. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement