Advertisement
Guest User

Untitled

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