LorinthsRpgMobs-1.5.2 V1.3

Details

  • Filename
    LorinthsRpgMobs.jar
  • Uploaded by
  • Uploaded
    Mar 16, 2014
  • Size
    15.83 KB
  • Downloads
    170
  • MD5
    605eaee7a73fbcd3c6efea8b35092fce

Supported Bukkit Versions

  • 1.5.2

Changelog

Multiworld changes...

  • Added the enable / disable option for each world. If you want to disable my plugin is some worlds you are now allowed =(

Content changes...

  • You can now completely configure the health and damage formulas for each individual mob
  • Passive mobs do not have a damage option(I don't think anyone has their chickens attacking players but I guess if its requested I'll put it in)
  • When making formulas you have a couple options on variables.

Damage formulas

  • have 3 variables, min, max, level(can also be labeled as lvl)
  • gives you the option to use random amounts by using "Random"

BEST WAY TO USE RANDOM Random(max - min) + min, This generates a random number between the max number and min number. So if you wanted a number between 1 and 10 it would be Random(10 - 1) + 1 or... Random(9) + 1

Health formulas

  • only 1 variable, level (can also be typed as lvl)