Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
2,381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.78 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. # /amc pouch list - Lists all Available Pouches. ; AMC.PouchList
  11. # /amc pouch give <player> <pouch> <amount> - Gives a Player the Specified Pouch. ; AMC.PouchGive
  12.  
  13. # ** Crate Customisations **
  14.  
  15. #What should be the Pyramid Crates Mystery Item random name list
  16. #Can be added multiple times for it to be more likely to appear
  17. Pyramid_Mystery_Item_Names:
  18. - "&c&lMystery Item"
  19. - "&d&lMystery Item"
  20. - "&5&lMystery Item"
  21. - "&0&lMystery Item"
  22. - "&0&lMystery Item"
  23. - "&5&lMystery Item"
  24. - "&4&lMystery Item"
  25. - "&4&lMystery Item"
  26. - "&7&lMystery Item"
  27. - "&8&lMystery Item"
  28. - "&6&lMystery Item"
  29. - "&e&lMystery Item"
  30.  
  31. #What should be the Pyramid Animations mystery items?
  32. Pyramid_Mystery_Items:
  33. - "WOOL,0"
  34. - "WOOL,2"
  35. - "WOOL,4"
  36. - "WOOL,7"
  37. - "WOOL,8"
  38. - "WOOL,9"
  39. - "WOOL,10"
  40. - "WOOL,12"
  41. - "WOOL,13"
  42. - "WOOL,14"
  43. - "WOOL,15"
  44. - "WOOL,15"
  45. - "WOOL,7"
  46. - "WOOL,8"
  47. - "WOOL,15"
  48. - "WOOL,7"
  49.  
  50. # ** Variables **
  51. # {player_name} - replaces with the users nickname.
  52. # {random_number} - currently is available only for pouches, needs additional conditions
  53.  
  54. # ** Configurations **
  55.  
  56. # Very important that you change this if your server is running on a spigot fork (Spigot fork examples: PaperSpigot, TacoSpigot, BeerSpigot..)
  57. # As if you are using those jars there won't be any armor stands appearing for a split second for the versions above 1.8
  58. SpigotFork: false
  59.  
  60. # Should there be lightning at the end of the animation?
  61. Spinning_Lightning: true
  62.  
  63. # Should item rewards not repeat? For example if you have 10 available rewards there won't be 2
  64. # of the same rewards at a time
  65. Spinning_Items_Dont_Repeat: true
  66.  
  67. # What should be the main command in order to use AdvancedMonthlyCrates plugin, default is /amc
  68. main_command: "amc"
  69.  
  70. # Do alts also get mcrate giveall crates or only 1 crate per ip?
  71. alts_get_giveall: false
  72.  
  73. # How many Monthly Crates can a single player open at the same time?
  74. MonthlyCrates_Player_Limit: 1
  75.  
  76. # How many Monthly Crates can be opened at the same time on the server?
  77. MonthlyCrates_Global_Limit: 50
  78.  
  79. # How close by / what radius between the Monthly Crates should be to be able to open them?
  80. Crate_Radius: 10
  81.  
  82. # How long should the display animation be rolling for? (measured in seconds)
  83. Display_Animation_Lenght: 25
  84.  
  85. # What should be the interval between changing items in the display animation? (measured in seconds)
  86. Display_Animation_Item_Change: 3
  87.  
  88. # With what effect should pouches end? (Currently available: lightning), leave empty for no effect.
  89. PouchEnding: "Lightning"
  90.  
  91. # Debug Mode
  92. Debug_Mode: false
  93.  
  94.  
  95. # ** Messages **
  96.  
  97. # What message should be written if an account on the same ip has already been given a Monthly Crate?
  98. alt_message: "&cAn account on your IP address has already gotten a monthly crate from a give all."
  99.  
  100. # What message should the player get if there are already a maximum amount of crates being opened on the server?
  101. 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!"
  102.  
  103. # What message should the player get if he tries to open more crates than is given as a max per player?
  104. 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!"
  105.  
  106. # What message should the player receive if he is trying to open a crate too close to another crate?
  107. Crate_Radius_Message: "&cYou are too close to another crate that is being opened, please move away to open Yours."
  108.  
  109. # What should be the message that the player receives once he is given a crate with a command give / giveall?
  110. Player_Gets_MCrate_Message: "&d&l [AMC] &5You have been given a Monthly Crate!"
  111.  
  112. # What should be the message that the player receives once he is given a pouch?
  113. Player_Gets_Pouch_Message: "&d&l [AMC] &5You have been given a Pouch!"
  114.  
  115. # Some configurable settings are explained, others should be self-explanatory.
  116. # Contact "BubbleBootie" on SpigotMC with any questions or bug reports.
  117.  
  118. Crates:
  119. #Here you create a new monthly crate, you can call it any name but they must not repeat.
  120. MarchCrate:
  121. Animation: "Round"
  122. #Currently there are 2 types of animations: Round ; Pyramid
  123. Item: "ENDER_CHEST"
  124. #Is the block that will be the monthly crate
  125. Enchanted: true #Not all items can be enchanted.
  126. Name: "&e&lMarch MonthlyCrate &c&l2019"
  127. CommandOnCratePlace:
  128. - "broadcast {player_name} is opening a March Crate!"
  129. RewardHologram:
  130. - "&cCongradulations to &a&l{player_name} &cfor opening"
  131. - "&cThe Monthly March Crate!"
  132. - ""
  133. - "&8Buy your own crate at: buy.store.com"
  134. #Customisable hologram above the main prize
  135. Size: 8
  136. #Amount of items that the person will get, ranges from 0-8
  137. Lores:
  138. - ""
  139. - "&e&lThank you for buying the crate &4$l{player_name}"
  140. - "&e&lSuper OP March Crate"
  141. - "&a&lThere is a lot of loot here"
  142. Prizes:
  143. #Prize names musn't repeat, though they can be called anything.
  144. DiamondHelmet:
  145. Item: ANVIL
  146. Enchanted: true
  147. Name: "&e&lSuper OP Diamond Helmet"
  148. Commands:
  149. - "give {player_name} diamond_helmet 1"
  150. - "broadcast &e&l{player_name} Just Won a Super Helmet!"
  151. Chance: 10
  152. CreeperEgg:
  153. Item: MONSTER_EGG
  154. Enchanted: false
  155. Damage: 50
  156. Name: "&e&lOP Creeper Egg (x1)"
  157. Chance: 80
  158. BrewingStand:
  159. Item: BREWING_STAND_ITEM
  160. Enchanted: false
  161. Name: "&a&lStrange looking brewing stand (x1)"
  162. Commands:
  163. - "broadcast &e&l{player_name} Just Won a Brewing Stand!"
  164. Chance: 25
  165. MobSpawner:
  166. Item: MOB_SPAWNER
  167. Enchanted: true
  168. Name: "&c&lMysterious Mob Spawner (x2)"
  169. Commands:
  170. - "broadcast &e&l{player_name} Just Won a Mysterious Mob Spawner!"
  171. Chance: 100
  172. Stone:
  173. Item: STONE
  174. Enchanted: true
  175. Name: "&e&lSome Regular Stone (x1)"
  176. Commands:
  177. - "give {player_name} stone 1"
  178. - "broadcast &e&l{player_name} Just Won Some Regular Stone!"
  179. Chance: 50
  180. DiamondSword:
  181. Item: DIAMOND_SWORD
  182. Enchanted: true
  183. Name: "&e&lWardens Ultra Rare Sword (x1)"
  184. Commands:
  185. - "give {player_name} diamond_helmet 1"
  186. - "broadcast &e&l{player_name} Just Won Wardens Ultra Rare Sword (x1)!"
  187. Chance: 1
  188. Flower:
  189. Item: YELLOW_FLOWER
  190. Enchanted: true
  191. Name: "&e&lJust a Yellow Flower (x1)"
  192. Commands:
  193. - "broadcast &e&l{player_name} Just Won a Yellow Flower (x1)!"
  194. Chance: 80
  195. Apple:
  196. Item: APPLE
  197. Enchanted: true
  198. Name: "&f&lVery Rare Red Apple (x1)"
  199. Commands:
  200. - "give {player_name} apple 1"
  201. - "broadcast &e&l{player_name} Just Won a Very Rare Red Apple!"
  202. Chance: 30
  203. Diamond:
  204. Item: DIAMOND
  205. Enchanted: true
  206. Name: "&c&lThis Server's Rare Tokens (x30)"
  207. Commands:
  208. - "broadcast &e&l{player_name} Just Won Rare Tokens (x30)!"
  209. Chance: 100
  210. FishingRod:
  211. Item: FISHING_ROD
  212. Enchanted: true
  213. Name: "&a&lPoseidon's Fishing Rod (x1)"
  214. Commands:
  215. - "give {player_name} diamond_helmet 1"
  216. - "broadcast &e&l{player_name} Just Won Poseidon's Fishing Rod (x1)!"
  217. Chance: 1
  218. Bed:
  219. Item: BED
  220. Enchanted: true
  221. Name: "&b&nVery Strange Looking Bed (x1)"
  222. Commands:
  223. - "broadcast &e&l{player_name} Just Won a Very Strange Looking Bed (x1)!"
  224. Chance: 1
  225. #There will be only 1 Best Prize, it will be located in the middle of the circle. You can also delete BestPrizes section if you wish there to not be any item in the middle.
  226. BestPrizes:
  227. Bedrock:
  228. Item: BEDROCK
  229. Enchanted: true
  230. Name: "&8&l&nBest Block Ever (x1)"
  231. Commands:
  232. - "give {player_name} bedrock 1"
  233. - "broadcast &e&l{player_name} Just Won a Best Block Ever (x1)!"
  234. Chance: 20
  235. Boat:
  236. Item: BOAT
  237. Enchanted: true
  238. Name: "&f&l&nSailer's Boat (x1)"
  239. Commands:
  240. - "give {player_name} boat 1"
  241. - "broadcast &e&l{player_name} Just Won a Sailer's Boat (x1)!"
  242. Chance: 20
  243. JuneCrate:
  244. Animation: "Pyramid"
  245. Item: "ENDER_CHEST"
  246. Enchanted: true #Not all items can be enchanted.
  247. Name: "&e&lJune MonthlyCrate &c&l2019"
  248. RewardHologram:
  249. - "&cCongradulations to &a&l{player_name} &cfor opening"
  250. - "&cThe Monthly June Crate!"
  251. - ""
  252. - "&8Buy your own crate at: buy.store.com"
  253. Size: 5 #currently disabled.
  254. Radius: 4
  255. Lores:
  256. - ""
  257. - "&e&lSuper OP June Crate"
  258. - "&a&lThere is a lot of loot here"
  259. Prizes:
  260. DiamondHelmet:
  261. Item: ANVIL
  262. Enchanted: true
  263. Name: "&e&lSuper OP Diamond Helmet"
  264. Commands:
  265. - "give {player_name} diamond_helmet 1"
  266. - "broadcast &e&l{player_name} Just Won a Super Helmet!"
  267. Chance: 10
  268. BrewingStand:
  269. Item: BREWING_STAND_ITEM
  270. Enchanted: false
  271. Name: "&a&lStrange looking brewing stand (x1)"
  272. Commands:
  273. - "broadcast &e&l{player_name} Just Won a Brewing Stand!"
  274. Chance: 25
  275. MobSpawner:
  276. Item: MOB_SPAWNER
  277. Enchanted: true
  278. Name: "&c&lMysterious Mob Spawner (x2)"
  279. Commands:
  280. - "broadcast &e&l{player_name} Just Won a Mysterious Mob Spawner!"
  281. Chance: 100
  282. Stone:
  283. Item: STONE
  284. Enchanted: true
  285. Name: "&e&lSome Regular Stone (x1)"
  286. Commands:
  287. - "give {player_name} stone 1"
  288. - "broadcast &e&l{player_name} Just Won Some Regular Stone!"
  289. Chance: 50
  290. DiamondSword:
  291. Item: DIAMOND_SWORD
  292. Enchanted: true
  293. Name: "&e&lWardens Ultra Rare Sword (x1)"
  294. Commands:
  295. - "give {player_name} diamond_helmet 1"
  296. - "broadcast &e&l{player_name} Just Won Wardens Ultra Rare Sword (x1)!"
  297. Chance: 1
  298. Flower:
  299. Item: YELLOW_FLOWER
  300. Enchanted: true
  301. Name: "&e&lJust a Yellow Flower (x1)"
  302. Commands:
  303. - "broadcast &e&l{player_name} Just Won a Yellow Flower (x1)!"
  304. Chance: 80
  305. Apple:
  306. Item: APPLE
  307. Enchanted: true
  308. Name: "&f&lVery Rare Red Apple (x1)"
  309. Commands:
  310. - "give {player_name} apple 1"
  311. - "broadcast &e&l{player_name} Just Won a Very Rare Red Apple!"
  312. Chance: 30
  313. Diamond:
  314. Item: DIAMOND
  315. Enchanted: true
  316. Name: "&c&lThis Server's Rare Tokens (x30)"
  317. Commands:
  318. - "broadcast &e&l{player_name} Just Won Rare Tokens (x30)!"
  319. Chance: 100
  320. FishingRod:
  321. Item: FISHING_ROD
  322. Enchanted: true
  323. Name: "&a&lPoseidon's Fishing Rod (x1)"
  324. Commands:
  325. - "give {player_name} diamond_helmet 1"
  326. - "broadcast &e&l{player_name} Just Won Poseidon's Fishing Rod (x1)!"
  327. Chance: 1
  328. Bed:
  329. Item: BED
  330. Enchanted: true
  331. Name: "&b&nVery Strange Looking Bed (x1)"
  332. Commands:
  333. - "broadcast &e&l{player_name} Just Won a Very Strange Looking Bed (x1)!"
  334. Chance: 1
  335. Display:
  336. Item: "ENDER_CHEST"
  337. Animation: "Display"
  338. DisplayStand: BEACON
  339. Enchanted: true
  340. Name: "&e&lDisplay MonthlyCrate &c&l2019"
  341. RewardHologram:
  342. - "&cCongradulations to &a&l{player_name} &cfor opening"
  343. - "&cThe Display Crate!"
  344. - ""
  345. - "&8Buy your own crate at: buy.store.com"
  346. Lores:
  347. - ""
  348. - "&e&lSuper OP Display Crate"
  349. - "&a&lContains lots of items"
  350. Prizes:
  351. DiamondHelmet:
  352. Item: ANVIL
  353. Enchanted: true
  354. Name: "&e&lSuper OP Diamond Helmet"
  355. Commands:
  356. - "give {player_name} diamond_helmet 1"
  357. - "broadcast &e&l{player_name} Just Won a Super Helmet!"
  358. Chance: 10
  359. BrewingStand:
  360. Item: BREWING_STAND_ITEM
  361. Enchanted: false
  362. Name: "&a&lStrange looking brewing stand (x1)"
  363. Commands:
  364. - "broadcast &e&l{player_name} Just Won a Brewing Stand!"
  365. Chance: 25
  366. MobSpawner:
  367. Item: MOB_SPAWNER
  368. Enchanted: true
  369. Name: "&c&lMysterious Mob Spawner (x2)"
  370. Commands:
  371. - "broadcast &e&l{player_name} Just Won a Mysterious Mob Spawner!"
  372. Chance: 100
  373. Stone:
  374. Item: STONE
  375. Enchanted: true
  376. Name: "&e&lSome Regular Stone (x1)"
  377. Commands:
  378. - "give {player_name} stone 1"
  379. - "broadcast &e&l{player_name} Just Won Some Regular Stone!"
  380. Chance: 50
  381. DiamondSword:
  382. Item: DIAMOND_SWORD
  383. Enchanted: true
  384. Name: "&e&lWardens Ultra Rare Sword (x1)"
  385. Commands:
  386. - "give {player_name} diamond_helmet 1"
  387. - "broadcast &e&l{player_name} Just Won Wardens Ultra Rare Sword (x1)!"
  388. Chance: 1
  389. Flower:
  390. Item: YELLOW_FLOWER
  391. Enchanted: true
  392. Name: "&e&lJust a Yellow Flower (x1)"
  393. Commands:
  394. - "broadcast &e&l{player_name} Just Won a Yellow Flower (x1)!"
  395. Chance: 80
  396. Apple:
  397. Item: APPLE
  398. Enchanted: true
  399. Name: "&f&lVery Rare Red Apple (x1)"
  400. Commands:
  401. - "give {player_name} apple 1"
  402. - "broadcast &e&l{player_name} Just Won a Very Rare Red Apple!"
  403. Chance: 30
  404. Diamond:
  405. Item: DIAMOND
  406. Enchanted: true
  407. Name: "&c&lThis Server's Rare Tokens (x30)"
  408. Commands:
  409. - "broadcast &e&l{player_name} Just Won Rare Tokens (x30)!"
  410. Chance: 100
  411. FishingRod:
  412. Item: FISHING_ROD
  413. Enchanted: true
  414. Name: "&a&lPoseidon's Fishing Rod (x1)"
  415. Commands:
  416. - "give {player_name} diamond_helmet 1"
  417. - "broadcast &e&l{player_name} Just Won Poseidon's Fishing Rod (x1)!"
  418. Chance: 1
  419. Bed:
  420. Item: BED
  421. Enchanted: true
  422. Name: "&b&nVery Strange Looking Bed (x1)"
  423. Commands:
  424. - "broadcast &e&l{player_name} Just Won a Very Strange Looking Bed (x1)!"
  425. Chance: 1
  426. Pouches:
  427. MoneyPouch:
  428. Item: ENDER_CHEST
  429. PouchStand: ENDER_CHEST
  430. Enchanted: true
  431. Name: "&e&lTier I Money Pouch &r&7(Right Click)"
  432. EndHologram:
  433. - "&e&lMONEY POUCH"
  434. - "&7You have won ${random_number} from this pouch!"
  435. TitleMessage: "&a&l+{random_number}"
  436. Lores:
  437. - ''
  438. - '&7Place the Money Pouch to receive a'
  439. - '&7Mystery reward of money!'
  440. - ''
  441. - '&6&l* &eTier &f1'
  442. - ''
  443. - '&6&l* &eReward'
  444. - '&8- &f$10,000 - $50,000'
  445. - ''
  446. - '&7&o(( Place down to open! ))'
  447. RandomNumberMin: 10000
  448. RandomNumberMax: 50000
  449. Rewards:
  450. - "eco give {player_name} {random_number}"
  451. DiamondPouch:
  452. Item: DIAMOND_BLOCK
  453. PouchStand: DIAMOND_BLOCK
  454. Enchanted: true
  455. Name: "&b&lTier I Diamond Pouch &r&7(Right Click)"
  456. EndHologram:
  457. - "&e&lDIAMOND POUCH"
  458. - "&7You have found {random_number} Diamond Blocks from this pouch!"
  459. Lores:
  460. - ''
  461. - '&7Place the Diamond Pouch to receive a'
  462. - '&7Mystery reward of Diamond Blocks!'
  463. - ''
  464. - '&6&l* &bTier &f1'
  465. - ''
  466. - '&6&l* &bReward'
  467. - '&8- &f1 - 128 Diamond Blocks'
  468. - ''
  469. - '&7&o(( Place down to open! ))'
  470. RandomNumberMin: 1
  471. RandomNumberMax: 128
  472. Rewards:
  473. - "give {player_name} DIAMOND_BLOCK {random_number}"
  474. ExpPouch:
  475. Item: CHEST
  476. PouchStand: CHEST
  477. Enchanted: true
  478. Name: "&a&lTier I EXP Pouch &r&7(Right Click)"
  479. EndHologram:
  480. - "&e&lEXP POUCH"
  481. - "&7You have found {random_number} EXP from this pouch!"
  482. Lores:
  483. - ''
  484. - '&7Place the EXP Pouch to receive a'
  485. - '&7Mystery reward of Experience!'
  486. - ''
  487. - '&6&l* &aTier &f1'
  488. - ''
  489. - '&6&l* &aReward'
  490. - '&8- &f100 - 1000 EXP'
  491. - ''
  492. - '&7&o(( Place down to open! ))'
  493. RandomNumberMin: 100
  494. RandomNumberMax: 1000
  495. Rewards:
  496. - "minecraft:xp {random_number} {player_name}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement