LorinthsRpgMobs V1.3

Details

  • Filename
    LorinthsRpgMobs.jar
  • Uploaded by
  • Uploaded
    Mar 16, 2014
  • Size
    16.02 KB
  • Downloads
    302
  • MD5
    e73fdc28771d95e3593b20b37aa3f7a7

Supported Bukkit Versions

  • 1.7.4

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)