completevillagercontrol.jar

Details

  • Filename
    completevillagercontrol.jar
  • Uploaded by
  • Uploaded
    Apr 15, 2012
  • Size
    15.87 KB
  • Downloads
    1,942
  • MD5
    553b67031a3e6b41a07e50c29b91978e

Supported Bukkit Versions

  • CB 1.2.5-R1.0

Changelog

  • Version 0.03
  • Complete repo setup
  • added bases' for these Classes
    • CVC, CVCcmds, CVCconfig, CVCEventListener, CVCflatfile, VillagerEntity, VillagerMoveEvent (Most likely A complete rewrite within a week or so.)
  • Added the following Commands
    • /cvc enable/disable
    • /cvc setage <age>
    • /cvc sethealth <1-20>
  • Added the following Debug Tools
    • item Book(Left Click setProfession)
    • item Buckit(Left Click setBreedingStatus)
  • Added Debug Villager Commucation
  • World
    • Super Villagers only spawn from eggs and as babys At the current moment - (Might work on first Server load but see below \|/)
    • They Will lose there Super when server reloads/does a full restart. no Database yet
  • Commands
    • /cvc enable/disable only checks if(selctionID > 0)
    • going to change this by Beta
    • /cvc setage <age> Only works if villager Breeding Status False
    • if false age counts down tell 0 then enables breeding
    • /cvc sethealth <1-20> You Must not give it more then what the mob can handle
    • for now we are being safe and staying in between 1-20
    • might add setmaxhealth later
  • Debug Tools
    • item Book(Left Click setProfession) only works when CVC is enabled.
    • item Buckit(Left Click setBreedingStatus)only works when CVC is enabled.
  • Debug Villager Commucation
    • This is a pain and funny If you walk within one block of a SuperVillager it will say
    • "Hi There My Friend". but if you stay within that block area it will continue to repeat over & over
    • This Was add for a Debug of a onLivingUpdate(); Override
  • Classes
    • Please Be Aware that this mod does Override certain parts of EntityVillager.class
    • Be on the safe side and don't use any mods that use villagers
    • No this does replace files inside craftbukkit.jar
    • Google @Override for java of you have questions