Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2016
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.48 KB | None | 0 0
  1. # ########################################################################
  2. # Rewards for killing mobs.
  3. # ########################################################################
  4. # Here is where you set the base prize in $ for killing a mob of each type
  5. # You can either set a decimal number ex 1.23 or a range 1.23:2.23
  6. # For each kill you can run a console command to give the player a reward.
  7. # You can use the following variables:
  8. # {killer},{killed},{player},{killed_player},{prize},{world},
  9. # {killerpos},{killedpos}. Killerpos and Killedpos will have the
  10. # format <x> <y> <z>. Which could be used to /summon items.
  11. # An example could be /summon apple {killedpos} 2. to summon two apples where
  12. # where the mob was killed or /summon apple {killerpos} 1. to summon an
  13. # an apple where the player is.
  14. # Another example could be to give the player permission to fly
  15. # for 1 hour or use give command to the player items.
  16. # You can also specify the message send to the player.
  17. # You can run many console commands on each line, each command
  18. # must be separated by |
  19. # The player will have the cmd run in {mob-cmd-run-frequency} out of
  20. # {mob-cmd-run-frequency-base} times in average. If mob-cmd-run-frequency=0 it
  21. # will never run. If f.ex. mob-cmd-run-frequency=50 and
  22. # mob-cmd-run-frequency-base=100 it will run run every second time.
  23. mobs:
  24. blaze: '10.0'
  25. blaze-cmd: give {player} 397 1 3 {SkullOwner:"MHF_Blaze",display:{Name:Blaze}}|give {player} iron_ingot 1
  26. blaze-cmd-desc: You got a Blaze skull and an Iron ingot.
  27. blaze-cmd-run-frequency: 10
  28. blaze-cmd-run-frequency-base: 100
  29. creeper: '10.0'
  30. creeper-cmd: give {player} 397 1 3 {SkullOwner:"MHF_Creeper",display:{Name:Creeper}}|give {player} iron_ingot 1
  31. creeper-cmd-desc: You got a Creeper skull and an Iron ingot.
  32. creeper-cmd-run-frequency: 5
  33. creeper-cmd-run-frequency-base: 100
  34. silverfish: '10'
  35. silverfish-cmd: ''
  36. silver-cmd-desc: ''
  37. silverfish-cmd-run-frequency: 10
  38. silverfish-cmd-run-frequency-base: 100
  39. zombie-pigman: '4:8'
  40. zombie-pigman-cmd: give {player} 397 1 3 {SkullOwner:"MHF_PigZombie",display:{Name:Zombie Pigman}}|give {player} iron_ingot 1
  41. zombie-pigman-cmd-desc: You got a Zombie Pigman skull and an Iron ingot.
  42. zombie-pigman-cmd-run-frequency: 10
  43. zombie-pigman-cmd-run-frequency-base: 100
  44. enderman: '20:40'
  45. enderman-cmd: give {player} 397 1 3 {SkullOwner:"MHF_Enderman",display:{Name:Enderman}}|give {player} iron_ingot 1
  46. enderman-cmd-desc: You got a Enderman skull and an Iron ingot.
  47. enderman-cmd-run-frequency: 20
  48. enderman-cmd-run-frequency-base: 100
  49. giant: '5.0'
  50. giant-cmd: give {player} iron_ingot 1
  51. giant-cmd-desc: You got an Iron ingot.
  52. giant-cmd-run-frequency: 5
  53. giant-cmd-run-frequency-base: 100
  54. skeleton: '10:30'
  55. skeleton-cmd: give {player} 397 1 3 {SkullOwner:"MHF_Skeleton",display:{Name:Skeleton}}|give {player} iron_ingot 1
  56. skeleton-cmd-desc: You got a Skeleton skull and an Iron ingot.
  57. skeleton-cmd-run-frequency: 5
  58. skeleton-cmd-run-frequency-base: 100
  59. wither-skeleton: '30:50'
  60. wither-skeleton-cmd: give {player} 397 1 3 {SkullOwner:"MHF_WSkeleton",display:{Name:Wither Skeleton}}|give {player} iron_ingot 1
  61. wither-skeleton-cmd-desc: You got a Wither Skeleton skull and an Iron ingot.
  62. wither-skeleton-cmd-run-frequency: 10
  63. wither-skeleton-cmd-run-frequency-base: 100
  64. spider: 5.5:10.5
  65. spider-cmd: give {player} 397 1 3 {SkullOwner:"MHF_Spider",display:{Name:Spider}}|give {player} iron_ingot 1
  66. spider-cmd-desc: You got a Spider skull and an Iron ingot.
  67. spider-cmd-run-frequency: 5
  68. spider-cmd-run-frequency-base: 100
  69. cave-spider: '10:20'
  70. cave-spider-cmd: give {player} 397 1 3 {SkullOwner:"MHF_CaveSpider",display:{Name:Cave Spider}}|give {player} iron_ingot 1
  71. cave-spider-cmd-desc: You got a Cave Spider skull and an Iron ingot.
  72. cave-spider-cmd-run-frequency: 10
  73. cave-spider-cmd-run-frequency-base: 100
  74. witch: '10:15'
  75. witch-cmd: give {player} 397 1 3 {SkullOwner:"MHF_Witch",display:{Name:Witch}}|give {player} iron_ingot 1
  76. witch-cmd-desc: You got a Witch skull and an Iron ingot.
  77. witch-cmd-run-frequency: 5
  78. witch-cmd-run-frequency-base: 100
  79. zombie: '7:11'
  80. zombie-cmd: give {player} 397 1 3 {SkullOwner:"MHF_Zombie",display:{Name:Zombie}}|give {player} iron_ingot 1
  81. zombie-cmd-desc: You got a Zombie skull and an Iron ingot.
  82. zombie-cmd-run-frequency: 50
  83. zombie-cmd-run-frequency-base: 1000
  84. ghast: 40:80
  85. ghast-cmd: give {player} 397 1 3 {SkullOwner:"MHF_Ghast",display:{Name:Ghast}}|give {player} iron_ingot 1
  86. ghast-cmd-desc: You got a Ghast skull and an Iron ingot.
  87. ghast-cmd-run-frequency: 10
  88. ghast-cmd-run-frequency-base: 100
  89. iron-golem: '20:40'
  90. iron-golem-cmd: give {player} 397 1 3 {SkullOwner:"MHF_Golem",display:{Name:Iron Golem}}|give {player} iron_ingot 1
  91. iron-golem-cmd-desc: You got an Iron Golem skull and an Iron ingot.
  92. iron-golem-cmd-run-frequency: 10
  93. iron-golem-cmd-run-frequency-base: 100
  94. magma-cube: 40:80
  95. magma-cube-cmd: give {player} 397 1 3 {SkullOwner:"MHF_LavaSlime",display:{Name:Lava Slime}}|give {player} iron_ingot 1
  96. magma-cube-cmd-desc: You got a Magma Cube skull and an Iron ingot.
  97. magma-cube-cmd-run-frequency: 10
  98. magma-cube-cmd-run-frequency-base: 100
  99. endermite: '10'
  100. endermite-cmd: give {player} 397 1 3 {SkullOwner:"MHF_Endermite",display:{Name:Endermite}}|give {player} iron_ingot 1
  101. endermite-cmd-desc: You got a Endermite skull and an Iron ingot.
  102. endermite-cmd-run-frequency: 10
  103. endermite-cmd-run-frequency-base: 100
  104. guardian: '20:40'
  105. guardian-cmd: give {player} 397 1 3 {SkullOwner:"MHF_Guardian",display:{Name:Guardian}}|give {player} iron_ingot 1
  106. guardian-cmd-desc: You got a Guardian skull and an Iron ingot.
  107. guardian-cmd-run-frequency: 10
  108. guardian-cmd-run-frequency-base: 100
  109. killerrabbit: '200'
  110. killerrabbit-cmd: ''
  111. killerrabbit-cmd-desc: ''
  112. killerrabbit-cmd-run-frequency: 25
  113. killerrabbit-cmd-run-frequency-base: 100
  114.  
  115. # This is multiplied by the size of the slime. So a big natural slime is 4x this value
  116. slime-base: '25'
  117. slime-cmd: give {player} 397 1 3 {SkullOwner:"MHF_Slime",display:{Name:Slime}}|give {player} iron_ingot 1
  118. slime-cmd-desc: You got a Slime skull and an Iron ingot.
  119. slime-cmd-run-frequency: 5
  120. slime-cmd-run-frequency-base: 100
  121. shulker: '25'
  122. shulker-cmd: give {player} 397 1 3 {SkullOwner:"MHF_Shulker",display:{Name:Shulker}}|give {player} iron_ingot 1
  123. shulker-cmd-desc: You got a Shulker skull and an Iron ingot.
  124. shulker-cmd-run-frequency: 50
  125. shulker-cmd-run-frequency-base: 100
  126. polar-bear: '25'
  127. polar-bear-cmd: give {player} 397 1 3 {SkullOwner:"MHF_Polar_Bear",display:{Name:Polar Bear}}|give {player} iron_ingot 1
  128. polar-bear-cmd-desc: You got a Polar Bear skull and an Iron ingot.
  129. polar-bear-cmd-run-frequency: 50
  130. polar-bear-cmd-run-frequency-base: 100
  131. stray: '15:35'
  132. stray-cmd: give {player} 397 1 3 {SkullOwner:"MHF_Stray",display:{Name:Stray}}|give {player} iron_ingot 1
  133. stray-cmd-desc: You got a Skeleton Stray skull and an Iron ingot.
  134. stray-cmd-run-frequency: 50
  135. stray-cmd-run-frequency-base: 100
  136. husk: '9:13'
  137. husk-cmd: give {player} 397 1 3 {SkullOwner:"MHF_Husk",display:{Name:Husk}}|give {player} iron_ingot 1
  138. husk-cmd-desc: You got a Zombie Husk skull and an Iron ingot.
  139. husk-cmd-run-frequency: 50
  140. husk-cmd-run-frequency-base: 100
  141.  
  142. # ########################################################################
  143. # Rewards for killing bosses
  144. # ########################################################################
  145. # Here is where you set the base prize in $ for killing the bosses
  146. boss:
  147. wither: 1000.0:2000.0
  148. wither-cmd: give {player} 397 1 3 {SkullOwner:"MHF_Wither",display:{Name:Wither}}|give {player} diamond 2
  149. wither-cmd-desc: You got a Wither skull and two Diamonds.
  150. wither-cmd-run-frequency: 100
  151. wither-cmd-run-frequency-base: 100
  152. enderdragon: 2000.0:5000.0
  153. enderdragon-cmd: give {player} 397 1 3 {SkullOwner:"MHF_Enderdragon",display:{Name:Enderdragon}}|give {player} diamond 2
  154. enderdragon-cmd-desc: You got a Enderdragon skull and two Diamonds.
  155. enderdragon-cmd-run-frequency: 100
  156. enderdragon-cmd-run-frequency-base: 100
  157.  
  158. # ########################################################################
  159. # Rewards for killing passive mobs
  160. # ########################################################################
  161. # Here is where you set the base prize in $ for killing passive/friendly mobs.
  162. # By default the player does not get a reward for killing friendly mobs.
  163. # If you make the number negative, the reward will be a fine for killing a passive animal.
  164. passive:
  165. bat: '0'
  166. bat-cmd: ''
  167. bat-cmd-desc: ''
  168. bat-cmd-run-frequency: 0
  169. bat-cmd-run-frequency-base: 100
  170. chicken: '0'
  171. chicken-cmd: ''
  172. chicken-cmd-desc: ''
  173. chicken-cmd-run-frequency: 0
  174. chicken-cmd-run-frequency-base: 100
  175. cow: '5'
  176. cow-cmd: ''
  177. cow-cmd-desc: ''
  178. cow-cmd-run-frequency: 0
  179. cow-cmd-run-frequency-base: 100
  180. horse: '0'
  181. horse-cmd: ''
  182. horse-cmd-desc: ''
  183. horse-cmd-run-frequency: 0
  184. horse-cmd-run-frequency-base: 100
  185. mushroom-cow: '0'
  186. mushroom-cow-cmd: ''
  187. mushroom-cow-cmd-desc: ''
  188. mushroom-cow-cmd-run-frequency: 0
  189. mushroom-cow-cmd-run-frequency-base: 100
  190. ocelot: '0'
  191. ocelot-cmd: ''
  192. ocelot-cmd-desc: ''
  193. ocelot-cmd-run-frequency: 0
  194. ocelot-cmd-run-frequency-base: 100
  195. pig: '0'
  196. pig-cmd: ''
  197. pig-cmd-desc: ''
  198. pig-cmd-run-frequency: 0
  199. pig-cmd-run-frequency-base: 100
  200. rabbit: '0'
  201. rabbit-cmd: ''
  202. rabbit-cmd-desc: ''
  203. rabbit-cmd-run-frequency: 0
  204. rabbit-cmd-run-frequency-base: 100
  205. sheep: '0'
  206. sheep-cmd: ''
  207. sheep-cmd-desc: ''
  208. sheep-cmd-run-frequency: 0
  209. sheep-cmd-run-frequency-base: 100
  210. snowman: '0'
  211. snowman-cmd: ''
  212. snowman-cmd-desc: ''
  213. snowman-cmd-run-frequency: 0
  214. snowman-cmd-run-frequency-base: 100
  215. squid: '0'
  216. squid-cmd: ''
  217. squid-cmd-desc: ''
  218. squid-cmd-run-frequency: 0
  219. villager: '0'
  220. villager-cmd: ''
  221. villager-cmd-desc: ''
  222. villager-cmd-run-frequency: 0
  223. villager-cmd-run-frequency-base: 100
  224. wolf: '-10'
  225. wolf-cmd: ''
  226. wolf-cmd-desc: ''
  227. wolf-cmd-run-frequency: 0
  228. wolf-cmd-run-frequency-base: 100
  229.  
  230. # ########################################################################
  231. # Bonus multipliers
  232. # ########################################################################
  233. # These are bonus multipliers that can modify the base prize.
  234. # REMEMBER: These are not in $ but they are a multiplier.
  235. # Setting to 1 will disable them.
  236. bonus:
  237. sneaky: 2.0
  238. return-to-sender: 2.0
  239. push-off-cliff: 2.0
  240. no-weapon: 2.0
  241. far-shot: 4.0
  242. mounted: 1.5
  243. friendly-fire: 4.0
  244. bonus-mob: 10.0
  245. critical: 2.0
  246.  
  247. # This is the chance (% chance 0-100) that a bonus mob will spawn.
  248. bonus-mob-chance: 0.2
  249.  
  250. # Bonus for killing a Baby mob.
  251. babyMultiplier: 1.2
  252.  
  253. # ########################################################################
  254. # Special / Achievements rewards
  255. # ########################################################################
  256. # Here is where you set the prize in $ for achieving a special kill.
  257. # For each achievment you can run a console command to give the player a reward.
  258. # You can use the following variables {player},{world}.
  259. # An example could be to give the player permission to fly
  260. # for 1 hour or use give command to the player items.
  261. # You can also specify the message send to the player.
  262. # You can run many console commands on each line, each command
  263. # must be separated by |
  264. achievements:
  265.  
  266. # Put the names of the worlds here where you want to disable achievements.
  267. # Players will still get rewards for killings.
  268. disable-achievements-in-worlds:
  269. - worldname
  270.  
  271. # Achievements
  272. charged-kill: 1000.0
  273. charged-kill-cmd: give {player} gold_ingot 1
  274. charged-kill-cmd-desc: ''
  275. creeper-punch: 1000.0
  276. creeper-punch-cmd: give {player} gold_ingot 1
  277. creeper-punch-cmd-desc: ''
  278. axe-murderer: 1000.0
  279. axe-murderer-cmd: give {player} gold_ingot 1
  280. axe-murderer-cmd-desc: ''
  281. recordhungry: 1000.0
  282. recordhungry-cmd: give {player} gold_ingot 1
  283. recordhungry-cmd-desc: ''
  284. infighting: 2000.0
  285. infighting-cmd: give {player} gold_ingot 1
  286. infighting-cmd-desc: ''
  287. by-the-book: 1000.0
  288. by-the-book-cmd: give {player} gold_ingot 1
  289. by-the-book-cmd-desc: ''
  290. creepercide: 1000.0
  291. creepercide-cmd: give {player} gold_ingot 1
  292. creepercide-cmd-desc: ''
  293. hunt-begins: 500.0
  294. hunt-begins-cmd: ''
  295. hunt-begins-cmd-desc: ''
  296. itsmagic: 2000.0
  297. itsmagic-cmd: give {player} gold_ingot 1
  298. itsmagic-cmd-desc: Enjoy you Gold Ingot
  299. fancypants: 1000.0
  300. fancypants-cmd: give {player} gold_ingot 1
  301. fancypants-cmd-desc: Enjoy you Gold Ingots
  302. master-sniper: 2000.0
  303. master-sniper-cmd: give {player} gold_ingot 1
  304. master-sniper-cmd-desc: Enjoy you Gold Ingots
  305. justintime: 1000.0
  306. justintime-cmd: give {player} gold_ingot 1
  307. justintime-cmd-desc: Enjoy you Gold Ingots
  308. fangmaster: 1000.0
  309. fangmaster-cmd: give {player} gold_ingot 1
  310. fangmaster-cmd-desc: Enjoy your Gold Ingot
  311. hunter1: 1000.0
  312. hunter1-cmd: give {player} gold_ingot 5
  313. hunter1-cmd-desc: Enjoy your 5 Gold Ingots
  314. hunter2: 2500.0
  315. hunter2-cmd: give {player} gold_ingot 10
  316. hunter2-cmd-desc: Enjoy your 10 Gold Ingots
  317. hunter3: 5000.0
  318. hunter3-cmd: give {player} gold_ingot 20
  319. hunter3-cmd-desc: Enjoy your 20 Gold Ingots
  320. hunter4: 10000.0
  321. hunter4-cmd: give {player} gold_ingot 25
  322. hunter4-cmd-desc: Enjoy your 25 Gold Ingots
  323. hunter5: 20000.0
  324. hunter5-cmd: give {player} gold_ingot 40
  325. hunter5-cmd-desc: Enjoy your 40 Gold Ingots
  326. hunter6: 40000.0
  327. hunter6-cmd: give {player} gold_ingot 50
  328. hunter6-cmd-desc: Enjoy your 50 Gold Ingots
  329. hunter7: 80000.0
  330. hunter7-cmd: give {player} gold_ingot 60
  331. hunter7-cmd-desc: Enjoy your 60 Gold Ingots
  332.  
  333. # ########################################################################
  334. # Achievement Hunter levels
  335. # ########################################################################
  336. # Here is where you set how many mobs to kill to reach next level per mob.
  337. # You can only set the number of mobs to kill to reach level 1. the next
  338. # levels is automatically calculated this way.
  339. # Level 1: 100 (100 kills)
  340. # Level 2: x 2.5 (250 kills)
  341. # Level 3: x 5 (500 kills)
  342. # Level 4: x 10 (1000 kills)
  343. # Level 5: x 25 (2500 kills)
  344. # Level 6: x 50 (5000 kills)
  345. # Level 7: x 100 (10000 kills)
  346. # Level Achievements can be disabled by setting the number to 0
  347. achievement_levels:
  348. blaze_level1: 80
  349. creeper_level1: 100
  350. silverfish_level1: 100
  351. zombie-pigman_level1: 100
  352. enderman_level1: 100
  353. giant_level1: 100
  354. skeleton_level1: 100
  355. wither-skeleton_level1: 80
  356. spider_level1: 100
  357. cave-spider_level1: 100
  358. witch_level1: 80
  359. zombie_level1: 100
  360. ghast_level1: 80
  361. iron-golem_level1: 100
  362. magma-cube_level1: 100
  363. endermite_level1: 100
  364. guardian_level1: 100
  365. killerrabbit_level1: 100
  366. slime-base_level1: 100
  367. shulker_level1: 100
  368. wither_level1: 20
  369. enderdragon_level1: 20
  370. bat_level1: 100
  371. chicken_level1: 100
  372. cow_level1: 100
  373. horse_level1: 100
  374. mushroom-cow_level1: 100
  375. ocelot_level1: 100
  376. pig_level1: 100
  377. rabbit_level1: 100
  378. sheep_level1: 100
  379. snowman_level1: 100
  380. squid_level1: 100
  381. villager_level1: 100
  382. wolf_level1: 100
  383. pvpplayer_level1: 100
  384. bonusmob_level1: 20
  385. polar_bear_level1: 100
  386. stray_level1: 100
  387. husk_level1: 100
  388.  
  389. # ########################################################################
  390. # Rewards for assisting killings
  391. # ########################################################################
  392. # They players can get an extra reward if they help each other killing mobs.
  393. assists:
  394.  
  395. # Enabling assist allows the second last player to attack a mob to get some money from it
  396. enable: true
  397.  
  398. # This should be a value that is multiplied against the mobs base kill value.
  399. # This is used to determine how much money an assister gets.
  400. multiplier: 0.25
  401.  
  402. # Should killstreak be applied to assists
  403. allow-killstreak: true
  404.  
  405. # Time in seconds after attacking a mob that can be counted as an assist
  406. timeout: 4
  407.  
  408. # ########################################################################
  409. # Grinding detection settings
  410. # ########################################################################
  411. # Here you can change the behavior of the grinding detection.
  412. grinding:
  413.  
  414. # Grinding detection.
  415. # Enabling this prevents a player from earning too much money from using a mob grinder
  416. # If you enable kill_debug in config.yml you will get debug information when grinding appears.
  417. enable-grinding-penalty: false
  418.  
  419. # For each kill MobHunting check number of kills within this number of blocks.
  420. # If number of kills exceeds 10, the reward will decrese with 10% until 20 kills with
  421. # the range, whereafter the reward will be zero.
  422. grinding-range-detection: 15
  423.  
  424. # Killing stacked mobs (from the plugin MobStacker)
  425. # is by nature detected as grinding and by default allowed. If you want to the the grinding detection to detect
  426. # killings of stacked to be detected as gring, you must set grinding-stacked-mobs-allowed to false.
  427. grinding-stacked-mobs-allowed: true
  428.  
  429. # ########################################################################
  430. # Penalty multipliers
  431. # ########################################################################
  432. # These are penalty multipliers that can modify the base prize.
  433. # REMEMBER: These are not in $ but they are a multiplier.
  434. # Setting to 1 will disable them.
  435. penalty:
  436.  
  437. # If a player flies at any point in a fight, this penalty will be applied
  438. flyingPenalty: 0.5
  439.  
  440. # This is the penalty if the player gets killed by a mob.
  441. # Set mob-kills-player-penalty=10 to let the mob steal 10 dollars
  442. # or 10% to let the mob steal 10% of the players balance.
  443. # Set mob-kills-player-penalty=0 to disable this
  444. mob-rob-from-player: 0%
  445.  
  446. # ########################################################################
  447. # Reward for kills in a row
  448. # ########################################################################
  449. # Set the multiplier when the player kills 1,2,3,4 mob in a row without getting damage.
  450. killstreak:
  451. level1: 5
  452. level1-multiplier: 1.5
  453. level2: 10
  454. level2-multiplier: 2.0
  455. level3: 20
  456. level3-multiplier: 3.0
  457. level4: 40
  458. level4-multiplier: 4.0
  459.  
  460. # ########################################################################
  461. # Rank multipliers and world difficulty multipliers
  462. # ########################################################################
  463. # You can add multipliers for players with different ranks/groups. To do this
  464. # you must set give the user/group permissions with a format like this:
  465. # mobhunting.multiplier.guest
  466. # mobhunting.multiplier.guardian
  467. # mobhunting.multiplier.staff
  468. # mobhunting.multiplier.hasVoted
  469. # mobhunting.multiplier.donator
  470. # mobhunting.multiplier.op <---- Notice 'op' is reserved for OP'ed players!
  471. # OP'ed players will only get the OP multiplier
  472. # you can make your own permission nodes. You just need to keep the format
  473. # mobhunting.multiplier.name 'value' in your permissions file and the format below in this file.
  474. multiplier:
  475.  
  476. # Ranks
  477. rank-multiplier:
  478. mobhunting:
  479. multiplier:
  480. donator: '3'
  481. staff: '1.05'
  482. hasVoted: '2'
  483. guest: '0.9'
  484. guardian: '1.02'
  485.  
  486. # WorldDifficulty
  487. world-difficulty-multiplier:
  488. difficulty:
  489. multiplier:
  490. hard: '2'
  491. normal: '1'
  492. easy: '0.75'
  493. peacefull: '0.5'
  494.  
  495. # ########################################################################
  496. # Pvp rewards
  497. # ########################################################################
  498. # Pvp configuration. Set pvp-allowed = true if you want give the players a reward when they kill eachother.
  499. # You can alsp run a console command when this happens to give the player a reward or punish him.
  500. # You can you the following variables {player},{world},{killed_player}.
  501. # An example could be to give the player permission to fly
  502. # for 1 hour or use give command to the player items.
  503. # You can also specify the message send to the player.
  504. # You can run many console commands on each line, each command
  505. # must be separated by |
  506. pvp:
  507.  
  508. # Set pvpAllowed=false to disable rewards on killing other players.
  509. pvp-allowed: true
  510.  
  511. # Set rob-from-victim=true to steal from the victim or
  512. # rob-from-victim=false to get the reward mpney from the server.
  513. rob-from-victim: true
  514.  
  515. # The kill prize kan be a number to stel x dollars from the killed player,
  516. # or it kan be a cut in percent of his balance.
  517. pvp-kill-prize: 1.5%
  518.  
  519. # One or more console commands to be run when a player kills another player.
  520. pvp-kill-cmd: give {player} 397 1 3 {SkullOwner:"{killed_player}"}|give {player} diamond 1
  521.  
  522. # Write the message to the killer, describing the reward / console commands
  523. pvp-kill-cmd-desc: You got {killed_player}'s skull
  524.  
  525. # ########################################################################
  526. # Disguises rewards
  527. # ########################################################################
  528. # Here is where can define the actions when a player is under disguise (attacker)
  529. # or when the attacked (victim)
  530. disguises:
  531.  
  532. # Disable integration with iDisguise
  533. disable-integration-i-disguise: false
  534.  
  535. # Disable integration with DisguiseCcraft
  536. disable-integration-disguisecraft: false
  537.  
  538. # Disable integration with LibsDisguises
  539. disable-integration-libsdisguises: false
  540.  
  541. # Set pvpAllowed=false to disable rewards on killing other players.
  542. remove-disguise-when-attacking: true
  543.  
  544. # Set pvpAllowed=false to disable rewards on killing other players.
  545. remove-disguise-when-attacked: true
  546.  
  547. # Bonus multiplier for killing while disgused.
  548. # Can be both positive an negative = reward or penalty
  549. # and over and under 1 = raise or lower the reward.
  550. undercover-multiplier: 0.95
  551.  
  552. # Bonus multiplier for killing a disgused player.
  553. # Can be both positive an negative = reward or penalty
  554. # and over and under 1 = raise or lower the reward.
  555. cover-blown-multiplier: 1.2
  556.  
  557. # ########################################################################
  558. # NPC / Citizens / MasterMobHunter settings.
  559. # ########################################################################
  560. npc:
  561.  
  562. # Disable integration with Citizens2
  563. disable-integration-citizens: false
  564.  
  565. # Set the number of seconds between each check. Recommended setting is
  566. # masterMobHunter_check_every: 300 ~ to update all MasterMobHunters every 5th minute.
  567. masterMobHunter_check_every: 300
  568.  
  569. # ########################################################################
  570. # Bounty settings
  571. # ########################################################################
  572. # Here you can change the behavior of the Bounty Command or you can disable
  573. # the command completely.
  574. bounties:
  575.  
  576. # Set to true if you want to disable players to be able to put bounties on each other.
  577. disable-player-bounties: false
  578.  
  579. # Here you set how much of a bound the bounty owner get back if
  580. # he drop the bounty on another player
  581. bounty-return-pct: 50
  582.  
  583. # Set enable_random_bounty=false to disable random bounties
  584. enable_random_bounty: true
  585.  
  586. # Time between Random Bounty is created in minutes
  587. time_between_random_bounties: 60
  588.  
  589. # Minimum number of players before the server starts to make random bounties
  590. minimum_number_of_online_players: 5
  591.  
  592. # Chance that a bounty is created on a player after the minimum time. Must be a number between 0 and 1. (0 = never, 0.5 = 50% 1 = always)
  593. chance_to_create_a_random_bounty: 0.5
  594.  
  595. # Random Bounty. Can be a number 100 or a range 100:200
  596. random_bounty_prize: 100:200
  597.  
  598. # ########################################################################
  599. # MobStacker settings
  600. # ########################################################################
  601. # Here you can change the behavior of Mobstacker Integration, or you can disable
  602. # integration completely.
  603. mobstacker:
  604.  
  605. # Disable integration with MobStacker.
  606. disable-integration-mobstacker: false
  607.  
  608. # Set to true if you want StackedMobs to pay a reward.
  609. get-reward-from-stacked-mobs: true
  610.  
  611. # ########################################################################
  612. # Integration to other plugins.
  613. # ########################################################################
  614. plugins:
  615.  
  616. # Disable integration with MobArena
  617. disable-integration-mobarena: false
  618.  
  619. # Set to true if you want the players to get rewards while playing MobArena.
  620. mobarena-get-rewards: false
  621.  
  622. # Disable integration with PvpArena
  623. disable-integration-pvparena: false
  624.  
  625. # Set to true if you want the players to get rewards while playing pvpArena.
  626. pvparena-get-rewards: false
  627.  
  628. # Disable integration with MythicMobs
  629. disable-integration-mythicmobs: false
  630.  
  631. # Disable integration with MyPet
  632. disable-integration-mypet: false
  633.  
  634. # Disable integration with MiniGames
  635. disable-integration-minigames: false
  636.  
  637. # Disable integration with WorldGuard
  638. disable-integration-worldguard: false
  639.  
  640. # Disable integration with Essentials
  641. disable-integration-essentials: false
  642.  
  643. # Disable integration with BattleArena
  644. disable-integration-battlearena: false
  645.  
  646. # Disable integration with BossBarAPI. If you want messages in player chat you can set this to true.
  647. disable-integration-bossbarapi: false
  648.  
  649. # Disable integration with BarAPI. If you want messages in player chat you can set this to true.
  650. disable-integration-barapi: false
  651.  
  652. # Disable integration with TitleAPI
  653. disable-integration-titleapi: false
  654.  
  655. # Disable integration with VanishNoPacket
  656. disable-integration-vanishnopacket: false
  657.  
  658. # Disable integration with TitleManger. If you want messages in player chat you can set this to true.
  659. disable-integration-titlemanager: true
  660.  
  661. # Disable integration with ActionBar. If you want messages in player chat you can set this to true.
  662. disable-integration-actionbar: false
  663.  
  664. # ########################################################################
  665. # Database Settings.
  666. # ########################################################################
  667. database:
  668.  
  669. # Type of database to use. Valid values are: sqlite, mysql
  670. type: sqlite
  671. username: user
  672. password: password
  673. host: localhost:3306
  674. database: mobhunting
  675.  
  676. # sql_debug is only meant to be used by the developer. Setting this to to true can produre a a big log file!
  677. debug_sql: false
  678.  
  679. # ########################################################################
  680. # Update settings
  681. # ########################################################################
  682. updates:
  683.  
  684. # Check if there is a new version of the plugin available.
  685. update-check: true
  686.  
  687. # Set the number of seconds between each check. Recommended setting is
  688. # check_every: 3600 ~ to check every hour.
  689. check_every: 3600
  690.  
  691. # Set 'autoupdate: true' if you want new updates downloaded and installed.
  692. # You will still have to reboot the server manually.
  693. autoupdate: false
  694.  
  695. # ########################################################################
  696. # General Setting.
  697. # ########################################################################
  698. general:
  699.  
  700. # Put the names of the worlds here that you do not wish for mobhunting to be enabled in.
  701. disabled-in-worlds:
  702. - worldname
  703.  
  704. # The language (file) to use. You can put the name of the language file as the language code
  705. # (eg. en_US, de_DE, fr_FR, ect.) or you can specify the name of a custom file without the .lang
  706. # Please check the lang/ folder for a list of all available translations.
  707. language: en_US
  708.  
  709. # Can the players earn money on mobs spawned from mobspawners and eggs?
  710. allow_mobspawners_and_eggs: true
  711.  
  712. # Should achievements be broadcasted?
  713. broadcast-achievement: true
  714.  
  715. # Should the hunt begins achievement be broadcasted?
  716. broadcast-first-achievement: true
  717.  
  718. # Time between saves in ticks (20 ticks ~ 1 sec)
  719. save-period: 6000
  720.  
  721. # Time between leaderboard updates in ticks (20 ticks ~ 1 sec)
  722. leaderboard-update-period: 1200
  723.  
  724. # Time in seconds after attacking a mob that can be counted as a kill
  725. kill-timeout: 4
  726.  
  727. # If kills are not being registered in mob hunting. Enable this to see why they arent
  728. kill-debug: true
  729.  
  730. # Rounding of rewards when you uses a range or %. (ex creeperPrize=10:30) the reward.
  731. # All numbers except 0 can be used.
  732. # Set rounding_reward=1 if you want integers. IE. 10,11,12,13,14...
  733. # Set rounding_reward=0.01 if you want 2 decimals 10.00, 10.01, 10.02... integers.
  734. # Set rounding_reward=5 if you want multipla of 5 IE. 10,15,20,25...
  735. # Set rounding_reward=2 if you want multipla of 2 IE. 10,12,14,16...
  736. reward_rounding: 0.01
  737.  
  738. # When a new playerjoins the server he will by default start
  739. # in 'LEARNING MODE' and get extra information about when he get rewards and not,
  740. # when killing Mobs. The player can disable this InGame by using the command '/mh learn'
  741. newplayer_learning_mode: false
  742.  
  743. # When use_gui_for_archivements=true the status of players achievemens will
  744. # be showed in a Inventory GUI.
  745. use_gui_for_achievements: true
  746.  
  747. # When use_gui_for_bounties=true the open bounties and most wanted players will
  748. # be showed in a Inventory GUI.
  749. use_gui_for_bounties: true
  750.  
  751. # ########################################################################
  752. # DropMoneyOnGroud Settings
  753. # ########################################################################
  754. dropmoneyonground:
  755.  
  756. # When a player get a money reward for a kill, the money will go directly
  757. # into his pocket. If you set dropMoneyOnGroud=true the reward will
  758. # dropped on ground to be picked up by the player.
  759. # Negative rewards will always be taken from det player.
  760. drop-money-on-groud: true
  761.  
  762. # Here you can set which item should be used.
  763. # Use Minecraft Item names like:
  764. # GOLD_NUGGET, DIAMOND, GOLD_INGOT, EMERALD, GOLDEN_APPLE
  765. drop-money-on-ground-item: EMERALD
  766.  
  767. # Here you can set of the color of the number above the dropped item.
  768. # Use color names like WHITE, RED, BLUE
  769. drop-money-on-ground-text-color: WHITE
  770.  
  771.  
  772. ---------------------------------------------------------------------------------------------------
  773.  
  774.  
  775.  
  776. Loading libraries, please wait...
  777. [19:38:48 INFO]: Starting minecraft server version 1.10.2
  778. [19:38:48 INFO]: Loading properties
  779. [19:38:48 INFO]: Default game type: CREATIVE
  780. [19:38:48 INFO]: This server is running CraftBukkit version git-Spigot-a9631d2-56813c7 (MC: 1.10.2) (Implementing API version 1.10.2-R0.1-SNAPSHOT)
  781. [19:38:48 INFO]: Debug logging is disabled
  782. [19:38:48 INFO]: Server Ping Player Sample Count: 12
  783. [19:38:48 INFO]: Using 4 threads for Netty based IO
  784. [19:38:48 INFO]: Generating keypair
  785. [19:38:49 INFO]: Starting Minecraft server on 192.168.0.50:25561
  786. [19:38:49 INFO]: Using default channel type
  787. [19:38:49 INFO]: Set PluginClassLoader as parallel capable
  788. [19:38:49 INFO]: DataSourcePool [Gringotts] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
  789. [19:38:50 INFO]: SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
  790. [19:38:52 INFO]: Entities enhanced[0] subclassed[2]
  791. [19:38:52 INFO]: [ReflectionHelper] Version is v1_10_R1 (11001)
  792. [19:38:53 INFO]: [dynmap] Loading dynmap v2.3-SNAPSHOT-1139
  793. [19:38:53 INFO]: [dynmap] version=git-Spigot-a9631d2-56813c7 (MC: 1.10.2)
  794. [19:38:53 INFO]: [dynmap] Mod Support API available
  795. [19:38:53 INFO]: [TerrainControl] Loading TerrainControl v2.8.2-SNAPSHOT
  796. [19:38:53 INFO]: [ChestEx] Loading ChestEx v1.0.16
  797. [19:38:53 INFO]: [MinePacks] Loading MinePacks v1.16.3
  798. [19:38:53 INFO]: [Arrows4Players] Loading Arrows4Players v1.1
  799. [19:38:53 INFO]: [Bags] Loading Bags v1.3.7
  800. [19:38:53 INFO]: [AtomicDeathHeads] Loading AtomicDeathHeads v1
  801. [19:38:53 INFO]: [Gravestones] Loading Gravestones v2.12
  802. [19:38:53 INFO]: [WorldBorder] Loading WorldBorder v1.8.3
  803. [19:38:53 INFO]: [Gringotts] Loading Gringotts v2.9
  804. [19:38:53 INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5.0-SNAPSHOT-b722
  805. [19:38:53 INFO]: [Ultimate_Vote] Loading Ultimate_Vote v0.9
  806. [19:38:53 INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v3.5.1-51a8b41
  807. [19:38:53 INFO]: [BossBarAPI] Loading BossBarAPI v2.4.1
  808. [19:38:53 INFO]: [dynmap-structures] Loading dynmap-structures v1.1.0
  809. [19:38:53 INFO]: [ViaVersion] Loading ViaVersion v0.9.4
  810. [19:38:53 INFO]: [ViaVersion] ViaVersion 0.9.4 is now loaded, injecting!
  811. [19:38:53 INFO]: [Vault] Loading Vault v1.5.6-b49
  812. [19:38:53 INFO]: [LightLevel] Loading LightLevel v1.0.0
  813. [19:38:53 INFO]: [MassiveCore] Loading MassiveCore v2.8.19
  814. [19:38:53 INFO]: TimeUnit.MILLIS_PER_MINUTE: 60000
  815. [19:38:53 INFO]: [MassiveTickets] Loading MassiveTickets v2.8.19
  816. [19:38:53 INFO]: [MassiveHat] Loading MassiveHat v2.8.19
  817. [19:38:53 INFO]: [WorldEdit] Loading WorldEdit v6.1.3-SNAPSHOT;3557-ac1b4f7
  818. [19:38:53 INFO]: [Essentials] Loading Essentials v2.0.1-b354
  819. [19:38:53 INFO]: [CreativeGates] Loading CreativeGates v2.8.19
  820. [19:38:53 INFO]: [ProtocolLib] Loading ProtocolLib v4.0.2-SNAPSHOT-b293
  821. [19:38:53 WARN]: [ProtocolLib] Version (MC: 1.10.2) has not yet been tested! Proceed with caution.
  822. [19:38:54 INFO]: [WorldGuard] Loading WorldGuard v6.1.2;e38d98d
  823. [19:38:54 INFO]: [LibsDisguises] Loading LibsDisguises v9.0.7
  824. [19:38:54 INFO]: [Citizens] Loading Citizens v2.0.19-SNAPSHOT (build 1375)
  825. [19:38:54 INFO]: [Factions] Loading Factions v2.8.19
  826. [19:38:54 INFO]: [Shopkeepers] Loading Shopkeepers v1.76
  827. [19:38:54 INFO]: [MythicMobs] Loading MythicMobs v2.4.5
  828. [19:38:54 INFO]: [BossShop] Loading BossShop v2.6.1
  829. [19:38:54 INFO]: [MassiveBooks] Loading MassiveBooks v2.8.19
  830. [19:38:54 INFO]: [Vampire] Loading Vampire v2.8.19
  831. [19:38:54 INFO]: [GiantTrees] Loading GiantTrees v2.0.0-alpha.2
  832. [19:38:54 INFO]: [MyPet] Loading MyPet v2.1.4
  833. [19:38:54 INFO]: [MobHunting] Loading MobHunting v3.2.6
  834. [19:38:54 INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2
  835. [19:38:54 INFO]: [TerrainControl] Enabling TerrainControl v2.8.2-SNAPSHOT
  836. [19:38:54 INFO]: [TerrainControl] 22 Global custom objects loaded
  837. [19:38:54 INFO]: [TerrainControl] Global objects loaded, waiting for worlds to load
  838. [19:38:54 INFO]: [Gringotts] Enabling Gringotts v2.9
  839. [19:38:54 INFO]: [Gringotts] Found Bukkit version: 1.10.2-R0.1-SNAPSHOT. All features enabled.
  840. [19:38:54 INFO]: [Gringotts] Plugin Factions hooked.
  841. [19:38:54 INFO]: [Gringotts] Unable to hook plugin Towny
  842. [19:38:54 WARN]: [Gringotts] Unable to load Towny handler. Towny support will not work
  843. [19:38:54 INFO]: [Gringotts] Plugin Vault hooked.
  844. [19:38:54 INFO]: [Gringotts] Plugin WorldGuard hooked.
  845. [19:38:54 INFO]: [Gringotts] Registered Vault interface.
  846. [19:38:54 INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v3.5.1-51a8b41
  847. [19:38:54 INFO]: º6Metrics enabled.
  848. [19:38:55 INFO]: ====== USE PAPER SPIGOT ======
  849. [19:38:55 INFO]: DOWNLOAD: https://ci.destroystokyo.com/job/PaperSpigot/
  850. [19:38:55 INFO]: GUIDE: https://www.spigotmc.org/threads/21726/
  851. [19:38:55 INFO]: - This is only a recommendation
  852. [19:38:55 INFO]: ==============================
  853. [19:38:55 INFO]: [Vault] Enabling Vault v1.5.6-b49
  854. [19:38:55 INFO]: [Vault][Economy] Gringotts hooked.
  855. [19:38:55 INFO]: [Vault] [Economy] Gringotts found: Loaded
  856. [19:38:55 INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  857. [19:38:55 INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  858. [19:38:55 INFO]: [Vault] Enabled Version 1.5.6-b49
  859. [19:38:55 INFO]: [MassiveCore] Enabling MassiveCore v2.8.19
  860. [19:38:55 INFO]: [MassiveCore 2.8.19] === ENABLE START ===
  861. [19:38:55 INFO]: [MassiveCore 2.8.19] Loading Cachefile datas...
  862. [19:38:55 INFO]: [MassiveCore 2.8.19] Loading Onlineplayer datas...
  863. [19:38:55 INFO]: [MassiveCore 2.8.19] Loading Registry datas...
  864. [19:38:55 INFO]: [MassiveCore 2.8.19] Saving Cachefile...
  865. [19:38:55 INFO]: [MassiveCore 2.8.19] Setup of IdUtil took 14ms.
  866. [19:38:55 INFO]: [MassiveCore 2.8.19] Mixin NmsBasics set to Minecraft 1.7.10+ [1_7_R4+]
  867. [19:38:55 INFO]: [MassiveCore 2.8.19] Mixin NmsBoard set to Minecraft 1.9.0+ [1_9_R1+]
  868. [19:38:55 INFO]: [MassiveCore 2.8.19] Mixin NmsChat set to Minecraft 1.8.3+ [1_8_R2+]
  869. [19:38:55 INFO]: [MassiveCore 2.8.19] Mixin NmsEntityDamageEvent set to Minecraft 1.7.10+ [1_7_R4+]
  870. [19:38:55 INFO]: [MassiveCore 2.8.19] Mixin NmsEntityGet set to Minecraft 1.8.0+ [1_8_R1+]
  871. [19:38:55 INFO]: [MassiveCore 2.8.19] Mixin NmsItemStackCreate set to Minecraft 1.7.10+ [1_7_R4+]
  872. [19:38:55 INFO]: [MassiveCore 2.8.19] Mixin NmsItemStackTooltip set to Minecraft 1.8.0+ [1_8_R1+]
  873. [19:38:55 INFO]: [MassiveCore 2.8.19] Mixin NmsPermissions set to Minecraft 1.7.10+ [1_7_R4+]
  874. [19:38:55 INFO]: [MassiveCore 2.8.19] Mixin NmsPlayerInventoryCreate set to Minecraft 1.7.10+ [1_7_R4+]
  875. [19:38:55 INFO]: [MassiveCore 2.8.19] Mixin NmsSkullMeta set to Minecraft 1.8.0+ [1_8_R1+]
  876. [19:38:56 INFO]: [MassiveCore 2.8.19] Integration Activated IntegrationVault
  877. [19:38:56 INFO]: [MassiveCore 2.8.19] Mixin MixinEvent set to Default
  878. [19:38:56 INFO]: [MassiveCore 2.8.19] Mixin MixinActionbar set to Default
  879. [19:38:56 INFO]: [MassiveCore 2.8.19] Mixin MixinActual set to Default
  880. [19:38:56 INFO]: [MassiveCore 2.8.19] Mixin MixinCommand set to Default
  881. [19:38:56 INFO]: [MassiveCore 2.8.19] Mixin MixinDisplayName set to Default
  882. [19:38:56 INFO]: [MassiveCore 2.8.19] Mixin MixinGamemode set to Default
  883. [19:38:56 INFO]: [MassiveCore 2.8.19] Mixin MixinInventory set to Default
  884. [19:38:56 INFO]: [MassiveCore 2.8.19] Mixin MixinKick set to Default
  885. [19:38:56 INFO]: [MassiveCore 2.8.19] Mixin MixinMessage set to Default
  886. [19:38:56 INFO]: [MassiveCore 2.8.19] Mixin MixinModification set to Default
  887. [19:38:56 INFO]: [MassiveCore 2.8.19] Mixin MixinPlayed set to Default
  888. [19:38:56 INFO]: [MassiveCore 2.8.19] Mixin MixinSenderPs set to Default
  889. [19:38:56 INFO]: [MassiveCore 2.8.19] Mixin MixinTeleport set to Default
  890. [19:38:56 INFO]: [MassiveCore 2.8.19] Mixin MixinTitle set to Default
  891. [19:38:56 INFO]: [MassiveCore 2.8.19] Mixin MixinVisibility set to Default
  892. [19:38:56 INFO]: [MassiveCore 2.8.19] Mixin MixinWorld set to Default
  893. [19:38:56 INFO]: [MassiveCore 2.8.19] === ENABLE COMPLETE (Took 935ms) ===
  894. [19:38:56 INFO]: [ProtocolLib] Enabling ProtocolLib v4.0.2-SNAPSHOT-b293
  895. [19:38:56 INFO]: [ProtocolLib] Started structure compiler thread.
  896. [19:38:56 INFO]: [GiantTrees] Enabling GiantTrees v2.0.0-alpha.2
  897. [19:38:56 INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  898. [19:38:56 INFO]: Preparing level "world"
  899. [19:38:56 INFO]: -------- World Settings For [world] --------
  900. [19:38:56 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  901. [19:38:56 INFO]: Nerfing mobs spawned from spawners: false
  902. [19:38:56 INFO]: Arrow Despawn Rate: 1200
  903. [19:38:56 INFO]: Zombie Aggressive Towards Villager: false
  904. [19:38:56 INFO]: Item Merge Radius: 2.5
  905. [19:38:56 INFO]: Item Despawn Rate: 6000
  906. [19:38:56 INFO]: Experience Merge Radius: 3.0
  907. [19:38:56 INFO]: View Distance: 10
  908. [19:38:56 INFO]: Mob Spawn Range: 4
  909. [19:38:56 INFO]: Cactus Growth Modifier: 100%
  910. [19:38:56 INFO]: Cane Growth Modifier: 100%
  911. [19:38:56 INFO]: Melon Growth Modifier: 100%
  912. [19:38:56 INFO]: Mushroom Growth Modifier: 100%
  913. [19:38:56 INFO]: Pumpkin Growth Modifier: 100%
  914. [19:38:56 INFO]: Sapling Growth Modifier: 100%
  915. [19:38:56 INFO]: Wheat Growth Modifier: 100%
  916. [19:38:56 INFO]: NetherWart Growth Modifier: 100%
  917. [19:38:56 INFO]: Max TNT Explosions: 100
  918. [19:38:56 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  919. [19:38:56 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  920. [19:38:56 INFO]: Random Lighting Updates: false
  921. [19:38:56 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  922. [19:38:56 INFO]: Structure Info Saving: true
  923. [19:38:56 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  924. [19:38:56 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  925. [19:38:56 INFO]: Max Entity Collisions: 8
  926. [19:38:56 INFO]: [GiantTrees] Attaching giant tree populator to world "world"
  927. [19:38:56 INFO]: -------- World Settings For [world_nether] --------
  928. [19:38:56 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  929. [19:38:56 INFO]: Nerfing mobs spawned from spawners: false
  930. [19:38:56 INFO]: Arrow Despawn Rate: 1200
  931. [19:38:56 INFO]: Zombie Aggressive Towards Villager: false
  932. [19:38:56 INFO]: Item Merge Radius: 2.5
  933. [19:38:56 INFO]: Item Despawn Rate: 6000
  934. [19:38:56 INFO]: Experience Merge Radius: 3.0
  935. [19:38:56 INFO]: View Distance: 10
  936. [19:38:56 INFO]: Mob Spawn Range: 4
  937. [19:38:56 INFO]: Cactus Growth Modifier: 100%
  938. [19:38:56 INFO]: Cane Growth Modifier: 100%
  939. [19:38:56 INFO]: Melon Growth Modifier: 100%
  940. [19:38:56 INFO]: Mushroom Growth Modifier: 100%
  941. [19:38:56 INFO]: Pumpkin Growth Modifier: 100%
  942. [19:38:56 INFO]: Sapling Growth Modifier: 100%
  943. [19:38:56 INFO]: Wheat Growth Modifier: 100%
  944. [19:38:56 INFO]: NetherWart Growth Modifier: 100%
  945. [19:38:56 INFO]: Max TNT Explosions: 100
  946. [19:38:56 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  947. [19:38:56 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  948. [19:38:56 INFO]: Random Lighting Updates: false
  949. [19:38:56 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  950. [19:38:56 INFO]: Structure Info Saving: true
  951. [19:38:56 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  952. [19:38:56 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  953. [19:38:56 INFO]: Max Entity Collisions: 8
  954. [19:38:56 INFO]: -------- World Settings For [world_the_end] --------
  955. [19:38:56 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  956. [19:38:56 INFO]: Nerfing mobs spawned from spawners: false
  957. [19:38:56 INFO]: Arrow Despawn Rate: 1200
  958. [19:38:56 INFO]: Zombie Aggressive Towards Villager: false
  959. [19:38:56 INFO]: Item Merge Radius: 2.5
  960. [19:38:56 INFO]: Item Despawn Rate: 6000
  961. [19:38:56 INFO]: Experience Merge Radius: 3.0
  962. [19:38:56 INFO]: View Distance: 10
  963. [19:38:56 INFO]: Mob Spawn Range: 4
  964. [19:38:56 INFO]: Cactus Growth Modifier: 100%
  965. [19:38:56 INFO]: Cane Growth Modifier: 100%
  966. [19:38:56 INFO]: Melon Growth Modifier: 100%
  967. [19:38:56 INFO]: Mushroom Growth Modifier: 100%
  968. [19:38:56 INFO]: Pumpkin Growth Modifier: 100%
  969. [19:38:56 INFO]: Sapling Growth Modifier: 100%
  970. [19:38:56 INFO]: Wheat Growth Modifier: 100%
  971. [19:38:56 INFO]: NetherWart Growth Modifier: 100%
  972. [19:38:56 INFO]: Max TNT Explosions: 100
  973. [19:38:56 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  974. [19:38:56 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  975. [19:38:56 INFO]: Random Lighting Updates: false
  976. [19:38:56 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  977. [19:38:56 INFO]: Structure Info Saving: true
  978. [19:38:56 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  979. [19:38:56 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  980. [19:38:56 INFO]: Max Entity Collisions: 8
  981. [19:38:56 INFO]: Preparing start region for level 0 (Seed: -8291558607990668969)
  982. [19:38:57 INFO]: Preparing spawn area: 39%
  983. [19:38:58 INFO]: Preparing start region for level 1 (Seed: -8291558607990668969)
  984. [19:38:59 INFO]: Preparing start region for level 2 (Seed: -8291558607990668969)
  985. [19:38:59 INFO]: [dynmap] Enabling dynmap v2.3-SNAPSHOT-1139
  986. [19:38:59 INFO]: [dynmap] Added 1 custom biome mappings
  987. [19:38:59 INFO]: [dynmap] Using Bukkit Permissions (superperms) for access control
  988. [19:38:59 INFO]: [dynmap] Web interface permissions only available for online users
  989. [19:39:00 INFO]: [dynmap] Mod Support processing completed
  990. [19:39:01 INFO]: [dynmap] Loaded 23 shaders.
  991. [19:39:01 INFO]: [dynmap] Loaded 82 perspectives.
  992. [19:39:01 INFO]: [dynmap] Loaded 14 lightings.
  993. [19:39:01 INFO]: [dynmap] Web server started on address 192.168.0.50:8123
  994. [19:39:01 INFO]: [dynmap] version 2.3-SNAPSHOT-1139 is enabled - core version 2.3-SNAPSHOT-2072
  995. [19:39:01 INFO]: [dynmap] Loaded 3 maps of world 'world'.
  996. [19:39:01 INFO]: [dynmap] Loaded 17 pending tile renders for world 'world'
  997. [19:39:01 INFO]: [dynmap] Loaded 2 maps of world 'world_nether'.
  998. [19:39:01 INFO]: [dynmap] Loaded 2 maps of world 'world_the_end'.
  999. [19:39:01 INFO]: [dynmap] Enabled
  1000. [19:39:01 INFO]: [ChestEx] Enabling ChestEx v1.0.16
  1001. [19:39:01 INFO]: [ChestEx] Version 1.0.16 (Developed by Zilema)
  1002. [19:39:01 INFO]: [ChestEx] - Vault found and has been enabled successfully.
  1003. [19:39:01 INFO]: [ChestEx] - McMMO not found. Any McMMO related config WILL be ignored.
  1004. [19:39:01 INFO]: [MinePacks] Enabling MinePacks v1.16.3
  1005. [19:39:01 INFO]: [MinePacks] Configuration Version: 12 => Configuration outdated! Upgrading ...
  1006. [19:39:01 INFO]: [MinePacks] No config found. Create new one ...
  1007. [19:39:01 INFO]: [MinePacks] Configuration extracted successfully!
  1008. [19:39:01 INFO]: [MinePacks] Configuration has been updated.
  1009. [19:39:01 WARN]: 3 [Server thread] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-0 - is starting.
  1010.  
  1011. [19:39:01 INFO]: [MinePacks] Checking for updates ...
  1012. [19:39:01 INFO]: [MinePacks] MinePacks has been enabled!
  1013. [19:39:01 INFO]: [Arrows4Players] Enabling Arrows4Players v1.1
  1014. [19:39:01 INFO]: [Bags] Enabling Bags v1.3.7
  1015. [19:39:01 INFO]: [AtomicDeathHeads] Enabling AtomicDeathHeads v1
  1016. [19:39:01 INFO]: AtomicDeathHeads has been enabled.
  1017. [19:39:01 INFO]: [Gravestones] Enabling Gravestones v2.12
  1018. [19:39:01 INFO]: [Gravestones] All credits for this plugin go to Koenn
  1019. [19:39:01 INFO]: [Gravestones] Loading plugin for minecraft version 1.10.2-R0.1-SNAPSHOT!
  1020. [19:39:02 INFO]: [WorldBorder] Enabling WorldBorder v1.8.3
  1021. [19:39:02 INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
  1022. [19:39:02 INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
  1023. [19:39:02 INFO]: [WorldBorder] [CONFIG] Successfully hooked into DynMap for the ability to display borders.
  1024. [19:39:02 INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 62.0 Y: 64.0 Z: -122.0
  1025. [19:39:02 INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5.0-SNAPSHOT-b722
  1026. [19:39:02 INFO]: [Multiverse-Core] 3 - World(s) loaded.
  1027. [19:39:02 INFO]: [Multiverse-Core] Version 2.5.0-SNAPSHOT-b722 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
  1028. [19:39:02 INFO]: [Ultimate_Vote] Enabling Ultimate_Vote v0.9
  1029. [19:39:02 INFO]: [BossBarAPI] Enabling BossBarAPI v2.4.1
  1030. [19:39:02 INFO]: [BossBarAPI] Metrics started
  1031. [19:39:02 INFO]: [dynmap-structures] Enabling dynmap-structures v1.1.0
  1032. [19:39:02 INFO]: [dynmap-structures] Updating markers for world 'world'.
  1033. [19:39:02 INFO]: [dynmap-structures] Updating: Fortress.dat, Monument.dat, Stronghold.dat, BOPTemple.dat, Temple.dat, BOPVillage.dat, Village.dat
  1034. [19:39:02 INFO]: [dynmap-structures] Updating markers for world 'world_nether'.
  1035. [19:39:02 INFO]: [dynmap-structures] Updating: Fortress.dat, Monument.dat, Stronghold.dat, BOPTemple.dat, Temple.dat, BOPVillage.dat, Village.dat
  1036. [19:39:02 INFO]: [dynmap-structures] Adding thread for world 'world'.
  1037. [19:39:02 INFO]: [ViaVersion] Enabling ViaVersion v0.9.4
  1038. [19:39:02 INFO]: [dynmap-structures] Adding thread for world 'world_nether'.
  1039. [19:39:02 INFO]: [LightLevel] Enabling LightLevel v1.0.0
  1040. [19:39:04 INFO]: [MassiveTickets] Enabling MassiveTickets v2.8.19
  1041. [19:39:04 INFO]: [MassiveTickets 2.8.19] === ENABLE START ===
  1042. [19:39:04 INFO]: [MassiveTickets 2.8.19] === ENABLE COMPLETE (Took 50ms) ===
  1043. [19:39:04 INFO]: [MassiveHat] Enabling MassiveHat v2.8.19
  1044. [19:39:04 INFO]: [MassiveHat 2.8.19] === ENABLE START ===
  1045. [19:39:04 INFO]: [MassiveHat 2.8.19] === ENABLE COMPLETE (Took 7ms) ===
  1046. [19:39:04 INFO]: [WorldEdit] Enabling WorldEdit v6.1.3-SNAPSHOT;3557-ac1b4f7
  1047. [19:39:04 INFO]: WEPIF: Using the Bukkit Permissions API.
  1048. [19:39:04 INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_10_R1 as the Bukkit adapter
  1049. [19:39:04 INFO]: [Essentials] Enabling Essentials v2.0.1-b354
  1050. [19:39:04 INFO]: Using locale en_AU
  1051. [19:39:04 INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
  1052. [19:39:04 INFO]: [Essentials] Using Reflection based provider as spawn egg provider.
  1053. [19:39:04 INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
  1054. [19:39:04 INFO]: Using locale en_AU
  1055. [19:39:04 INFO]: [Essentials] Starting Metrics. Opt-out using the global PluginMetrics config.
  1056. [19:39:04 INFO]: [Vault][Economy] Essentials Economy hooked.
  1057. [19:39:04 INFO]: [Essentials] Using config file enhanced permissions.
  1058. [19:39:04 INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  1059. [19:39:04 INFO]: [Essentials] Payment method found (Vault - Economy: Gringotts version: 1.5.6-b49)
  1060. [19:39:04 INFO]: [CreativeGates] Enabling CreativeGates v2.8.19
  1061. [19:39:04 INFO]: [CreativeGates 2.8.19] === ENABLE START ===
  1062. [19:39:04 INFO]: [CreativeGates 2.8.19] === ENABLE COMPLETE (Took 30ms) ===
  1063. [19:39:04 INFO]: [WorldGuard] Enabling WorldGuard v6.1.2;e38d98d
  1064. [19:39:04 INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  1065. [19:39:04 INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  1066. [19:39:04 INFO]: [WorldGuard] (world) Lava fire is blocked.
  1067. [19:39:04 INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  1068. [19:39:04 INFO]: [WorldGuard] Loaded configuration for world 'world'
  1069. [19:39:04 INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  1070. [19:39:04 INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  1071. [19:39:04 INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  1072. [19:39:04 INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  1073. [19:39:04 INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  1074. [19:39:04 INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  1075. [19:39:04 INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  1076. [19:39:04 INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  1077. [19:39:04 INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  1078. [19:39:04 INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  1079. [19:39:04 INFO]: [WorldGuard] Loading region data...
  1080. [19:39:04 INFO]: [LibsDisguises] Enabling LibsDisguises v9.0.7
  1081. [19:39:04 INFO]: [LibsDisguises] Discovered MC version: v1_10_R1
  1082. [19:39:05 INFO]: [Citizens] Enabling Citizens v2.0.19-SNAPSHOT (build 1375)
  1083. [19:39:05 INFO]: [Factions] Enabling Factions v2.8.19
  1084. [19:39:05 INFO]: [Factions 2.8.19] === ENABLE START ===
  1085. [19:39:05 INFO]: [Factions 2.8.19] Integration Activated IntegrationWorldGuard
  1086. [19:39:05 INFO]: [Factions 2.8.19] Integration Activated IntegrationSpigot
  1087. [19:39:05 INFO]: [Factions 2.8.19] === ENABLE COMPLETE (Took 200ms) ===
  1088. [19:39:05 INFO]: [Shopkeepers] Enabling Shopkeepers v1.76
  1089. [19:39:05 INFO]: [MythicMobs] Enabling MythicMobs v2.4.5
  1090. [19:39:05 INFO]: [MythicMobs] Loading MythicMobs for Bukkit v1_10_R1 (Minecraft 1.1)...
  1091. [19:39:05 INFO]: [MythicMobs] MythicMobs Lib's Disguises Support has been enabled!
  1092. [19:39:05 INFO]: [MythicMobs] MythicMobs Vault Support has been enabled!
  1093. [19:39:05 INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled!
  1094. [19:39:05 INFO]: [MythicMobs] Loaded 5 mobs.
  1095. [19:39:05 INFO]: [MythicMobs] Loaded 3 vanilla mob overrides.
  1096. [19:39:05 INFO]: [MythicMobs] Loaded 0 mob stacks.
  1097. [19:39:05 INFO]: [MythicMobs] Loaded 3 skills.
  1098. [19:39:05 INFO]: [MythicMobs] Loaded 2 random spawns.
  1099. [19:39:05 INFO]: [MythicMobs] Loaded 3 mythic items.
  1100. [19:39:05 INFO]: [MythicMobs] Loaded 1 drop tables.
  1101. [19:39:05 INFO]: [MythicMobs] Loaded 0 mob spawners.
  1102. [19:39:05 INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
  1103. [19:39:05 WARN]: [MythicMobs] º6--====|||| ºcºl MythicMobs º6 ||||====--
  1104. [19:39:05 WARN]: [MythicMobs] This version of MythicMobs is not fully compatible with your version of Bukkit.
  1105. [19:39:05 WARN]: [MythicMobs] Some features may be limited or disabled until you use a compatible version.
  1106. [19:39:05 INFO]: [MythicMobs] v2.4.5 has been successfully loaded!
  1107. [19:39:05 INFO]: [BossShop] Enabling BossShop v2.6.1
  1108. [19:39:05 INFO]: [BossShop] Loading data...
  1109. [19:39:05 INFO]: [BossShop] Loaded 9 Shops!
  1110. [19:39:05 INFO]: [BossShop] Vault found.
  1111. [19:39:05 INFO]: [MassiveBooks] Enabling MassiveBooks v2.8.19
  1112. [19:39:05 INFO]: [MassiveBooks 2.8.19] === ENABLE START ===
  1113. [19:39:05 INFO]: [MassiveBooks 2.8.19] === ENABLE COMPLETE (Took 49ms) ===
  1114. [19:39:05 INFO]: [Vampire] Enabling Vampire v2.8.19
  1115. [19:39:05 INFO]: [Vampire 2.8.19] === ENABLE START ===
  1116. [19:39:06 INFO]: [Vampire 2.8.19] === ENABLE COMPLETE (Took 53ms) ===
  1117. [19:39:06 INFO]: [MyPet] Enabling MyPet v2.1.4
  1118. [19:39:07 INFO]: Level: INFO
  1119. [19:39:07 INFO]: [MyPet] ProtocolLib hook activated.
  1120. [19:39:07 INFO]: [MyPet] Compat mode for v1_10_R1 loaded.
  1121. [19:39:07 INFO]: [MyPet] [NBT] 0 PetPlayer(s) loaded
  1122. [19:39:07 INFO]: [MyPet] [NBT] 0 pet(s) loaded
  1123. [19:39:07 INFO]: [MyPet] --- Loading WorldGroups ---------------------------
  1124. [19:39:07 INFO]: [MyPet] added 'world' to 'default'
  1125. [19:39:07 INFO]: [MyPet] added 'world_nether' to 'default'
  1126. [19:39:07 INFO]: [MyPet] added 'world_the_end' to 'default'
  1127. [19:39:07 INFO]: [MyPet] -------------------------------------------------
  1128. [19:39:07 INFO]: [MyPet] version 2.1.4-b978 ENABLED
  1129. [19:39:07 INFO]: [MobHunting] Enabling MobHunting v3.2.6
  1130. [19:39:07 INFO]: [MobHunting] [Debug] Loading WorldGroups
  1131. [19:39:07 INFO]: [MobHunting] [Debug] Updating database triggers.
  1132. [19:39:07 INFO]: [MobHunting] Enabling compatibility with Essentials (2.0.1-b354)
  1133. [19:39:07 INFO]: [MobHunting] Enabling compatibility with WorldEdit (6.1.3-SNAPSHOT;3557-ac1b4f7)
  1134. [19:39:07 INFO]: [MobHunting] Enabling compatibility with WorldGuard (6.1.2;e38d98d)
  1135. [19:39:07 INFO]: [MobHunting] Enabling Compatibility with MythicMobs (2.4.5)
  1136. [19:39:07 INFO]: [MobHunting] [Debug] Loaded 3 MythicMobs
  1137. [19:39:07 INFO]: [MobHunting] [Debug] Saving Mobhunting extra MythicMobs data.
  1138. [19:39:07 INFO]: [MobHunting] Enabling compatibility with Citizens (2.0.19-SNAPSHOT (build 1375))
  1139. [19:39:07 INFO]: [MobHunting] Enabling compatibility with MyPet (2.1.4)
  1140. [19:39:07 INFO]: [MobHunting] Enabling compatibility with LibsDisguises (9.0.7)
  1141. [19:39:07 INFO]: [MobHunting] Enabling compatibility with BossBarAPI (2.4.1)
  1142. [19:39:07 INFO]: [MobHunting] [Debug] Metrics started
  1143. [19:39:07 INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2
  1144. [19:39:07 INFO]: [HolographicDisplays] Found ProtocolLib, adding support for player relative variables.
  1145. [19:39:07 INFO]: Server permissions file permissions.yml is empty, ignoring it
  1146. [19:39:07 INFO]: Done (11.497s)! For help, type "help" or "?"
  1147. [19:39:08 INFO]: [MobHunting] Checking for new updates...
  1148. [19:39:08 INFO]: [ViaVersion] ViaVersion detected protocol version: 210
  1149. [19:39:08 WARN]: [ViaVersion] ViaVersion will not function on the current protocol.
  1150. [19:39:08 INFO]: Plugin 'WorldGuard' found. Using it now.
  1151. [19:39:08 INFO]: Plugin 'Factions' found. Using it now.
  1152. [19:39:08 INFO]: [Citizens] Loaded 0 NPCs.
  1153. [19:39:08 INFO]: [Vault] Checking for Updates ...
  1154. [19:39:08 INFO]: [dynmap] Loading default resource pack
  1155. [19:39:09 INFO]: [Vault] No new version available
  1156. [19:39:09 INFO]: [Gravestones] [Gravestones] Checking for updates...
  1157. [19:39:11 INFO]: [Gravestones] [Gravestones] Failed to connect to the version server, not able to check for updates!
  1158. [19:39:11 INFO]: [Gravestones] [Gravestones] Failed to connect to the version server, not able to check for updates!
  1159. [19:39:11 INFO]: [MobHunting] No update found.
  1160. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement