Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.14 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. # /amc pouch sgive <player> <pouch> <amount> - Silent Pouch Give (Doesn't send a message of receiving a pouch) ; AMC.PouchGive
  14.  
  15.  
  16. # 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!
  17. BlockedCommands:
  18. # - "warp"
  19. # - "home"
  20.  
  21. # ** Variables **
  22. # {player_name} - replaces with the users nickname.
  23. # {random_number} - requires additional conditions: RandomNumberMin (number) ; RandomNumberMax (number)
  24.  
  25. # ** Configurations **
  26.  
  27. # Very important that you change this if your server is running on a spigot fork (Spigot fork examples: PaperSpigot, TacoSpigot, BeerSpigot..)
  28. # 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
  29. SpigotFork: true
  30.  
  31. # Should there be lightning at the end of the animation?
  32. Spinning_Lightning: true
  33.  
  34. # Should item rewards not repeat? For example if you have 10 available rewards there won't be 2
  35. # of the same rewards at a time
  36. Spinning_Items_Dont_Repeat: true
  37.  
  38. # What should be the main command in order to use AdvancedMonthlyCrates plugin, default is /amc
  39. main_command: "amc"
  40.  
  41. # Do alts also get mcrate giveall crates or only 1 crate per ip?
  42. alts_get_giveall: false
  43.  
  44. # How many Monthly Crates can a single player open at the same time?
  45. MonthlyCrates_Player_Limit: 1
  46.  
  47. # How many Monthly Crates can be opened at the same time on the server?
  48. MonthlyCrates_Global_Limit: 50
  49.  
  50. # How close by / what radius between the Monthly Crates should be to be able to open them?
  51. Crate_Radius: 10
  52.  
  53. # How long should the display animation be rolling for? (measured in seconds)
  54. Display_Animation_Lenght: 25
  55.  
  56. # What should be the interval between changing items in the display animation? (measured in seconds)
  57. Display_Animation_Item_Change: 3
  58.  
  59. # Should the water drops in the Display animation be enabled?
  60. Display_Animation_Water_Drops: true
  61.  
  62. # With what effect should pouches end? (Currently available: Lightning, Explosion, Smoke, Flame), leave empty for no effect.
  63. PouchEnding: "Flame"
  64.  
  65. # What particles should be shown when changing items in the "Round" animation? (Currently available: Instant_Spell, Flame), leave empty for no effect.
  66. Item_Change_Particle_Round: "Instant_Spell"
  67.  
  68. # How high should the round animation be after being placed on the ground?
  69. Round_How_High: 3
  70.  
  71. # How long should the round2 animation last? (measured in seconds)
  72. Round2_Animation_Lenght: 12
  73.  
  74. # Should there be lightning when mystery items change into items on Round2 animation?
  75. Round2_Animation_Lightning: true
  76.  
  77. # How fast should be the Round2 animation spinning? (decimals can be used)
  78. Round2_Animation_Speed: 3
  79.  
  80. # Should there be Mystery Items displayed on the start of the animation and each item revealed with lightning?
  81. Show_Round2_Mystery_Items: true
  82.  
  83. # How fast should be the Round animation spinning? (decimals can be used)
  84. Round_Animation_Speed: 3
  85.  
  86. # How long should the round animation last? (measured in seconds)
  87. Round_Animation_Lenght: 8
  88.  
  89. # Debug Mode
  90. Debug_Mode: false
  91.  
  92.  
  93. # Some configurable settings are explained, others should be self-explanatory.
  94. # Contact "BubbleBootie" on SpigotMC with any questions or bug reports.
  95.  
  96. Crates:
  97. #Here you create a new monthly crate, you can call it any name but they must not repeat.
  98. DecemberCrate:
  99. Animation: "Round"
  100. #OnlyPlaceableAt: "405,71,-1006"
  101. #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"
  102. #Currently there are 4 types of animations: Round ; Pyramid ; Display ; Round2
  103. Item: "ENDER_CHEST"
  104. #Is the block that will be the monthly crate
  105. Enchanted: true #Not all items can be enchanted.
  106. Name: "&c&LMONTHLY &c&LCRATE: &b&LD&f&LE&b&LC&f&LE&b&LM&f&LB&b&LE&f&LR"
  107. CommandOnCratePlace:
  108. - "broadcast {player_name} is opening a March Crate!"
  109. MessagesToPlayer:
  110. - "&fThank you for opening this crate!"
  111. RewardHologram:
  112. - "&cCongradulations to &a&l{player_name} &cfor opening"
  113. - "&cThe Monthly March Crate!"
  114. - ""
  115. - "&8Buy your own crate at: buy.store.com"
  116. #Customisable hologram above the main prize
  117. Size: 8
  118. #Amount of items that the person will get, ranges from 0-8
  119. #If set 0 there will be only the best prize in the animation
  120. Lores:
  121. - "&fMonthly crate bought by {player_name}"
  122. - "on shop.elementrixmc.com"
  123. - ""
  124. - "&A&LCOMMON"
  125. - "&f2-4 &fFabled &fKeys"
  126. - "&f$20M"
  127. - "&fFly &fVoucher"
  128. - "&f500.000 &fXP"
  129. - "&f5000 &fMobcoins"
  130. - ""
  131. - "&1&LUNCOMMON"
  132. - "&f2-3 &fHeroic &fKeys"
  133. - "&f$35M"
  134. - "&fMultiSign &fAccess"
  135. - "&8Dwarf &8Rank &7&o(Voucher)"
  136. - ""
  137. - "&5&LRARE"
  138. - "&f1-2 &dMythical &fKeys"
  139. - "&f$50M"
  140. - "&fAutosell &fAccess"
  141. - "&f1 &fEmerald &fIron &fGolem &fSpawner"
  142. - "&f1 &fVillager &fCoal &fBlock &fSpawner"
  143. - "&6Jarl &6Rank &7&o(Voucher)"
  144. - "&cValkyrie &cRank &7&o(Voucher)"
  145. - ""
  146. - "&E&LLEGENDARY"
  147. - "&f1 &fAncient &fKeys"
  148. - "&f1 &fZombie &fPigmen &fGoldblock &fSpawner"
  149. - "&f1 &fCreeper &fTNT &fSpawner"
  150. - "&f450x450 &fIsland &fExpansion"
  151. - "&eLoki &eRank &7&o(Voucher)"
  152. - ""
  153. - "&b&LMYTHICAL"
  154. - "&f500x500 &fIsland &fExpansion"
  155. - "&fIron &fGolem &fEmerald &fBlocks &fSpawner"
  156. - "&fRobot &fEGG"
  157. - "&bThor &bRank &7&o(Voucher)"
  158. - "&1&LODIN &1&LRANK &7&o(auto-applied)"
  159. Prizes:
  160. #Prize names musn't repeat, though they can be called anything.
  161. 1:
  162. Item: "TRIPWIRE_HOOK"
  163. Enchanted: true
  164. Name: "&7Fabled &fKeys"
  165. RandomNumberMin: 2
  166. RandomNumberMax: 4
  167. Commands:
  168. - "cc give virtual Fabled {random_number} {player_name}"
  169. MessagesToPlayer:
  170. - "&fYou Just Won {random_number} &7Fabled &fKeys!"
  171. BroadcastMessagesToPlayers:
  172. - ""
  173. Chance: 10
  174. 2:
  175. Item: "PAPER"
  176. Enchanted: false
  177. Damage: 0
  178. Name: "&A$20M"
  179. Commands:
  180. - "eco give {player_name} 20000000"
  181. MessagesToPlayer:
  182. - "&fYou Just Won $20M!!"
  183.  
  184. Chance: 80
  185. 3:
  186. Item: "PAPER"
  187. Enchanted: true
  188. Name: "&fFly Voucher"
  189. Commands:
  190. - "vouchers give Fly 1 {player_name}"
  191. MessagesToPlayer:
  192. - "&fYou Just Won a Fly Voucher!"
  193. Chance: 25
  194. 4:
  195. Item: "EXP_BOTTLE"
  196. Enchanted: true
  197. Name: "&a500.000 XP"
  198. Commands:
  199. - "xp 500000 {player_name}"
  200. Chance: 100
  201. 5:
  202. Item: "DOUBLE_PLANT"
  203. Enchanted: false
  204. Name: "&a5000 &bMobCoins)"
  205. Commands:
  206. - "mobcoins give {player_name} 5000"
  207. MessagesToPlayer:
  208. - "&fYou Just Won 5000 &bMob Coins"
  209. Chance: 50
  210. 6:
  211. Item: "TRIPWIRE_HOOK"
  212. Enchanted: true
  213. Name: "&eHeroic &fKeys"
  214. RandomNumberMin: 2
  215. RandomNumberMax: 3
  216. Commands:
  217. - "cc give virtual Heroic {random_number} {player_name}"
  218. MessagesToPlayer:
  219. - "&fYou Just Won {random_number} &eHeroic &fKeys!"
  220. BroadcastMessagesToPlayers:
  221. - ""
  222. Chance: 10
  223. 7:
  224. Item: "PAPER"
  225. Enchanted: false
  226. Name: "&A$35M"
  227. Commands:
  228. - "eco give {player_name} 35000000"
  229. MessagesToPlayer:
  230. - "&fYou Just Won $35M!!"
  231. 8:
  232. Item: "SIGN"
  233. Enchanted: false
  234. Name: "&fMultiSign Access"
  235. Commands:
  236. - "pex user {player_name} add sellsign.create"
  237. - "pex user {player_name} add blocksign.create"
  238. Chance: 5
  239. 9:
  240. Item: "PAPER"
  241. Enchanted: true
  242. Name: "&&8(&bVoucher&8) &7Dwarf Rank)"
  243. Commands:
  244. - "voucher give Dwarf 1 {player_name}"
  245. - "broadcast &e&l{player_name} Just Won &8(&bVoucher&8) &7Dwarf Rank!"
  246. Chance: 1
  247. 10:
  248. Item: "TRIPWIRE_HOOK"
  249. Enchanted: true
  250. Name: "&dMythical &fKeys"
  251. RandomNumberMin: 1
  252. RandomNumberMax: 2
  253. Commands:
  254. - "cc give virtual Mythical {random_number} {player_name}"
  255. MessagesToPlayer:
  256. - "&fYou Just Won {random_number} &&dMythical &fKeys!"
  257. BroadcastMessagesToPlayers:
  258. - ""
  259. Chance: 5
  260. 11:
  261. Item: "PAPER"
  262. Enchanted: false
  263. Name: "&A$50M"
  264. Commands:
  265. - "eco give {player_name} 50000000"
  266. MessagesToPlayer:
  267. - "&fYou Just Won $50M!!"
  268. 12:
  269. Item: "SIGN"
  270. Enchanted: false
  271. Name: "&fAutosell Access"
  272. Commands:
  273. - "pex user {player_name} add autosell.player"
  274. Chance: 5
  275. 13:
  276. Item: "MOB_SPAWNER"
  277. Enchanted: true
  278. Name: "&fEmerald Iron Golem Spawner"
  279. Commands:
  280. - "add spawners here"
  281. Chance: 5
  282. 14:
  283. Item: "MOB_SPAWNER"
  284. Enchanted: true
  285. Name: "&fVillager Coal Block Spawner"
  286. Commands:
  287. - "add spawners here"
  288. Chance: 5
  289. 15:
  290. Item: "PAPER"
  291. Enchanted: true
  292. Name: "&8(&bVoucher&8) &6Jarl Rank"
  293. Commands:
  294. - "voucher give Jarl {player_name}"
  295. - "broadcast &e&l{player_name} Just Won &8(&bVoucher&8) &6Jarl Rank!"
  296. Chance: 1
  297. 16:
  298. Item: "PAPER"
  299. Enchanted: true
  300. Name: "&8(&bVoucher&8) &cValkyrie Rank"
  301. Commands:
  302. - "voucher give Valkyrie1 {player_name}"
  303. - "broadcast &e&l{player_name} Just Won &8(&bVoucher&8) &cValkyrie Rank!"
  304. Chance: 1
  305. 17:
  306. Item: "TRIPWIRE_HOOK"
  307. Enchanted: true
  308. Name: "&cAncient &fKey"
  309. Commands:
  310. - "cc give virtual Ancient 1 {player_name}"
  311. MessagesToPlayer:
  312. - "&fYou Just Won 1 &&cAncient &fKey!"
  313. BroadcastMessagesToPlayers:
  314. - ""
  315. Chance: 5
  316. 18:
  317. Item: "MOB_SPAWNER"
  318. Enchanted: true
  319. Name: "&fZombie Pigmen Goldblock Spawner"
  320. Commands:
  321. - "add spawners here"
  322. Chance: 5
  323. 19:
  324. Item: "MOB_SPAWNER"
  325. Enchanted: true
  326. Name: "&fCreeper TNT Spawner"
  327. Commands:
  328. - "add spawners here"
  329. Chance: 5
  330. 20:
  331. Item: "SIGN"
  332. Enchanted: false
  333. Name: "&fAutosell Access"
  334. Commands:
  335. - "pex user {player_name} askyblock.island.range.450"
  336. Chance: 5
  337. 21:
  338. Item: "SIGN"
  339. Enchanted: false
  340. Name: "&fAutosell Access"
  341. Commands:
  342. - "pex user {player_name} askyblock.island.range.500"
  343. Chance: 5
  344. 22:
  345. Item: "MOB_SPAWNER"
  346. Enchanted: true
  347. Name: "&fIron Golem Emerald Blocks Spawner"
  348. Commands:
  349. - "add spawners here"
  350. Chance: 5
  351. 23:
  352. Item: "MONSTER_EGG"
  353. Damage: 67
  354. Enchanted: true
  355. Name: "&bRobot Egg"
  356. Commands:
  357. - "erobots give {player_name}"
  358. 24:
  359. Item: "PAPER"
  360. Enchanted: true
  361. Name: "&8(&bVoucher&8) &bThor Rank"
  362. Commands:
  363. - "voucher give Thor {player_name}"
  364. - "broadcast &e&l{player_name} Just Won &8(&bVoucher&8) &bThor Rank!"
  365. Chance: 1
  366. 25:
  367. Item: "PAPER"
  368. Enchanted: true
  369. Name: "&1Odin Rank"
  370. Commands:
  371. - "pex user {player_name} group add Odin"
  372. - "broadcast &e&l{player_name} Just Won our TOP RANK &1ODIN!!!!!"
  373. Chance: 1
  374.  
  375. #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.
  376. BestPrizes:
  377. Bedrock:
  378. Item: "BEDROCK"
  379. Enchanted: true
  380. Name: "&8&l&nBest Block Ever (x1)"
  381. Commands:
  382. - "give {player_name} bedrock 1"
  383. - "broadcast &e&l{player_name} Just Won a Best Block Ever (x1)!"
  384. Chance: 20
  385. Boat:
  386. Item: "BOAT"
  387. Enchanted: true
  388. Name: "&f&l&nSailer's Boat (x1)"
  389. Commands:
  390. - "give {player_name} boat 1"
  391. - "broadcast &e&l{player_name} Just Won a Sailer's Boat (x1)!"
  392. Chance: 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement