Guest User

Untitled

a guest
Jun 27th, 2019
1,328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.42 KB | None | 0 0
  1. # AdvancedMonthlyCrates
  2. # Made by PM2
  3.  
  4. # ** Commands and permissions
  5. # /amc list - Shows a list of all correctly made monthly crates. ; AMC.List
  6. # /amc give <player> <crate> <amount> - Gives a specified player the specified monthly crate. ; AMC.Give
  7. # /amc giveall <crate> <amount> - Gives everyone on the server a specified monthly crate. ; AMC.GiveAll
  8. # /amc reload - Reloads all plugins configurations. ; AMC.Reload
  9. # /amc errors - Sends out why and where MCrates are not configured properly. ; AMC.Errors
  10.  
  11. # ** Crate Customisations **
  12.  
  13. #What should be the Pyramid Crates Mystery Item random name list
  14. #Can be added multiple times for it to be more likely to appear
  15. Pyramid_Mystery_Item_Names:
  16. - "&c&lMystery Item"
  17. - "&d&lMystery Item"
  18. - "&5&lMystery Item"
  19. - "&0&lMystery Item"
  20. - "&0&lMystery Item"
  21. - "&5&lMystery Item"
  22. - "&4&lMystery Item"
  23. - "&4&lMystery Item"
  24. - "&7&lMystery Item"
  25. - "&8&lMystery Item"
  26. - "&6&lMystery Item"
  27. - "&e&lMystery Item"
  28.  
  29. #What should be the Pyramid Animations mystery items?
  30. Pyramid_Mystery_Items:
  31. - "WOOL,0"
  32. - "WOOL,2"
  33. - "WOOL,4"
  34. - "WOOL,7"
  35. - "WOOL,8"
  36. - "WOOL,9"
  37. - "WOOL,10"
  38. - "WOOL,12"
  39. - "WOOL,13"
  40. - "WOOL,14"
  41. - "WOOL,15"
  42. - "WOOL,15"
  43. - "WOOL,7"
  44. - "WOOL,8"
  45. - "WOOL,15"
  46. - "WOOL,7"
  47.  
  48. # ** Variables **
  49. # {player_name} - replaces with the users nickname.
  50.  
  51. # ** Configurations **
  52.  
  53. # Should there be lightning at the end of the animation?
  54. Spinning_Lightning: true
  55.  
  56. # Should item rewards not repeat? For example if you have 10 available rewards there won't be 2
  57. # of the same rewards at a time
  58. Spinning_Items_Dont_Repeat: true
  59.  
  60. # What should be the main command in order to use AdvancedMonthlyCrates plugin, default is /amc
  61. main_command: "amc"
  62.  
  63. # Do alts also get mcrate giveall crates or only 1 crate per ip?
  64. alts_get_giveall: false
  65.  
  66. # How many Monthly Crates can a single player open at the same time?
  67. MonthlyCrates_Player_Limit: 1
  68.  
  69. # How many Monthly Crates can be opened at the same time on the server?
  70. MonthlyCrates_Global_Limit: 50
  71.  
  72. # How close by / what radius between the Monthly Crates should be to be able to open them?
  73. Crate_Radius: 10
  74.  
  75. # Debug Mode
  76. Debug_Mode: false
  77.  
  78.  
  79. # ** Messages **
  80.  
  81. # What message should be written if an account on the same ip has already been given a Monthly Crate?
  82. alt_message: "&cAn account on your IP address has already gotten a monthly crate from a give all."
  83.  
  84. # What message should the player get if there are already a maximum amount of crates being opened on the server?
  85. MonthlyCrate_Global_Limit_Message: "&cSorry, there is already a maximum amount of crates being opened at the same time on the server, please try again in a bit!"
  86.  
  87. # What message should the player get if he tries to open more crates than is given as a max per player?
  88. MonthlyCrate_Player_Limit_Message: "&cYou already have {opening_crates_now} Monthly Crates placed, please wait for at least one of them to finish to open an another one!"
  89.  
  90. # What message should the player receive if he is trying to open a crate too close to another crate?
  91. Crate_Radius_Message: "&cYou are too close to another crate that is being opened, please move away to open Yours."
  92.  
  93. # What should be the message that the player receives once he is given a crate with a command give / giveall?
  94. Player_Gets_MCrate_Message: "&d&l [AMC] &5You have been given a Monthly Crate!"
  95.  
  96. # Some configurable settings are explained, others should be self-explanatory.
  97. # Contact "BubbleBootie" on SpigotMC with any questions or bug reports.
  98.  
  99. Crates:
  100. #Here you create a new monthly crate, you can call it any name but they must not repeat.
  101. MarchCrate:
  102. Animation: "Round"
  103. #Currently there are 2 types of animations: Round ; Pyramid
  104. Item: "ENDER_CHEST"
  105. #Is the block that will be the monthly crate
  106. Enchanted: true #Not all items can be enchanted.
  107. Name: "&e&lMarch MonthlyCrate &c&l2019"
  108. RewardHologram:
  109. - "&cCongradulations to &a&l{player_name} &cfor opening"
  110. - "&cThe Monthly March Crate!"
  111. - ""
  112. - "&8Buy your own crate at: buy.store.com"
  113. #Customisable hologram above the main prize
  114. Size: 8
  115. #Amount of items that the person will get, ranges from 0-8
  116. Lores:
  117. - ""
  118. - "&e&lSuper OP March Crate"
  119. - "&a&lThere is a lot of loot here"
  120. Prizes:
  121. #Prize names musn't repeat, though they can be called anything.
  122. DiamondHelmet:
  123. Item: ANVIL
  124. Enchanted: true
  125. Name: "&e&lSuper OP Diamond Helmet"
  126. Commands:
  127. - "give {player_name} diamond_helmet 1"
  128. - "broadcast &e&l{player_name} Just Won a Super Helmet!"
  129. Chance: 10
  130. CreeperEgg:
  131. Item: MONSTER_EGG
  132. Enchanted: false
  133. Damage: 50
  134. Name: "&e&lOP Creeper Egg (x1)"
  135. Chance: 80
  136. BrewingStand:
  137. Item: BREWING_STAND_ITEM
  138. Enchanted: false
  139. Name: "&a&lStrange looking brewing stand (x1)"
  140. Commands:
  141. - "broadcast &e&l{player_name} Just Won a Brewing Stand!"
  142. Chance: 25
  143. MobSpawner:
  144. Item: MOB_SPAWNER
  145. Enchanted: true
  146. Name: "&c&lMysterious Mob Spawner (x2)"
  147. Commands:
  148. - "broadcast &e&l{player_name} Just Won a Mysterious Mob Spawner!"
  149. Chance: 100
  150. Stone:
  151. Item: STONE
  152. Enchanted: true
  153. Name: "&e&lSome Regular Stone (x1)"
  154. Commands:
  155. - "give {player_name} stone 1"
  156. - "broadcast &e&l{player_name} Just Won Some Regular Stone!"
  157. Chance: 50
  158. DiamondSword:
  159. Item: DIAMOND_SWORD
  160. Enchanted: true
  161. Name: "&e&lWardens Ultra Rare Sword (x1)"
  162. Commands:
  163. - "give {player_name} diamond_helmet 1"
  164. - "broadcast &e&l{player_name} Just Won Wardens Ultra Rare Sword (x1)!"
  165. Chance: 1
  166. Flower:
  167. Item: YELLOW_FLOWER
  168. Enchanted: true
  169. Name: "&e&lJust a Yellow Flower (x1)"
  170. Commands:
  171. - "broadcast &e&l{player_name} Just Won a Yellow Flower (x1)!"
  172. Chance: 80
  173. Apple:
  174. Item: APPLE
  175. Enchanted: true
  176. Name: "&f&lVery Rare Red Apple (x1)"
  177. Commands:
  178. - "give {player_name} apple 1"
  179. - "broadcast &e&l{player_name} Just Won a Very Rare Red Apple!"
  180. Chance: 30
  181. Diamond:
  182. Item: DIAMOND
  183. Enchanted: true
  184. Name: "&c&lThis Server's Rare Tokens (x30)"
  185. Commands:
  186. - "broadcast &e&l{player_name} Just Won Rare Tokens (x30)!"
  187. Chance: 100
  188. FishingRod:
  189. Item: FISHING_ROD
  190. Enchanted: true
  191. Name: "&a&lPoseidon's Fishing Rod (x1)"
  192. Commands:
  193. - "give {player_name} diamond_helmet 1"
  194. - "broadcast &e&l{player_name} Just Won Poseidon's Fishing Rod (x1)!"
  195. Chance: 1
  196. Bed:
  197. Item: BED
  198. Enchanted: true
  199. Name: "&b&nVery Strange Looking Bed (x1)"
  200. Commands:
  201. - "broadcast &e&l{player_name} Just Won a Very Strange Looking Bed (x1)!"
  202. Chance: 1
  203. #There will be only 1 Best Prize, it will be located in the middle of the circle.
  204. BestPrizes:
  205. Bedrock:
  206. Item: BEDROCK
  207. Enchanted: true
  208. Name: "&8&l&nBest Block Ever (x1)"
  209. Commands:
  210. - "give {player_name} bedrock 1"
  211. - "broadcast &e&l{player_name} Just Won a Best Block Ever (x1)!"
  212. Chance: 20
  213. Boat:
  214. Item: BOAT
  215. Enchanted: true
  216. Name: "&f&l&nSailer's Boat (x1)"
  217. Commands:
  218. - "give {player_name} boat 1"
  219. - "broadcast &e&l{player_name} Just Won a Sailer's Boat (x1)!"
  220. Chance: 20
  221. JuneCrate:
  222. Animation: "Pyramid"
  223. Item: "BEDROCK"
  224. Enchanted: true #Not all items can be enchanted.
  225. Name: "&e&lJune MonthlyCrate &c&l2019"
  226. Size: 5 #currently disabled.
  227. Radius: 4
  228. Lores:
  229. - ""
  230. - "&e&lSuper OP June Crate"
  231. - "&a&lThere is a lot of loot here"
  232. Prizes:
  233. DiamondHelmet:
  234. Item: ANVIL
  235. Enchanted: true
  236. Name: "&e&lSuper OP Diamond Helmet"
  237. Commands:
  238. - "give {player_name} diamond_helmet 1"
  239. - "broadcast &e&l{player_name} Just Won a Super Helmet!"
  240. Chance: 10
  241. BrewingStand:
  242. Item: BREWING_STAND_ITEM
  243. Enchanted: false
  244. Name: "&a&lStrange looking brewing stand (x1)"
  245. Commands:
  246. - "broadcast &e&l{player_name} Just Won a Brewing Stand!"
  247. Chance: 25
  248. MobSpawner:
  249. Item: MOB_SPAWNER
  250. Enchanted: true
  251. Name: "&c&lMysterious Mob Spawner (x2)"
  252. Commands:
  253. - "broadcast &e&l{player_name} Just Won a Mysterious Mob Spawner!"
  254. Chance: 100
  255. Stone:
  256. Item: STONE
  257. Enchanted: true
  258. Name: "&e&lSome Regular Stone (x1)"
  259. Commands:
  260. - "give {player_name} stone 1"
  261. - "broadcast &e&l{player_name} Just Won Some Regular Stone!"
  262. Chance: 50
  263. DiamondSword:
  264. Item: DIAMOND_SWORD
  265. Enchanted: true
  266. Name: "&e&lWardens Ultra Rare Sword (x1)"
  267. Commands:
  268. - "give {player_name} diamond_helmet 1"
  269. - "broadcast &e&l{player_name} Just Won Wardens Ultra Rare Sword (x1)!"
  270. Chance: 1
  271. Flower:
  272. Item: YELLOW_FLOWER
  273. Enchanted: true
  274. Name: "&e&lJust a Yellow Flower (x1)"
  275. Commands:
  276. - "broadcast &e&l{player_name} Just Won a Yellow Flower (x1)!"
  277. Chance: 80
  278. Apple:
  279. Item: APPLE
  280. Enchanted: true
  281. Name: "&f&lVery Rare Red Apple (x1)"
  282. Commands:
  283. - "give {player_name} apple 1"
  284. - "broadcast &e&l{player_name} Just Won a Very Rare Red Apple!"
  285. Chance: 30
  286. Diamond:
  287. Item: DIAMOND
  288. Enchanted: true
  289. Name: "&c&lThis Server's Rare Tokens (x30)"
  290. Commands:
  291. - "broadcast &e&l{player_name} Just Won Rare Tokens (x30)!"
  292. Chance: 100
  293. FishingRod:
  294. Item: FISHING_ROD
  295. Enchanted: true
  296. Name: "&a&lPoseidon's Fishing Rod (x1)"
  297. Commands:
  298. - "give {player_name} diamond_helmet 1"
  299. - "broadcast &e&l{player_name} Just Won Poseidon's Fishing Rod (x1)!"
  300. Chance: 1
  301. Bed:
  302. Item: BED
  303. Enchanted: true
  304. Name: "&b&nVery Strange Looking Bed (x1)"
  305. Commands:
  306. - "broadcast &e&l{player_name} Just Won a Very Strange Looking Bed (x1)!"
  307. Chance: 1
Add Comment
Please, Sign In to add comment