Advertisement
InstantzZHD

Untitled

Sep 5th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.41 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. # Very important that you change this if your server is running on a spigot fork (Spigot fork examples: PaperSpigot, TacoSpigot, BeerSpigot..)
  54. # 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
  55. SpigotFork: false
  56.  
  57. # Should there be lightning at the end of the animation?
  58. Spinning_Lightning: true
  59.  
  60. # Should item rewards not repeat? For example if you have 10 available rewards there won't be 2
  61. # of the same rewards at a time
  62. Spinning_Items_Dont_Repeat: true
  63.  
  64. # What should be the main command in order to use AdvancedMonthlyCrates plugin, default is /amc
  65. main_command: "amc"
  66.  
  67. # Do alts also get mcrate giveall crates or only 1 crate per ip?
  68. alts_get_giveall: false
  69.  
  70. # How many Monthly Crates can a single player open at the same time?
  71. MonthlyCrates_Player_Limit: 1
  72.  
  73. # How many Monthly Crates can be opened at the same time on the server?
  74. MonthlyCrates_Global_Limit: 50
  75.  
  76. # How close by / what radius between the Monthly Crates should be to be able to open them?
  77. Crate_Radius: 10
  78.  
  79. # How long should the display animation be rolling for? (measured in seconds)
  80. Display_Animation_Lenght: 25
  81.  
  82. # What should be the interval between changing items in the display animation? (measured in seconds)
  83. Display_Animation_Item_Change: 3
  84.  
  85. # How long should the chunks be force loaded when the crate is opening? (seconds)
  86. KeepChunksFor: 50
  87.  
  88. # Debug Mode
  89. Debug_Mode: false
  90.  
  91.  
  92. # ** Messages **
  93.  
  94. # What message should be written if an account on the same ip has already been given a Monthly Crate?
  95. alt_message: "&cAn account on your IP address has already gotten a monthly crate from a give all."
  96.  
  97. # What message should the player get if there are already a maximum amount of crates being opened on the server?
  98. 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!"
  99.  
  100. # What message should the player get if he tries to open more crates than is given as a max per player?
  101. 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!"
  102.  
  103. # What message should the player receive if he is trying to open a crate too close to another crate?
  104. Crate_Radius_Message: "&cYou are too close to another crate that is being opened, please move away to open Yours."
  105.  
  106. # What should be the message that the player receives once he is given a crate with a command give / giveall?
  107. Player_Gets_MCrate_Message: "&d&l [AMC] &5You have been given a Monthly Crate!"
  108.  
  109. # Some configurable settings are explained, others should be self-explanatory.
  110. # Contact "BubbleBootie" on SpigotMC with any questions or bug reports.
  111.  
  112. Crates:
  113. #Here you create a new monthly crate, you can call it any name but they must not repeat.
  114. September:
  115. Animation: "Round"
  116. #Currently there are 2 types of animations: Round ; Pyramid
  117. Item: "BEACON"
  118. #Is the block that will be the monthly crate
  119. Enchanted: false #Not all items can be enchanted.
  120. Name: "&6✖&e✖&6✖ &e&lNOVA CRATE: &6&l&nSEPTEMBER 2019&6 ✖&e✖&6✖"
  121. RewardHologram:
  122. - "&6✖&e✖&6✖ &e&lNOVA CRATE: &6&l&nSEPTEMBER 2019&6 ✖&e✖&6✖"
  123. - ""
  124. - "&7Puchase this crate @ &nstore.novawars.net"
  125. #Customisable hologram above the main prize
  126. Size: 8
  127. #Amount of items that the person will get, ranges from 0-8
  128. Lores:
  129. - "&7This one-time crate holds several exclusive and"
  130. - "&7very overpowered items which are like no other,"
  131. - "&7this crate is renewed every single month with"
  132. - "&7new and updated rewards."
  133. - "&f"
  134. - "&f&l&nREWARDS:"
  135. - "&e&l* &fMoney Pouches"
  136. - "&e&l* &fExperience Pouches"
  137. - "&e&l* &fHeroic Crate"
  138. - "&e&l* &fRanks & Commands"
  139. - "&e&l* &fCrate Charms"
  140. - "&e&l* &fTrench Pickaxes"
  141. - "&e&l* &fLootbags"
  142. - "&e&l* &fCustom Creeper Eggs"
  143. - "&e&l* &fEnchanted Rune Pouch"
  144. - "&e&l* &fMob Spawners"
  145. - "&e&l* &fSkill Points"
  146. - "&e&l* &fClue Scroll Items"
  147. - "&e&l* &fPowerboost Upgrade"
  148. - "&f"
  149. - "&7This crate was purchased from our store, you"
  150. - "&7can purchase more at &nstore.novawars.net&7."
  151. Prizes:
  152. #Prize names musn't repeat, though they can be called anything.
  153. 1:
  154. Item: CHEST
  155. Enchanted: true
  156. Name: "&f&lMONEYPOUCH &8| &7Tier 1 &r&7(Place Down)"
  157. Commands:
  158. - "dp give mp1 {player_name} 1"
  159. - "announce say &6&lMCrates &7&l| &7Firosee won &f&lMONEYPOUCH &8| &7Tier 1 &r&7(Place Down)"
  160. Chance: 80
  161. 2:
  162. Item: CHEST
  163. Enchanted: true
  164. Name: "&f&lMONEYPOUCH &8| &7Tier 2 &r&7(Place Down)"
  165. Commands:
  166. - "dp give mp2 {player_name} 1"
  167. - "announce say &6&lMCrates &7&l| &7Firosee won &f&lMONEYPOUCH &8| &7Tier 2 &r&7(Place Down)"
  168. Chance: 75
  169. 3:
  170. Item: CHEST
  171. Enchanted: true
  172. Name: "&f&lMONEYPOUCH &8| &7Tier 3 &r&7(Place Down)"
  173. Commands:
  174. - "dp give mp3 {player_name} 1"
  175. - "announce say &6&lMCrates &7&l| &7Firosee won &f&lMONEYPOUCH &8| &7Tier 3 &r&7(Place Down)"
  176. Chance: 70
  177. 4:
  178. Item: CHEST
  179. Enchanted: true
  180. Name: "&f&lMONEYPOUCH &8| &7Tier 4 &r&7(Place Down)"
  181. Commands:
  182. - "dp give mp4 {player_name} 1"
  183. - "announce say &6&lMCrates &7&l| &7Firosee won &f&lMONEYPOUCH &8| &7Tier 4 &r&7(Place Down)"
  184. Chance: 65
  185. 5:
  186. Item: CHEST
  187. Enchanted: true
  188. Name: "&f&lXPPOUCH &8| &7Tier 1 &r&7(Place Down)"
  189. Commands:
  190. - "dp give ep1 {player_name} 1"
  191. - "announce say &6&lMCrates &7&l| &7Firosee won &f&lXPPOUCH &8| &7Tier 1 &r&7(Place Down)"
  192. Chance: 80
  193. 6:
  194. Item: CHEST
  195. Enchanted: true
  196. Name: "&f&lXPPOUCH &8| &7Tier 2 &r&7(Place Down)"
  197. Commands:
  198. - "dp give ep2 {player_name} 1"
  199. - "announce say &6&lMCrates &7&l| &7Firosee won &f&lXPPOUCH &8| &7Tier 2 &r&7(Place Down)"
  200. Chance: 75
  201. 7:
  202. Item: CHEST
  203. Enchanted: true
  204. Name: "&f&lXPPOUCH &8| &7Tier 3 &r&7(Place Down)"
  205. Commands:
  206. - "dp give ep3 {player_name} 1"
  207. - "announce say &6&lMCrates &7&l| &7Firosee won &f&lXPPOUCH &8| &7Tier 3 &r&7(Place Down)"
  208. Chance: 70
  209. 8:
  210. Item: CHEST
  211. Enchanted: true
  212. Name: "&f&lXPPOUCH &8| &7Tier 4 &r&7(Place Down)"
  213. Commands:
  214. - "dp give ep3 {player_name} 1"
  215. - "announce say &6&lMCrates &7&l| &7Firosee won &f&lXPPOUCH &8| &7Tier 4 &r&7(Place Down)"
  216. Chance: 65
  217. 9:
  218. Item: EMERALD
  219. Enchanted: true
  220. Name: '&6&lRANK "&fWarrior&6&l"&7 (Right-Click)'
  221. Commands:
  222. - "ev give {player_name} Warrior 1"
  223. - 'announce say &6&lMCrates &7&l| &7Firosee won &6&lRANK "&fWarrior&6&l"&7 (Right-Click)'
  224. Chance: 4
  225. 10:
  226. Item: EMERALD
  227. Enchanted: true
  228. Name: '&a&lRANK "&fRogue&a&l"&7 (Right-Click)'
  229. Commands:
  230. - "ev give {player_name} Rogue 1"
  231. - 'announce say &6&lMCrates &7&l| &7Firosee won &a&lRANK "&fRogue&a&l"&7 (Right-Click)'
  232. Chance: 3
  233. 11:
  234. Item: EMERALD
  235. Enchanted: true
  236. Name: '&c&lRANK "&fSargent&c&l"&7 (Right-Click)'
  237. Commands:
  238. - "ev give {player_name} Sargent 1"
  239. - 'announce say &6&lMCrates &7&l| &7Firosee won &c&lRANK "&fSargent&c&l"&7 (Right-Click)'
  240. Chance: 2
  241. 12:
  242. Item: NETHER_STAR
  243. Enchanted: true
  244. Name: '&d&lPERMANENT PERK "&f/Heal&d&l" &7(Right-Click)'
  245. Commands:
  246. - "ev give {player_name} PermanentHeal 1"
  247. - 'announce say &6&lMCrates &7&l| &7Firosee won &d&lPERMANENT PERK "&f/Heal&d&l" &7(Right-Click)'
  248. Chance: 20
  249. 13:
  250. Item: NETHER_STAR
  251. Enchanted: true
  252. Name: '&d&lPERMANENT PERK "&f/Near&d&l" &7(Right-Click)'
  253. Commands:
  254. - "ev give {player_name} PermanentHeal 1"
  255. Chance: 18
  256. 14:
  257. Item: NETHER_STAR
  258. Enchanted: true
  259. Name: '&d&lPERMANENT PERK "&f/Back&d&l" &7(Right-Click)'
  260. Commands:
  261. - "ev give {player_name} PermanentHeal 1"
  262. - 'announce say &6&lMCrates &7&l| &7Firosee won &d&lPERMANENT PERK "&f/Back&d&l" &7(Right-Click)'
  263. Chance: 15
  264. 15:
  265. Item: HOPPER
  266. Enchanted: true
  267. Name: "&c&nMob Drop Hopper&8 [&cAll&8]"
  268. Commands:
  269. - "mfhoppers give {player_name} mobHopper 1"
  270. - "announce say &6&lMCrates &7&l| &7Firosee won &c&nMob Drop Hopper&8 [&cAll&8]"
  271. Chance: 55
  272. 16:
  273. Item: HOPPER
  274. Enchanted: true
  275. Name: "&c&nCrops Hopper&8 [&cAll&8]"
  276. Commands:
  277. - "mfhoppers give {player_name} cropHopper 1"
  278. - "announce say &6&lMCrates &7&l| &7Firosee won &c&nCrops Hopper&8 [&cAll&8]"
  279. Chance: 55
  280. 17:
  281. Item: CHEST
  282. Enchanted: true
  283. Name: "&c&lCannoneer''s Lootbag&7 (Right-Click)"
  284. Commands:
  285. - "el give {player_name} Cannoneers"
  286. -"announce say &6&lMCrates &7&l| &7Firosee won &c&lCannoneer''s Lootbag&7 (Right-Click)"
  287. Chance: 85
  288. 18:
  289. Item: CHEST
  290. Enchanted: true
  291. Name: "&f&lBasic Spawner Lootbag&7 (Right-Click)"
  292. Commands:
  293. - "el give {player_name} BasicSpawners"
  294. - "announce say &6&lMCrates &7&l| &7Firosee won &f&lBasic Spawner Lootbag&7 (Right-Click)"
  295. Chance: 80
  296. 19:
  297. Item: CHEST
  298. Enchanted: true
  299. Name: "&b&lEpic Spawner Lootbag&7 (Right-Click)"
  300. Commands:
  301. - "el give {player_name} EpicSpawners"
  302. - "announce say &6&lMCrates &7&l| &7Firosee won &b&lEpic Spawner Lootbag&7 (Right-Click)"
  303. Chance: 75
  304. 20:
  305. Item: CHEST
  306. Enchanted: true
  307. Name: "&a&lDeluxe Spawner Lootbag&7 (Right-Click)"
  308. Commands:
  309. - "el give {player_name} DeluxeSpawners"
  310. - "announce say &6&lMCrates &7&l| &7Firosee won &a&lDeluxe Spawner Lootbag&7 (Right-Click)"
  311. Chance: 65
  312. 21:
  313. Item: CHEST
  314. Enchanted: true
  315. Name: "&2&lCreeper Lootbag&7 (Right-Click)"
  316. Commands:
  317. - "el give {player_name} Creepers"
  318. - "announce say &6&lMCrates &7&l| &7Firosee won &2&lCreeper Lootbag&7 (Right-Click)"
  319. Chance: 45
  320. 22:
  321. Item: CHEST
  322. Enchanted: true
  323. Name: "&d&lCharms Lootbag&7 (Right-Click)"
  324. Commands:
  325. - "el give {player_name} Charms"
  326. - "announce say &6&lMCrates &7&l| &7Firosee won &d&lCharms Lootbag&7 (Right-Click)"
  327. Chance: 30
  328. 23:
  329. Item: GLASS_BOTTLE
  330. Enchanted: true
  331. Name: "&d&lEnchanted Rune Pouch&7 (Right-Click)"
  332. Commands:
  333. - "el give {player_name} Enchanted"
  334. - "announce say &6&lMCrates &7&l| &7Firosee won &d&lEnchanted Rune Pouch&7 (Right-Click)"
  335. Chance: 60
  336. 24:
  337. Item: DIAMOND_PICKAXE
  338. Enchanted: true
  339. Name: "&f&lTrench Pickaxe 7x7"
  340. Commands:
  341. - "factionwp give {player_name} TRENCH_PICKAXE 1 -1 3"
  342. - "announce say &6&lMCrates &7&l| &7Firosee won &f&lTrench Pickaxe 7x7"
  343. Chance: 40
  344. 25:
  345. Item: DIAMOND_PICKAXE
  346. Enchanted: true
  347. Name: "&f&lTrench Pickaxe 9x9"
  348. Commands:
  349. - "factionwp give {player_name} TRENCH_PICKAXE 1 -1 3"
  350. - "announce say &6&lMCrates &7&l| &7Firosee won &f&lTrench Pickaxe 9x9"
  351. Chance: 35
  352. 26:
  353. Item: GOLD_NUGGET
  354. Enchanted: true
  355. Name: "&6&lSkill Point"
  356. Commands:
  357. - "ev give {player_name} SkillPoint 1"
  358. - "announce say &6&lMCrates &7&l| &7Firosee won &6&lSkill Point"
  359. Chance: 35
  360. 27:
  361. Item: EMPTY_MAP
  362. Enchanted: true
  363. Name: "&c&nCluescroll Timer Reset"
  364. Commands:
  365. - "ev give {player_name} CluescrollReset 1"
  366. - "announce say &6&lMCrates &7&l| &7Firosee won &c&nCluescroll Timer Reset"
  367. Chance: 65
  368. 28:
  369. Item: NETHER_STAR
  370. Enchanted: true
  371. Name: "&8* &a&l&nCommon Crystal&r &8*"
  372. Commands:
  373. - "cluescrolls give {player_name} crystal tier common 1"
  374. - "announce say &6&lMCrates &7&l| &7Firosee won &8* &a&l&nCommon Crystal&r &8*"
  375. Chance: 75
  376. 29:
  377. Item: NETHER_STAR
  378. Enchanted: true
  379. Name: "&8* &d&l&nSpecial Crystal&r &8*"
  380. Commands:
  381. - "cluescrolls give {player_name} crystal tier special 1"
  382. - "announce say &6&lMCrates &7&l| &7Firosee won &8* &d&l&nSpecial Crystal&r &8*"
  383. Chance: 70
  384. 30:
  385. Item: NETHER_STAR
  386. Enchanted: true
  387. Name: "&8* &6&l&nLegendary Crystal&r &8*"
  388. Commands:
  389. - "cluescrolls give {player_name} crystal tier legendary 1"
  390. - "announce say &6&lMCrates &7&l| &7Firosee won &8* &6&l&nLegendary Crystal&r &8*"
  391. Chance: 60
  392. 31:
  393. Item: NETHER_STAR
  394. Enchanted: true
  395. Name: "&b&lMystery Clue Scroll"
  396. Commands:
  397. - "cluescrolls give {player_name} scroll mystery mystery 1"
  398. - "announce say &6&lMCrates &7&l| &7Firosee won &b&lMystery Clue Scroll"
  399. Chance: 75
  400. #There will be only 1 Best Prize, it will be located in the middle of the circle.
  401. BestPrizes:
  402. Bedrock:
  403. Item: BEDROCK
  404. Enchanted: true
  405. Name: "&8&l&nBest Block Ever (x1)"
  406. Commands:
  407. - "give {player_name} bedrock 1"
  408. - "broadcast &e&l{player_name} Just Won a Best Block Ever (x1)!"
  409. Chance: 20
  410. Boat:
  411. Item: BOAT
  412. Enchanted: true
  413. Name: "&f&l&nSailer's Boat (x1)"
  414. Commands:
  415. - "give {player_name} boat 1"
  416. - "broadcast &e&l{player_name} Just Won a Sailer's Boat (x1)!"
  417. Chance: 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement