[LIB] EndHQ Libraries

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

EndHQ Libraries

Do you love the Bukkit library, but wish you could make some of the more complex possibilities easier? I've spent a while putting together good libraries that exist and writing my own.

Features

  • Easily put an image on a map!
  • Interactive chat! You can send chat messages that do things when players click on them using a StringBuilder-type system! mkremins (Fanciful)
  • Easy particle spawning!
  • Entity Control! (1.7.2 version only) kumpelblase2 (RemoteEntities)

It is very easy to use, too.

          Images on maps:

try {

       ImageRenderer ir = new ImageRenderer(ImageIO.read(new File(this.getDataFolder()+"/img.jpg")));

       MapView map = Bukkit.getServer().getMap((short)87);

       ir.applyToMap(map);

} //Catch of course…

 

          Interactive chat:

new JSONMessage("This text will be dark grey.").color(ChatColor.DARK_GRAY).then(" .then resets the builder for the next part. This text will be Green and run /ban Notch").color(ChatColor.GREEN).command("/ban Notch").broadcast();

 

          Particle Effects:

ParticlesLibrary.createGlobalParticleEffect(location, ParticleEffects.BUBBLE, 1L, 50);

 

          For Entity Control, see Remote Entities.

 


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    84788
  • Created
    Sep 5, 2014
  • Last Released File
    Sep 7, 2014
  • Total Downloads
    236
  • License

Categories

Members

Recent Files

Bukkit